homeList.wxml 1.0 KB

1
  1. <view class="page"><view class="header"><view class="user"><image class="avatar" src="{{headLogo||'../../static/head.png'}}"></image><text>{{''+displayName+''}}</text></view></view><view class="menu"><view data-event-opts="{{[['tap',[['handleMenuClick',['$event']]]]]}}" class="item" bindtap="__e"><image src="/static/appstore-add.png" class="_img"></image><view>编辑中心</view></view><view data-event-opts="{{[['tap',[['dialogToggle',['success']]]]]}}" class="item" bindtap="__e"><image src="/static/poweroff.png" class="_img"></image><view>退出登录</view></view><uni-popup class="vue-ref" vue-id="49c8cea0-1" type="dialog" data-ref="alertDialog" bind:__l="__l" vue-slots="{{['default']}}"><uni-popup-dialog vue-id="{{('49c8cea0-2')+','+('49c8cea0-1')}}" type="{{msgType}}" cancelText="否" confirmText="是" title="提示" content="是否退出登录" data-event-opts="{{[['^confirm',[['dialogConfirm']]],['^close',[['dialogClose']]]]}}" bind:confirm="__e" bind:close="__e" bind:__l="__l"></uni-popup-dialog></uni-popup></view></view>