- <view class='container'>
- <view class="flexCol flexCenter tip">
- <image style="padding-top:200rpx;" src='/images/result.png'></image>
- <text>提交成功</text>
- <view class="p30">{{msg}}</view>
- </view>
- <view class="flexRow p20 jcsb buttons">
- <button type="primary" class="w100 button" bind:tap="navigate_auth_native" data-url='/pages/user/index' data-t='switchTab'>
- 进入个人中心
- </button>
- <button type="primary" class="w100 button" bind:tap="goHome">返回首页</button>
- </view>
- </view>
|