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 @@ -