liudan 6 months ago
parent 9b5db39b6c
commit d608b903f2
  1. 13
      components/orderCoupon/index.vue
  2. 2
      pages/columnGoods/goods_search_con/index.vue

@ -9,14 +9,19 @@
<view class='item acea-row row-center-wrapper' :class="item.disabled ? 'disabled' : ''"
v-for="(item,index) in couponArr" @click="getCouponUser(index,item)" :key='index'>
<view v-if="item.coupon.send_type == 5" class='money acea-row row-column row-center-wrapper vip-coupon'>
<view><text class='num'>{{item.coupon_price}}</text></view>
<view class="pic-num">{{item.use_min_price}}元可用</view>
<!-- <view><text class='num'>{{item.coupon_price}}</text></view>
<view class="pic-num">{{item.use_min_price}}元可用</view> -->
<view class="">
{{item.coupon_title}}
</view>
</view>
<!-- :style="{ 'background-image': `url(${domain}/static/diy/couponBg${keyColor}.png)` }" -->
<view v-else class='money acea-row row-column row-center-wrapper' style="position: relative;">
<image src="/static/images/bg.png" mode="" style="z-index:1;position: absolute;top:0;left:0;width:100%;height:108%;"></image>
<view style="position: relative;z-index:2"><text class='num'>{{item.coupon_price}}</text></view>
<view class="pic-num" style="position: relative;z-index:2">{{item.use_min_price}}元可用</view>
<view style="position: relative;z-index:2">{{item.coupon_title}}</view>
<!-- <view style="position: relative;z-index:2"><text class='num'>{{item.coupon_price}}</text></view> -->
<!-- <view class="pic-num" style="position: relative;z-index:2">{{item.use_min_price}}元可用</view> -->
</view>
<view class='text'>
<view class='condition line1'>

@ -1340,7 +1340,7 @@
position: fixed;
left: 0;
// top: 238rpx;
top: 27%;
top: calc(26vh);
// top: 434rpx;
width: 100%;
padding: 0 40rpx 28rpx 74rpx;

Loading…
Cancel
Save