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.
73 lines
2.3 KiB
73 lines
2.3 KiB
<view class="container"> |
|
<view class="list" bindtap="toclub"> |
|
<view class="list-left"> |
|
<image src="../../images/clubm.png"></image> |
|
</view> |
|
<view class="list-right"> |
|
<view class="right-top"> |
|
俱乐部消息<text>{{club.createdTime}}</text> |
|
</view> |
|
<view class="right-content"> |
|
{{club.massageContent}} |
|
</view> |
|
</view> |
|
</view> |
|
<view class="list" bindtap="toorder"> |
|
<view class="list-left"> |
|
<image src="../../images/orderm.png"></image> |
|
</view> |
|
<view class="list-right"> |
|
<view class="right-top"> |
|
订单消息<text>{{order.createdTime}}</text> |
|
</view> |
|
<view class="right-content"> |
|
<text class="red" wx:if='{{order.orderStatus==0}}'>订单待支付</text> |
|
<text class="green" wx:elif='{{order.orderStatus==1}}'>订单支付成功</text> |
|
<text class="yellow" wx:elif='{{order.orderStatus==2}}'>订单超时未支付</text> |
|
<text class="red" wx:elif='{{order.orderStatus==3}}'>订单已取消</text> |
|
<text class="yellow" wx:elif='{{order.orderStatus==4}}'>订单等待审核</text> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="list" bindtap="tosystem"> |
|
<view class="list-left"> |
|
<image src="../../images/sysm.png"></image> |
|
</view> |
|
<view class="list-right"> |
|
<view class="right-top"> |
|
系统消息<text>{{system.createdTime}}</text> |
|
</view> |
|
<view class="right-content"> |
|
{{system.massageTitle}} |
|
</view> |
|
</view> |
|
</view> |
|
<view class="list" bindtap="toactive"> |
|
<view class="list-left"> |
|
<image src="../../images/activem.png"></image> |
|
</view> |
|
<view class="list-right"> |
|
<view class="right-top"> |
|
活动消息<text>{{active.createdTime}}</text> |
|
</view> |
|
<view class="right-content"> |
|
{{active.massageTitle}} |
|
</view> |
|
</view> |
|
</view> |
|
<view class="list"> |
|
<button open-type="contact" session-from="weapp"> |
|
<view class="list-left"> |
|
<image src="../../images/hostm.png"></image> |
|
</view> |
|
<view class="list-right"> |
|
<view class="right-top"> |
|
平台客服<text>{{host.time}}</text> |
|
</view> |
|
<view class="right-content"> |
|
{{host.content}} |
|
</view> |
|
</view> |
|
</button> |
|
</view> |
|
</view> |