From 648a993d14782203ddf6d7ef7329e51e9791d30d Mon Sep 17 00:00:00 2001 From: liuyuan <582976274@qq.com> Date: Wed, 9 Apr 2025 10:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 +- .../commonComponents/selectGoods.vue | 20 +++---- pages/curriculum/list/index.vue | 7 ++- pages/detail/orderLCont.vue | 4 +- pages/goods/index.vue | 8 +-- pages/goods/order.vue | 58 +++++++++---------- pages/home/index.vue | 2 +- pages/my/index.vue | 2 +- pages/my/set.vue | 1 + pages/wallet/recharge.vue | 2 + 10 files changed, 59 insertions(+), 50 deletions(-) diff --git a/manifest.json b/manifest.json index c6e594c..3b9be0f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "心灵空间", "appid" : "__UNI__BBBDFD2", "description" : "心灵空间", - "versionName" : "1.0.01", - "versionCode" : 1001, + "versionName" : "1.0.11", + "versionCode" : 1011, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -71,6 +71,7 @@ } }, "idfa" : false, + "plistcmds" : [ "Delete :NSUserTrackingUsageDescription" ], "privacyDescription" : { "NSPhotoLibraryUsageDescription" : "保障您在此app中的修改头像、申诉反馈上传图片功能的正常使用", "NSPhotoLibraryAddUsageDescription" : "保障您在此app中的修改头像、申诉反馈上传图片功能的正常使用", diff --git a/pages/component/commonComponents/selectGoods.vue b/pages/component/commonComponents/selectGoods.vue index ad8cc2a..d834414 100644 --- a/pages/component/commonComponents/selectGoods.vue +++ b/pages/component/commonComponents/selectGoods.vue @@ -14,15 +14,15 @@ - + + ¥{{selectGoodsData.price}} {{ slotProps.row.productName }} - + + ¥{{slotProps.row.price}} - + diff --git a/pages/curriculum/list/index.vue b/pages/curriculum/list/index.vue index 5e08769..f80af38 100644 --- a/pages/curriculum/list/index.vue +++ b/pages/curriculum/list/index.vue @@ -125,8 +125,13 @@ export default { onLoad(options) { //清除缓存 uni.removeStorageSync('fixed'); + //针对身心医学的判断 + if(options.title=='心身医学'&&this.$platform!='android'){ + this.title = '心身健康科学' + }else{ + this.title = options.title; + } - this.title = options.title; this.id = options.id; //如果是心理评测 if(this.id==75){ diff --git a/pages/detail/orderLCont.vue b/pages/detail/orderLCont.vue index 6a68f62..b82632d 100644 --- a/pages/detail/orderLCont.vue +++ b/pages/detail/orderLCont.vue @@ -153,7 +153,7 @@ {{ orderContet.shippingMoney }} - + 积分 : diff --git a/pages/goods/index.vue b/pages/goods/index.vue index 243de7e..73d36d0 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -13,8 +13,8 @@ -