master
lion 9 months ago
parent badf7be500
commit 492c6d0f0c

@ -29,6 +29,12 @@
<text style="color: #c20d12;" @click.stop.prevent="openPrivacyContract">隐私协议</text> <text style="color: #c20d12;" @click.stop.prevent="openPrivacyContract">隐私协议</text>
</u-checkbox> </u-checkbox>
</view> </view>
<view style="margin-top:30rpx">
<u-button ripple
:hair-line="false"
@click="goHome"
:custom-style="authBtnStyle">返回首页</u-button>
</view>
</view> </view>
</view> </view>
@ -70,6 +76,11 @@ export default {
} }
}, },
methods: { methods: {
goHome(){
uni.switchTab({
url:'/pages/index/index'
})
},
openPrivacyContract() { openPrivacyContract() {
wx.openPrivacyContract({ wx.openPrivacyContract({
success: () => { success: () => {
@ -178,7 +189,7 @@ page {
font-size: 24rpx; font-size: 24rpx;
color: #999999; color: #999999;
font-weight: 500; font-weight: 500;
padding: 4.61vh 0 0 95rpx; padding: 3.61vh 0 0 95rpx;
} }
} }
} }

Loading…
Cancel
Save