From 393acf49a236a1f5e0624ded8dc377358736c0a6 Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Sun, 19 Jan 2025 21:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page_fenbao/device/joinDevice.vue | 4 +- page_geren/addhuiyuan.vue | 145 +++++ page_geren/buyCard.vue | 350 ++++++++++++ page_geren/index.vue | 860 ++++++++++++++++++++++++++++++ page_geren/kaitonghuiyuan.vue | 366 +++++++++++++ page_geren/vip_his.vue | 154 ++++++ pages.json | 44 ++ pages/my.vue | 10 + pages/shouye/index.vue | 11 + 9 files changed, 1942 insertions(+), 2 deletions(-) create mode 100644 page_geren/addhuiyuan.vue create mode 100644 page_geren/buyCard.vue create mode 100644 page_geren/index.vue create mode 100644 page_geren/kaitonghuiyuan.vue create mode 100644 page_geren/vip_his.vue diff --git a/page_fenbao/device/joinDevice.vue b/page_fenbao/device/joinDevice.vue index e3446b3..8022872 100644 --- a/page_fenbao/device/joinDevice.vue +++ b/page_fenbao/device/joinDevice.vue @@ -695,8 +695,8 @@ console.log(e, '蓝牙信息') const deviceId = e.deviceId this.deviceId = e.deviceId - this.Bluetoothmac = e.localName.slice(-12) //从第七位开始截取 只取后面的mac号 - console.log(this.Bluetoothmac, '11111'); + // this.Bluetoothmac = e.localName.slice(-12) //从第七位开始截取 只取后面的mac号 + // console.log(this.Bluetoothmac, '11111'); let name = e.name; console.log('点击了,蓝牙准备连接的deviceId:' + e.deviceId); xBlufi.notifyConnectBle({ diff --git a/page_geren/addhuiyuan.vue b/page_geren/addhuiyuan.vue new file mode 100644 index 0000000..6995359 --- /dev/null +++ b/page_geren/addhuiyuan.vue @@ -0,0 +1,145 @@ + + + + + \ No newline at end of file diff --git a/page_geren/buyCard.vue b/page_geren/buyCard.vue new file mode 100644 index 0000000..7181c97 --- /dev/null +++ b/page_geren/buyCard.vue @@ -0,0 +1,350 @@ + + + + + \ No newline at end of file diff --git a/page_geren/index.vue b/page_geren/index.vue new file mode 100644 index 0000000..9edaffc --- /dev/null +++ b/page_geren/index.vue @@ -0,0 +1,860 @@ + + + + + + \ No newline at end of file diff --git a/page_geren/kaitonghuiyuan.vue b/page_geren/kaitonghuiyuan.vue new file mode 100644 index 0000000..aa9bfda --- /dev/null +++ b/page_geren/kaitonghuiyuan.vue @@ -0,0 +1,366 @@ + + + + + \ No newline at end of file diff --git a/page_geren/vip_his.vue b/page_geren/vip_his.vue new file mode 100644 index 0000000..05278fa --- /dev/null +++ b/page_geren/vip_his.vue @@ -0,0 +1,154 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 60d3985..03e448b 100644 --- a/pages.json +++ b/pages.json @@ -1041,6 +1041,50 @@ } } ] + },{ + "root": "page_geren", + "pages": [{ + "path": "index", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#8883F0", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ + "path": "kaitonghuiyuan", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#8883F0", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ + "path": "buyCard", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#8883F0", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ + "path": "vip_his", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#8883F0", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ + "path": "addhuiyuan", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#8883F0", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + } + ] } ], "tabBar": { diff --git a/pages/my.vue b/pages/my.vue index 654ab6a..d629b37 100644 --- a/pages/my.vue +++ b/pages/my.vue @@ -96,6 +96,10 @@ 代理入口 + + + 会员卡 + 退出登录 @@ -151,6 +155,12 @@ // }) // }, // 点击跳转到帮助中心 + // 点击跳转到会员卡 + btnhuiyuan(){ + uni.navigateTo({ + url:'/page_geren/buyCard' + }) + }, btnbangzhu(){ uni.navigateTo({ url:'/pages/daili/bangzhu' diff --git a/pages/shouye/index.vue b/pages/shouye/index.vue index 56cb6c9..454ffb6 100644 --- a/pages/shouye/index.vue +++ b/pages/shouye/index.vue @@ -60,6 +60,11 @@ style="width: 96rpx;height:94rpx;"> + + + + @@ -263,6 +268,12 @@ }, methods: { + // 点击跳转到个人中心 + btngeren(){ + uni.navigateTo({ + url:'/page_geren/index' + }) + }, // 点击头部滚动通知 btntopgg(){ this.$u.get(`/app/notice/${this.announcements.noticeId}`).then(resp =>{