Commit 06b473ba by 梁建民

JS

parent 46615ce5
Showing with 5 additions and 5 deletions
......@@ -101,8 +101,8 @@ Page({
//认证管理
if (e.currentTarget.dataset.type == 'certification') {
if (e.currentTarget.dataset.status == null) {
if (this.data.userInfo.auth_status == null) {
wx.navigateTo({
url: "/pages/person/certification/addcertification/index"
......@@ -111,7 +111,7 @@ Page({
} else {
wx.navigateTo({
url: "/pages/person/certification/addcertification/index"
url: "/pages/person/certification/certificationmanage/index"
});
}
......@@ -152,7 +152,7 @@ Page({
})
},
toSignin:function(){
toSignin: function () {
wx.navigateTo({
url: "/pages/list/signin/index"
})
......
......@@ -57,7 +57,7 @@
<text class="t2">{{userInfo.mobile}}</text>
</view>
</view>
<view class="boxsiz bar row bothSide verCenter" data-type="certification" data-status="{{userInfo.auth_status}}" bind:tap="toUrl">
<view class="boxsiz bar row bothSide verCenter" data-type="certification" bind:tap="toUrl">
<view>
<text class="icon iconfont iconiconxiantiaoshouji19"></text>
<text class="t1">认证管理</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment