You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
2.3 KiB
1 lines
2.3 KiB
<view class="personal data-v-bb38e908" style="{{'background:linear-gradient(180deg, #FF4A2B 0%, #F2F2F2 25%);'+('padding-top:'+(titleStyle.top+titleStyle.height+'px')+';')}}"><view class="personal_header flex ac data-v-bb38e908"><view class="personal_header_left flex ac oneflex data-v-bb38e908"><view class="headSculpture data-v-bb38e908"><block wx:if="{{user.headPhoto}}"><image style="width:100%;height:100%;" mode="aspectFit" src="{{user.headPhoto}}" class="data-v-bb38e908"></image></block></view><view class="userDetails data-v-bb38e908"><view class="name data-v-bb38e908">{{user.name}}</view><view class="account data-v-bb38e908">{{"当前积分:"+accountBalance}}</view></view></view><view data-event-opts="{{[['tap',[['goSeting',['$event']]]]]}}" class="personal_header_right data-v-bb38e908" bindtap="__e"><uni-icons vue-id="abe335ec-1" type="gear" color="#ffffff" size="30" class="data-v-bb38e908" bind:__l="__l"></uni-icons></view></view><view class="personal_center data-v-bb38e908"><view data-event-opts="{{[['tap',[['goOrder',['$event']]]]]}}" class="personal_center_header flex ac jw data-v-bb38e908" bindtap="__e"><text style="font-size:28rpx;" class="data-v-bb38e908">我的订单</text><uni-icons vue-id="abe335ec-2" color="#999999" type="right" size="20" class="data-v-bb38e908" bind:__l="__l"></uni-icons></view><view class="menuList flex data-v-bb38e908"><block wx:for="{{options}}" wx:for-item="item" wx:for-index="__i0__"><view data-event-opts="{{[['tap',[['goList',['$0'],[[['options','',__i0__]]]]]]]}}" class="menuItem data-v-bb38e908" bindtap="__e"><image src="{{item.logo}}" class="data-v-bb38e908"></image><view class="title data-v-bb38e908">{{item.title}}</view></view></block></view></view><view class="personal_footer oneflex data-v-bb38e908"><block wx:for="{{others}}" wx:for-item="item" wx:for-index="__i1__"><view data-event-opts="{{[['tap',[['othersClick',['$0'],[[['others','',__i1__]]]]]]]}}" class="personal_footer_row flex jw ac data-v-bb38e908" bindtap="__e"><view class="flex ac oneflex data-v-bb38e908"><image src="{{item.logo}}" class="data-v-bb38e908"></image><view style="margin-left:20rpx;" class="data-v-bb38e908">{{item.title}}</view></view><uni-icons vue-id="{{'abe335ec-3-'+__i1__}}" type="right" color="#999999" size="20" class="data-v-bb38e908" bind:__l="__l"></uni-icons></view></block></view></view> |