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 @@
+
+
+
+
+
+
+
+
+ 一月30次
+
+
+ 30元
+
+
+
+
+ 每周最多用7次
+
+
+ 原价:40元
+
+
+
+
+
+ 每次享折扣7折
+
+
+
+
+
+
+
+ 新增会员卡
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+ 会员卡
+ 会员卡25天后到期
+
+ 已开通
+
+
+ 未开通
+
+
+
+
+
+
+ 17795402553
+
+
+
+
+ 开通立享超值会员特权
+
+
+ 会员卡23天后到期
+
+
+ 购买记录 >
+
+
+
+
+
+
+
+
+ 会员卡
+
+
+ 40天享7折
+
+
+ ¥ 36.66
+
+
+ ¥30.66
+
+
+ 立省¥6.00
+
+
+
+
+ 该卡只能用于付费享折扣
+
+
+
+ ¥38.88立即开通
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+
+
+ 17795402553
+
+
+ 未开通
+
+
+ 已开通
+
+
+
+
+ 开通立享超值会员特权
+
+
+ 会员卡23天后到期
+
+
+ 购买记录 >
+
+
+
+
+
+
+
+ 会员卡
+
+
+ 40天享7折
+
+
+ ¥ 36.66
+
+
+ ¥30.66
+
+
+ 立省¥6.00
+
+
+
+
+ 该卡只能用于付费享折扣
+
+
+ ¥38.88立即开通
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+ 会员卡
+
+
+
+
+
+
+
+ 购买时长:20天
+
+
+ 有效期: 2025-01-21至2025-04-21
+
+
+ 支付时间: 2025-01-21
+
+
+
+
+
+
+
+
+
+
+
\ 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 =>{