12345678910111213141516171819202122232425262728293031 |
- <view class="user">
- <view class="info">
- <view class="head">
- <view class="img"><open-data type="userAvatarUrl"></open-data></view>
- <view class="name"><open-data type="userNickName"></open-data></view>
- </view>
- <view class="list">
- <navigator url="join/join" extra-data="">
- <text>{{ joinLength }}</text>
- <view>我参与的</view>
- </navigator>
- <navigator url="prize/prize">
- <text>{{ winLength }}</text>
- <view>中奖记录</view>
- </navigator>
- </view>
- </view>
- <view class="tool">
- <!-- <i-cell title="消息通知" is-link url="msg/msg" i-class="tool-item">
- <image src="/assets/images/icon-notice.png" class="cell-icon" slot="icon"></image>
- </i-cell> -->
- <i-cell title="常见问题" is-link url="question/question" i-class="tool-item">
- <image src="/assets/images/icon-question.png" class="cell-icon" slot="icon"></image>
- </i-cell>
- <button open-type="feedback" class="btn-feedback">
- <i-cell title="意见反馈" is-link i-class="tool-item">
- <image src="/assets/images/icon-feedback.png" class="cell-icon" slot="icon"></image>
- </i-cell>
- </button>
- </view>
- </view>
|