first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<!-- 头部 -->
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
<!-- user/couponCard/couponCard.wxml -->
<view class="couponCard">
<view class="no_coupon mt20">
<wux-cell-group>
<wux-cell bind:tap="noEnv" title="不使用红包" rightUrl="{{ isEnv ? '/static/img/icon/wxPay1.png' : '/static/img/icon/wxPay2.png' }}"></wux-cell>
</wux-cell-group>
</view>
<view class="coupon">
<view class="coupon_list mt30" wx:for="{{couponList}}" wx:key="{{index}}" data-item="{{item}}" bind:tap="selectEnv">
<view class="coupon_list_l">
<view>
¥
<span>{{item.coupon_price}}</span>
</view>
</view>
<view class="coupon_list_r">
<view>
<view class="coupon_list_r_top">
{{item.coupon_title}}
<!-- <span class="ml40">即将过期</span> -->
</view>
<view class="coupon_list_r_p mt10">满{{item.use_min_price}}元可用</view>
<view class="coupon_list_r_p">有效期至:{{item.end_time}}</view>
<view class="coupon_list_r_p mt10">线上、线下洗衣通用</view>
<!-- <view class="coupon_list_r_p {{ item.show ? 'clamp1' : '' }}" data-index="{{index}}" bind:tap="isShow">
上装、下装、皮质类、箱包类、下装、皮质类、箱包类、其他
</view> -->
</view>
</view>
<view class="coupon_list_b">
<!-- <span data-index="{{index}}" bind:tap="isShow">
<image class="{{ item.show ? '' : 'rotate' }}" src="/static/img/icon/qwfgqfqf.png" />
</span> -->
</view>
</view>
</view>
</view>
<!-- toasta提示 -->
<i-toast id="toast" />