1 |
- <view class="container main data-v-4dcceeb0"><view class="one data-v-4dcceeb0"><view class="one_1 data-v-4dcceeb0"><block wx:if="{{user.id}}"><view data-event-opts="{{[['tap',[['toView',['$event']]]]]}}" class="top data-v-4dcceeb0" bindtap="__e"><view class="top_left data-v-4dcceeb0"><text class="t-icon t-icon-yonghu1 data-v-4dcceeb0"></text><text class="name data-v-4dcceeb0">{{user.nick_name||'微信用户'}}</text></view><view class="top_right data-v-4dcceeb0"><text class="t-icon t-icon-tiaozhuan data-v-4dcceeb0"></text></view></view></block><block wx:else><view data-event-opts="{{[['tap',[['toLogin',['$event']]]]]}}" class="top data-v-4dcceeb0" bindtap="__e"><view class="top_left data-v-4dcceeb0"><text class="t-icon t-icon-yonghu1 data-v-4dcceeb0"></text><text class="name data-v-4dcceeb0">登录/注册</text></view><view class="top_right data-v-4dcceeb0"><text class="t-icon t-icon-tiaozhuan data-v-4dcceeb0"></text></view></view></block></view></view><view class="two data-v-4dcceeb0"><block wx:for="{{menuList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toCommon',['$0','$1'],[[['menuList','',index,'route']],[['menuList','',index,'type']]]]]]]}}" class="list data-v-4dcceeb0" bindtap="__e"><view class="left data-v-4dcceeb0"><text class="{{['t-icon','data-v-4dcceeb0',item.icon]}}"></text><text class="title data-v-4dcceeb0">{{item.title||'暂无'}}</text></view><view class="right data-v-4dcceeb0"><text class="t-icon t-icon-tiaozhuan data-v-4dcceeb0"></text></view></view></block></view></view>
|