diff --git a/main.js b/main.js index 27a08df..964c2bc 100644 --- a/main.js +++ b/main.js @@ -70,6 +70,9 @@ Vue.component('common-select-goods', commonSelectGoods); import commonAnchorLink from '@/pages/component/commonComponents/anchorLink.vue' Vue.component('common-anchor-link', commonAnchorLink); +import commonSelectVip from '@/pages/component/commonComponents/selectVip.vue' +Vue.component('common-select-vip', commonSelectVip); + App.mpType = 'app' const app = new Vue({ diff --git a/manifest.json b/manifest.json index 2b342a8..10b1c54 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "心灵空间", "appid" : "__UNI__BBBDFD2", "description" : "心灵空间", - "versionName" : "1.0.22", - "versionCode" : 1022, + "versionName" : "1.0.23", + "versionCode" : 1023, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index bd42fd2..799268c 100644 --- a/pages.json +++ b/pages.json @@ -293,6 +293,18 @@ } } }, + { + "path": "pages/place/order", + "style": { + "navigationBarTitleText": "确认订单", + "enablePullDownRefresh": false, + "app-plus": { + "bounce": "none", + "titleNView": false, + "popGesture": "none" + } + } + }, { "path": "pages/curriculum/list/index", "style": { diff --git a/pages/component/commonComponents/selectGoods.vue b/pages/component/commonComponents/selectGoods.vue index 98c5ea5..204b010 100644 --- a/pages/component/commonComponents/selectGoods.vue +++ b/pages/component/commonComponents/selectGoods.vue @@ -226,12 +226,14 @@ export default { .name { font-size: 26rpx; color: #333; + line-height: 36rpx; } .price { - font-size: 26rpx; + font-size: 30rpx; color: #aaa; display: flex; align-items: center; + margin-top: 5rpx; } } .isSelectGoods { diff --git a/pages/component/commonComponents/selectVip.vue b/pages/component/commonComponents/selectVip.vue new file mode 100644 index 0000000..5001181 --- /dev/null +++ b/pages/component/commonComponents/selectVip.vue @@ -0,0 +1,365 @@ + + + + + diff --git a/pages/curriculum/order/index.vue b/pages/curriculum/order/index.vue index 8dfb943..93a7ab8 100644 --- a/pages/curriculum/order/index.vue +++ b/pages/curriculum/order/index.vue @@ -980,7 +980,7 @@ } .price { - font-size: 26rpx; + font-size: 30rpx; color: #aaa; font-weight: 600; } @@ -1265,7 +1265,7 @@ .price { color: #ff582e; - font-size: 32rpx; + font-size: 30rpx; i { font-style: normal; diff --git a/pages/detail/orderLCont.vue b/pages/detail/orderLCont.vue index 17c53fb..002931a 100644 --- a/pages/detail/orderLCont.vue +++ b/pages/detail/orderLCont.vue @@ -76,6 +76,7 @@ :key="index" @click="goDetail(item.productId, item)" v-if="goodsList.length > 0" + style=" display: flex; align-items: center; justify-content: center;" > 已下架 @@ -106,20 +107,17 @@
- + - + {{ orderContet.vipBuyConfigEntity.title }} ({{ orderContet.vipBuyConfigEntity.year }}年) - - -

@@ -136,7 +134,6 @@ 充值 {{ orderContet.bookBuyConfigEntity.money }}天医币 -

@@ -191,7 +188,7 @@ >¥ {{ orderContet.bookBuyConfigEntity.realMoney }} -