市北人才赋能平台 --小程序端
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.

14 lines
516 B

6 years ago
<!--pages/user/index.wxml-->
6 years ago
<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>