first commit
This commit is contained in:
54
衣莎项目/源码/YiShaXiYi/pages/newPeople/newPeople.wxml
Normal file
54
衣莎项目/源码/YiShaXiYi/pages/newPeople/newPeople.wxml
Normal file
@@ -0,0 +1,54 @@
|
||||
<!-- 头部导航 -->
|
||||
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
|
||||
<!-- pages/newPeople/newPeople.wxml -->
|
||||
<view class="newPeople">
|
||||
<view class="newPeo-img">
|
||||
<image mode="widthFix" src="http://cdn.yishaxiyi.com/b3ef1bd9e60071960ef8f712a69caeec.png" />
|
||||
</view>
|
||||
<view class="newPeo">
|
||||
<view class="newPeo-cen">
|
||||
<view wx:for="{{personData}}" wx:key class="coupon_list_row dis-flex mt20">
|
||||
<view class="coupon_row_l ">
|
||||
<image src="/static/img/xrj.png" />
|
||||
<view class="row_l1 flex-con3">
|
||||
<view>
|
||||
<view class="row_l1_p1">
|
||||
¥
|
||||
<span>{{item.coupon_price}}</span>
|
||||
</view>
|
||||
<view class="row_l1_p2">满{{item.use_min_price}}元使用</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex1 coupon_row_r">
|
||||
<image src="/static/img/xrjr.png" />
|
||||
<view class="row_l1 dis-flex pl30">
|
||||
<view class="flex-con2 flex1">
|
||||
<view>
|
||||
<view class="row_r1_p1 text-left clamp1">
|
||||
{{item.coupon_title}}
|
||||
</view>
|
||||
<view class="row_r1_p2 text-left clamp1">
|
||||
{{item.start_time}}至{{item.end_time}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-con2 mr30">
|
||||
<button wx:if="{{item.status==1}}" type="default" class="use-coupon" data-url="/pages/laundry/laundry" bind:tap="goUrl">
|
||||
去使用
|
||||
</button>
|
||||
<button wx:if="{{item.status==2}}" type="default" class="use-coupon">
|
||||
已使用
|
||||
</button>
|
||||
<button wx:if="{{item.status==3}}" type="default" class="use-coupon">
|
||||
已过期
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- toasta提示 -->
|
||||
<i-toast id="toast" />
|
||||
Reference in New Issue
Block a user