From 4e2e6fffe9337ed1186140520a1c8287d6748845 Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Thu, 6 Mar 2025 18:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8C=B6=E5=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page_fenbaotwo/hexiao/index.vue | 193 +++++++++++++++++++++++++++ page_fenbaotwo/hexiao/youhuijuan.vue | 113 ++++++++++++++++ pages.json | 14 ++ pages/my.vue | 11 +- pages/tj.vue | 6 +- 5 files changed, 334 insertions(+), 3 deletions(-) create mode 100644 page_fenbaotwo/hexiao/index.vue create mode 100644 page_fenbaotwo/hexiao/youhuijuan.vue diff --git a/page_fenbaotwo/hexiao/index.vue b/page_fenbaotwo/hexiao/index.vue new file mode 100644 index 0000000..1c9a104 --- /dev/null +++ b/page_fenbaotwo/hexiao/index.vue @@ -0,0 +1,193 @@ + + + + \ No newline at end of file diff --git a/page_fenbaotwo/hexiao/youhuijuan.vue b/page_fenbaotwo/hexiao/youhuijuan.vue new file mode 100644 index 0000000..cb90bf6 --- /dev/null +++ b/page_fenbaotwo/hexiao/youhuijuan.vue @@ -0,0 +1,113 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 46a624c..fb19440 100644 --- a/pages.json +++ b/pages.json @@ -536,6 +536,20 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + },{ + "path": "hexiao/index", + "style": { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ + "path": "hexiao/youhuijuan", + "style": { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } },{ "path": "zhangdan", "style": { diff --git a/pages/my.vue b/pages/my.vue index 5220ae2..2427156 100644 --- a/pages/my.vue +++ b/pages/my.vue @@ -18,7 +18,7 @@ - {{user.phonenumber == null ? '' : user.phonenumber}} + {{user.phonenumber == null ? '' : user.phonenumber}} @@ -138,6 +138,12 @@ this.getkefutel() }, methods: { + // 点击进入团购页面 + btnhx(){ + uni.navigateTo({ + url:'/page_fenbaotwo/hexiao/index' + }) + }, // 点击进行设备录入 // btnluru(){ // uni.navigateTo({ @@ -178,7 +184,8 @@ }, // 查询客服电话 getkefutel(){ - this.$u.get(`/app/store/getServicePhone?storeId=1`).then(res => { + let id = uni.getStorageSync('storeId') + this.$u.get(`/app/store/getServicePhone?storeId=${id}`).then(res => { if (res.code == 200) { this.telobj = res.data } diff --git a/pages/tj.vue b/pages/tj.vue index 8e84b57..b63ccd2 100644 --- a/pages/tj.vue +++ b/pages/tj.vue @@ -113,7 +113,7 @@ {name:'茶室订单',value:'1'}, {name:'棋牌订单',value:'2'}, {name:'台球订单',value:'3'}, - {name:'货柜订单',value:'4'}, + {name:'其他订单',value:'4'}, ], orderlist:[], type:'1', @@ -243,6 +243,8 @@ icon: 'success', duration:2000 }) + that.pagesum = 1 + that.orderlist = [] that.getlist() }else{ uni.showToast({ @@ -278,6 +280,8 @@ icon: 'success', duration:2000 }) + that.pagesum = 1 + that.orderlist = [] that.getlist() }else{ uni.showToast({