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 line
1.4 KiB
1 line
1.4 KiB
<view class="profile-container"><view class="profile-header"><view class="profile-avatar"><image src="/static/avatar.png" mode="aspectFill"></image></view><view class="profile-info"><view class="profile-name">Hi, 微信用户</view><view class="profile-id">船舶编号:-</view></view><view class="profile-setting"><image class="setting-icon" src="/static/icon_setting.png" mode="aspectFit"></image></view></view><view class="profile-card first-card"><block wx:for="{{mainList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="text"><view data-event-opts="{{[['tap',[['onItemClick',['$0'],[[['mainList','text',item.text]]]]]]]}}" class="profile-item" bindtap="__e"><image class="profile-list-icon" src="{{item.icon}}" mode="aspectFit"></image><text class="item-text">{{item.text}}</text><image class="profile-arrow-icon" src="/static/right_arrow.png" mode="aspectFit"></image></view></block></view><view class="profile-card"><block wx:for="{{helpList}}" wx:for-item="item" wx:for-index="__i1__" wx:key="text"><view data-event-opts="{{[['tap',[['onItemClick',['$0'],[[['helpList','text',item.text]]]]]]]}}" class="profile-item" bindtap="__e"><image class="profile-list-icon" src="{{item.icon}}" mode="aspectFit"></image><text class="item-text">{{item.text}}</text><image class="profile-arrow-icon" src="/static/right_arrow.png" mode="aspectFit"></image></view></block></view></view> |