Commit 06b473ba by 梁建民

JS

parent 46615ce5
Showing with 4 additions and 4 deletions
...@@ -102,7 +102,7 @@ Page({ ...@@ -102,7 +102,7 @@ Page({
//认证管理 //认证管理
if (e.currentTarget.dataset.type == 'certification') { if (e.currentTarget.dataset.type == 'certification') {
if (e.currentTarget.dataset.status == null) { if (this.data.userInfo.auth_status == null) {
wx.navigateTo({ wx.navigateTo({
url: "/pages/person/certification/addcertification/index" url: "/pages/person/certification/addcertification/index"
...@@ -111,7 +111,7 @@ Page({ ...@@ -111,7 +111,7 @@ Page({
} else { } else {
wx.navigateTo({ wx.navigateTo({
url: "/pages/person/certification/addcertification/index" url: "/pages/person/certification/certificationmanage/index"
}); });
} }
...@@ -152,7 +152,7 @@ Page({ ...@@ -152,7 +152,7 @@ Page({
}) })
}, },
toSignin:function(){ toSignin: function () {
wx.navigateTo({ wx.navigateTo({
url: "/pages/list/signin/index" url: "/pages/list/signin/index"
}) })
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<text class="t2">{{userInfo.mobile}}</text> <text class="t2">{{userInfo.mobile}}</text>
</view> </view>
</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> <view>
<text class="icon iconfont iconiconxiantiaoshouji19"></text> <text class="icon iconfont iconiconxiantiaoshouji19"></text>
<text class="t1">认证管理</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