jhwxapp/miniprogram/pages/learn-page/index.wxml

20 lines
797 B
Plaintext
Raw Normal View History

2023-08-10 01:21:29 +08:00
<!-- 学习绑定 -->
<view class="learn-binding">
<!-- 头像部分 172-->
<view class="learn-header">
<image src="http://fileimg.makalu.cc/WEB_77C2BB6ECBEA4F39B7E22CF5E96DB652.png" mode=""/>
</view>
<!-- 文字部分 -->
<view style="font-size:26rpx;margin-top: 88rpx;margin-bottom: 168rpx;">
您暂未绑定,请先进行基本信息绑定
</view>
<!-- 底部部分 -->
<view class="learn-footer" style="display: flex;flex-direction: column;justify-content: space-between;align-items: center;">
<view bindtap="affirmBind" style="width:416rpx;height:88rpx;display: flex;justify-content: center;align-items: center;border-radius: 50rpx;background-color: #523fa8;">
立即绑定
</view>
<view bindtap="cancelBind" style="color: #848fce;">
返回
</view>
</view>
</view>