Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <navbar text="我的" background='#FD832D' color="white"></navbar>
- <view class="user" style="padding-top:{{navigationBarHeight}};">
- <view bindlongtap='showVersion' class='version'>
- <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
- <view wx:if="{{flag=='hidden'}}"></view>
- </view>
- <view class="top" style='background:{{banneColor}}'>
- <view class='aboutUs' bindtap='gomallInfo'>
- <image class='aboutIcons' src="{{aboutUs}}" mode='widthFix'></image>
- <text>关于我们</text>
- </view>
- </view>
- <view class="top-content" wx:if="{{ifStoreApp!=1}}">
- <view class='user_title'>
- <view class="user-avatar">
- <open-data class="open" type="userAvatarUrl"></open-data>
- </view>
- <view class="user-name">
- <open-data class="name" type="userNickName"></open-data>
- <view class=' usre_level' style='background:{{levelBg}}'>
- <text class='chengzhang '>{{levelName}}</text>
- </view>
- </view>
- <!-- -->
- <view class="user-name" wx:if="{{curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
- <text class="my">我的手机号:</text>
- <text class="chengzhang_h">{{curPhone}}</text>
- <!-- <text class="view" style='color:#F64A16'>[微信授权手机号]</text> -->
- </view>
- <view class="user-name" wx:if="{{!curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
- <text class="view" style='color:#F64A16'>获取微信授权手机号</text>
- </view>
- <!-- -->
- <view class="user-phone" bindtap='gotograde'>
- <text class="my">我的</text>
- <text class="chengzhang_h">成长值{{score}}</text>
- <text class="my my_line">|</text>
- <!-- <text class="my">更多成长值</text> -->
- <text class="view" style='color:{{view}}'>更多成长值</text>
- </view>
-
- </view>
- </view>
-
- </view>
|