Commit 46615ce5 by 梁建民

js

parent e493703f
Showing with 8 additions and 1 deletions
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</view> </view>
<view> <view>
<block wx:if="{{userInfo.auth_status_val == null}}"> <block wx:if="{{userInfo.auth_status_val == null}}">
<text class="t2">{{userInfo.auth_status_val}}</text> <text class="t2">未认证</text>
</block> </block>
<block wx:else> <block wx:else>
<text class="t2">{{userInfo.auth_status_val}}</text> <text class="t2">{{userInfo.auth_status_val}}</text>
......
...@@ -128,6 +128,13 @@ ...@@ -128,6 +128,13 @@
"id": -1, "id": -1,
"name": "pages/person/setting/index", "name": "pages/person/setting/index",
"pathName": "pages/person/setting/index", "pathName": "pages/person/setting/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/tab/me/me",
"pathName": "pages/tab/me/me",
"scene": null "scene": null
} }
] ]
......
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