diff --git a/pages/mine/set/editionIntro.vue b/pages/mine/set/editionIntro.vue index 4e90bdd..2c16299 100644 --- a/pages/mine/set/editionIntro.vue +++ b/pages/mine/set/editionIntro.vue @@ -7,6 +7,9 @@ Version {{localVersion.version}} + + 小程序版本: {{localVersion.version}} {{ localVersion.envVersion}} + @@ -16,6 +19,7 @@ + @@ -74,6 +78,19 @@ export default { }; }); // #endif + + + // #ifdef MP-WEIXIN + const accountInfo = wx.getAccountInfoSync(); + console.log("===========accountInfo=============="); + console.log(accountInfo); + this.version_number = accountInfo.miniProgram.version // 小程序 版本号 + this.localVersion = { + versionCode: accountInfo.miniProgram.version.replace(/\./g, ""), + version: accountInfo.miniProgram.version ,// 小程序 版本号, + envVersion:accountInfo.miniProgram.envVersion, //判断小程序是开发版本还是release版本 + }; + // #endif }, methods: { diff --git a/pages/mine/set/personMsg.vue b/pages/mine/set/personMsg.vue index f0c8638..d692f9c 100644 --- a/pages/mine/set/personMsg.vue +++ b/pages/mine/set/personMsg.vue @@ -23,12 +23,16 @@ 保存 + 退出登录 + diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue index ce2cb3f..4faa82a 100644 --- a/pages/tabbar/user/my.vue +++ b/pages/tabbar/user/my.vue @@ -36,12 +36,7 @@ - -
- -
- 我的订单 -
+
@@ -64,8 +59,14 @@
- 售后服务 + 售后 + +
+ +
+ 我的订单 +
diff --git a/pages/tabbar/user/utils/tool.vue b/pages/tabbar/user/utils/tool.vue index 1e93b1b..78ebf35 100644 --- a/pages/tabbar/user/utils/tool.vue +++ b/pages/tabbar/user/utils/tool.vue @@ -5,59 +5,99 @@
+ + + 地址管理 + + + + + 我的足迹 + + + + + 我的评价 + + + + 我的消息 + + + + + + 我的关注 + + + + + + + 我的积分 + + + + + 我的分销 + + + + + + + 我的投诉 + + + + + 优惠券 + + + + + 每日签到 - - - 我的积分 - - - - 优惠券 - - - - 我的关注 - - - - 我的足迹 - - - - 我的评价 - - - - 我的投诉 - + + + + - - - 意见反馈 - + 领券中心 - - - 地址管理 - - - - 设置 - - - - 我的分销 - + + + 砍价记录 + + + + + + 意见反馈 + + + + + 关于 + + + + + + 设置 + + +
@@ -66,13 +106,30 @@