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.
|
|
|
<!--pages/user/index.wxml-->
|
|
|
|
<view class="content-wrapper">
|
|
|
|
<Header />
|
|
|
|
<mp-cells ext-class="my-cells">
|
|
|
|
<mp-cell link="true" hover="true" ext-class="my-cell" footer="说明文字">
|
|
|
|
<view class="cell-icon" Slot="icon">
|
|
|
|
<image style="width:15px;height:12px;" src="/images/user/msg.png"></image>
|
|
|
|
</view>
|
|
|
|
<view class="cell-title" Slot="title">我的消息</view>
|
|
|
|
<!-- <view class="cell-subTitle" Slot="footer">说明文字</view> -->
|
|
|
|
</mp-cell>
|
|
|
|
</mp-cells>
|
|
|
|
</view>
|