android添加银行插件
diff --git a/pages/sub_tabbar/mine.vue b/pages/sub_tabbar/mine.vue
index a3f72e8..ab114f3 100644
--- a/pages/sub_tabbar/mine.vue
+++ b/pages/sub_tabbar/mine.vue
@@ -2,7 +2,7 @@
<view class="wrap">
<view class="wrap-mine">
<!-- 头部 -->
- <view class="wrap-mine-header" @click="toPath('/pages/sub_mine/personalMsg/index')">
+ <view class="wrap-mine-header" @click="toPath('/pages/sub_mine/personalMsg')">
<!-- #ifndef MP-WEIXIN -->
<u-navbar title="我的" :background="background" title-color="#ffffff" :border-bottom="false" :is-back="false"></u-navbar>
<!-- #endif -->
@@ -50,40 +50,46 @@
},
list: [{
name: "我的积分",
- path: "/pages/sub_mine/integral/index",
+ path: "/pages/sub_mine/integral",
icon: "integral",
value:'0积分'
},
{
name: "我的足迹",
- path: "/pages/sub_mine/cashFlow/index",
+ path: "/pages/sub_mine/cashFlow",
icon: "bills",
value:''
},
{
name: "我的卡券",
- path: "/pages/sub_mine/voucher/index",
+ path: "/pages/sub_mine/voucher",
icon: "voucher",
value:''
},
{
name: "账户安全",
- path: "/pages/sub_mine/accountSafe/index",
+ path: "/pages/sub_mine/accountSafe",
icon: "safe",
value:''
},
{
name: "我的消息",
- path: "/pages/sub_mine/message/index",
+ path: "/pages/sub_mine/message",
icon: "message",
value:''
},
{
name: "留言反馈",
- path: "/pages/sub_mine/leaveMsg/index",
+ path: "/pages/sub_mine/leaveMsg",
icon: "leaveMsg",
value:''
},
+ {
+ name: "我的设置",
+ path: "/pages/sub_mine/setting",
+ icon: "setting",
+ value:''
+ },
],
loginOut: {
width: '600rpx',
@@ -112,7 +118,9 @@
that.tel = '暂无号码'
that.name = '游客'
}
+ // #ifndef MP-WEIXIN
that.list[that.list.length-1].value = 'v' + app.globalData.version
+ // #endif
},
methods: {
exit() {
@@ -128,7 +136,7 @@
uni.clearStorageSync()
setTimeout(() => {
uni.reLaunch({
- url: "/pages/sub_basic/login/index"
+ url: "/pages/sub_basic/login"
})
}, 1500)
}
@@ -143,7 +151,7 @@
complete() {
setTimeout(() => {
uni.reLaunch({
- url: "/pages/sub_basic/login/index"
+ url: "/pages/sub_basic/login"
})
}, 1500)
}