From 694c05125d5baf01003c10c5307e7d7ccd27bf24 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Wed, 7 Aug 2024 09:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/payModifyCi.vue | 2 +- my/order/paydingTc.vue | 2 +- my/vip/index.vue | 4 +- my/wallet/index.vue | 7 + pages.json | 32 +- pages/my/cikarDrtail.vue | 10 +- pages/my/cureOderDrtail.vue | 8 +- pages/my/fuwuDateil.vue | 8 +- pages/my/fuwuliaochengDetail.vue | 10 +- pages/my/index.vue | 15 +- pages/my/indextaociliaoList.vue | 2 +- pages/my/jIShiDateil.vue | 8 +- pages/my/miaoShaOderDrtail.vue | 4 +- pages/my/myCiLiaoDetail.vue | 8 +- pages/my/myMsOderDrtail.vue | 10 +- pages/my/newTeaml.vue | 6 +- pages/my/newTeamlDetail.vue | 8 +- pages/my/newseckilldetails.vue | 8 +- pages/my/pTuanOderDrtail.vue | 8 +- pages/my/pinTuanOderDrtail.vue | 6 +- pages/my/serviceOderDrtail.vue | 23 +- pages/my/txszList.vue | 10 +- pages/shop/index.vue | 350 ++++++------- pages/shop/qiyeDatail.vue | 874 +++++++++++++++++++++++++++++++ pages/shop/qiyeListMy.vue | 507 ++++++++++++++++++ pages/shop/yueDaoDianDrtail.vue | 7 +- 26 files changed, 1682 insertions(+), 255 deletions(-) create mode 100644 pages/shop/qiyeDatail.vue create mode 100644 pages/shop/qiyeListMy.vue 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(); },