Commit 44b1f5b6 by 梁建民

js

parent 8b6750db
......@@ -48,7 +48,7 @@
更新认证信息
</button>
</block>
<block wx:elif="{{authInfo.status === 1}}">
<block wx:elif="{{authInfo.status === 2}}">
<button class="btn" data-type="2" data-id="{{authInfo.id}}" data-url='/pages/person/certification/addcertification/index' bind:tap="toUrl">
重新提交信息
</button>
......
......@@ -73,10 +73,13 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function () {
if (this.data.weixin_exchange_info.exchange_id) {
return {
title: '好友助力',
path: "/pages/person/helpfriend/index?exchange_id=" + this.data.weixin_exchange_info.exchange_id
}
}
},
/**
* 获取数据
......
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