diff --git a/my/order/payModifyCi.vue b/my/order/payModifyCi.vue index 2544af0..4fa7a99 100644 --- a/my/order/payModifyCi.vue +++ b/my/order/payModifyCi.vue @@ -21,7 +21,7 @@ 次卡价格: {{orderXm.price}} - /次 + /{{orderXm.serviceCount}}次 diff --git a/my/order/paydingTc.vue b/my/order/paydingTc.vue index f4f8abe..ba8e732 100644 --- a/my/order/paydingTc.vue +++ b/my/order/paydingTc.vue @@ -26,7 +26,7 @@ - {{order.sumMoney}}{{orderXm.type=='104'?'/套':orderXm.type=='105'?'/次':'/次'}} + {{order.sumMoney}}/{{orderXm.serviceCount}}{{orderXm.type=='104'?'套':orderXm.type=='105'?'次':'次'}} diff --git a/my/vip/index.vue b/my/vip/index.vue index 77ab97b..91911f8 100644 --- a/my/vip/index.vue +++ b/my/vip/index.vue @@ -203,10 +203,10 @@ this.vipData=res.data.isVip; console.log("isVIP------------------->",this.vipData) if(this.vipData=='1'){ - this.vipShow=true; + this.vipShow=false; }else{ this.vipData=[] - this.vipShow=false + this.vipShow=true } this.timeVipEnd = data.slice(0,16); this.getVipList(res.data.vipNameType) diff --git a/my/wallet/index.vue b/my/wallet/index.vue index ebb93f6..0ef5d68 100644 --- a/my/wallet/index.vue +++ b/my/wallet/index.vue @@ -32,6 +32,9 @@ ¥{{item.price}} 到账¥{{item.sumMoney}} + + 每日获得{{item.dayMoney}}盛安豆,可获得{{item.dayNum}}天 + @@ -41,6 +44,7 @@ {{itemList.coupon.money}}元{{itemList.giveNum}}张 + @@ -960,6 +964,9 @@ \ No newline at end of file diff --git a/pages/shop/qiyeDatail.vue b/pages/shop/qiyeDatail.vue new file mode 100644 index 0000000..ba464d7 --- /dev/null +++ b/pages/shop/qiyeDatail.vue @@ -0,0 +1,874 @@ + + + diff --git a/pages/shop/qiyeListMy.vue b/pages/shop/qiyeListMy.vue new file mode 100644 index 0000000..fbed225 --- /dev/null +++ b/pages/shop/qiyeListMy.vue @@ -0,0 +1,507 @@ + + + + + + \ No newline at end of file diff --git a/pages/shop/yueDaoDianDrtail.vue b/pages/shop/yueDaoDianDrtail.vue index fd23ea6..4117b74 100644 --- a/pages/shop/yueDaoDianDrtail.vue +++ b/pages/shop/yueDaoDianDrtail.vue @@ -2,7 +2,8 @@ - + + @@ -67,7 +68,7 @@ detailData:[], dataList:[], mainData:[], - isVIP:false, + isVip:false, contentImg:[], // 背景图片的URL可以是动态的,比如从API获取或根据条件生成 backgroundImageUrl: '', @@ -97,7 +98,7 @@ onLoad(e) { var that=this; that.dataList=e; - that.isVIP=this.$queue.getData('isVIP'); + that.isVip=this.$queue.getData('isVIP'); that.getData(); },