1.修改优惠券显示问题

2.删除没有用的东西
yj-dev
杨杰 3 years ago
parent 5739ecd5ec
commit 2bf301f464
  1. 2
      pages/goods/store-list/store-details.vue
  2. 12
      pages/tabBar/home/home.vue
  3. 4
      pages/user/coupon/coupon.vue

@ -10,7 +10,7 @@
<view class="width90 stoCont"> <view class="width90 stoCont">
<view class="width80p flleft mart10"> <view class="width80p flleft mart10">
<view class="font14 fcor666 fontwig6 text2">{{merchanList.address}}</view> <view class="font14 fcor666 fontwig6 text2">{{merchanList.address}}</view>
<view class="font14 fcor666 mart5">营业时间: 00:00-23:59 <text class="store_zp margle">站内开票</text></view> <view class="font14 fcor666 mart5">营业时间: 00:00-23:59</view>
</view> </view>
<view class="width20 flright mart10 fotct" @click="seeloaction"> <view class="width20 flright mart10 fotct" @click="seeloaction">
<image mode="widthFix" style="width: 25px;height: 25px;" :src="imagewxUrl+imgadres1"> <image mode="widthFix" style="width: 25px;height: 25px;" :src="imagewxUrl+imgadres1">

@ -66,16 +66,18 @@
<view class="swiper-item" :data-id="item.id"> <view class="swiper-item" :data-id="item.id">
<image class="img" :src="imageUrl+item.couponImg" mode="aspectFit"></image> <image class="img" :src="imageUrl+item.couponImg" mode="aspectFit"></image>
<view class="fotlt fcor333 font14 text1 mart10">{{item.couponName}}</view> <view class="fotlt fcor333 font14 text1 mart10">{{item.couponName}}</view>
<view class="subject fotct mart5"><image style="width: 15px;height: 15px;vertical-align: sub;margin-right: 5px;"src="../../../static/img/jfx.png"> <view class="subject fotct mart5">
</image>{{ item.discountPrice*100}}</view> <image style="width: 15px;height: 15px;vertical-align: sub;margin-right: 5px;"
src="../../../static/img/jfx.png">
</image>{{ item.discountPrice*100}}
</view>
</view> </view>
</swiper-item> </swiper-item>
</swiper> </swiper>
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumpTyou"
:src="imagewxUrl+imgadres4"></image>
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumphuafei(3)" <image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumphuafei(3)"
:src="imagewxUrl+imgadres5"></image> :src="imagewxUrl+imgadres5"></image>
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumpTyou"
:src="imagewxUrl+imgadres4"></image>
<!-- 赠券 --> <!-- 赠券 -->
<view style="width: 91%;margin-left: 5%;" v-if='productList.length != 0' @click="goGoodsList(1)"> <view style="width: 91%;margin-left: 5%;" v-if='productList.length != 0' @click="goGoodsList(1)">
<image class="mart30 width100" mode="widthFix" :src="imagewxUrl+imgadres"></image> <image class="mart30 width100" mode="widthFix" :src="imagewxUrl+imgadres"></image>

@ -38,9 +38,9 @@
</view> </view>
</view> </view>
<view class="criteria"> <!-- <view class="criteria">
{{row.highDiscount.discountName}} {{row.highDiscount.discountName}}
</view> </view> -->
<view class="use" > <view class="use" >
去使用 去使用
</view> </view>

Loading…
Cancel
Save