| 1 |
- <view class="content"><view class="user-top flex"><view class="user-avart"><block wx:if="{{userInfo.avatar}}"><image class="user-avatar" src="{{userInfo.avatar}}" mode></image></block><block wx:else><image class="user-avatar" src="../../static/error/missing-face.png" mode></image></block></view><view class="user-info"><view class="user-name clamp">{{''+userInfo.nickname+''}}</view><view class="user-level">{{''+(userInfo.level==0?'尚未开通VIP':'会员')+''}}</view></view><view class="bottom-bg"></view></view><view class="title">会员权益</view><view class="tit">开通会员可享受无限次使用次数,非会员仅可享受0次。</view><view class="title">VIP充值套餐</view><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['navClick',[index,'$0'],[[['list','',index]]]]]]]}}" class="{{['menber-item','flex',(index==currentIndex)?'action':'']}}" bindtap="__e"><view class="item-right-top">{{''+item.g0+'元/天'}}</view><view class="item-price">{{''+item.$orig.title+''}}</view><view class="item-info"><text class="old-price">{{"原价"+item.$orig.ot_price*1+"元"}}</text>{{item.$orig.price*1}}<text class="dw">元</text></view></view></block><view data-event-opts="{{[['tap',[['zf',['$event']]]]]}}" class="{{['zf-btn',(loading)?'press':'']}}" bindtap="__e">{{''+(loading?'支付中':'立即支付')+''}}</view><view class="check_box flex_item"><view><radio style="transform:scale(0.75);" color="#FFCE8A" checked="{{checked}}" data-event-opts="{{[['tap',[['Getcheckbox',['$event']]]]]}}" bindtap="__e"></radio></view><view>我已阅读并同意会员<text data-event-opts="{{[['tap',[['TOprivacy',['$event']]]]]}}" bindtap="__e">用户协议</text></view></view></view>
|