12345678910111213141516171819202122232425262728293031323334353637383940 |
- <view class="container">
- <view class="topView">
- <cover-image src='{{userInfo.avatarUrl}}' class="personLogo"></cover-image>
- <text class="phoneText">{{userInfo.nickName}}</text>
- </view>
- <!-- <view>
- <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
- </view> -->
- <view class="seasonCard">
- <view class="seasonLeft">
- <text style="position:relative;top:5px;">季卡会员</text>
- <text style="position:relative;top:5px;">888</text>
- <button type="default" plain="true" class="seasonOpen">立即开通</button>
- </view>
- <view class="seasonRight">
- <cover-image src="../../images/money.png" style="width:68px;height:68px;"></cover-image>
- </view>
- </view>
- <view class="yearCard">
- <view class="yearLeft">
- <text style="position:relative;top:5px;">年卡会员</text>
- <text style="position:relative;top:5px;">8888</text >
- <button type="default" plain="true" class="yearOpen">立即开通</button>
- </view>
- <view class="yearRight">
- <cover-image src="../../images/money.png" style="width:68px;height:68px;"></cover-image>
- </view>
- </view>
- <view class="mineButton">
- <view class="mine">
- <text class="mineText">关于我们</text>
- <text class="mineRight">></text>
- </view>
- <view class="mineAttion" bindtap="gotoAttention">
- <text class="keepText">关注</text>
- <text class="mineRight">></text>
- </view>
- </view>
-
- </view>
|