优化
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
<van-button data-from="doctorauthiden" disabled="{{iden_auth_disabled}}" color="#3CC7C0" custom-style="border-radius: 20rpx;" type="primary" block bind:click="addDoctorAuthIden">{{iden_auth_status_txt}}</van-button>
|
||||
</view>
|
||||
<view class="sub_button" wx:else>
|
||||
<van-button color="#3CC7C0" data-from="myinfo" disabled="{{iden_auth_status == 2}}" custom-style="border-radius: 20rpx;" type="primary" block bind:click="addDoctorAuthIden">{{iden_auth_status_txt}}</van-button>
|
||||
<van-button color="#3CC7C0" data-from="myinfo" disabled custom-style="border-radius: 20rpx;" type="primary" block bind:click="addDoctorAuthIden">{{iden_auth_status_txt}}</van-button>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Component({
|
||||
//返回到首页
|
||||
_backhome() {
|
||||
wx.navigateTo({
|
||||
url: '/Pages/index/index',
|
||||
url: '/Pages/index/index?from=navbar',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ Component({
|
||||
},
|
||||
onGoHome() {
|
||||
wx.reLaunch({
|
||||
url: '/Pages/index/index',
|
||||
url: '/Pages/index/index?from=navbar',
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@ Component({
|
||||
//返回到首页
|
||||
_backhome() {
|
||||
wx.navigateTo({
|
||||
url: '/Pages/index/index',
|
||||
url: '/Pages/index/index?from=navbar',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user