1.修改优惠券显示问题

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

@ -10,7 +10,7 @@
<view class="width90 stoCont">
<view class="width80p flleft mart10">
<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 class="width20 flright mart10 fotct" @click="seeloaction">
<image mode="widthFix" style="width: 25px;height: 25px;" :src="imagewxUrl+imgadres1">

@ -66,16 +66,18 @@
<view class="swiper-item" :data-id="item.id">
<image class="img" :src="imageUrl+item.couponImg" mode="aspectFit"></image>
<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">
</image>{{ item.discountPrice*100}}</view>
<view class="subject fotct mart5">
<image style="width: 15px;height: 15px;vertical-align: sub;margin-right: 5px;"
src="../../../static/img/jfx.png">
</image>{{ item.discountPrice*100}}
</view>
</view>
</swiper-item>
</swiper>
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumphuafei(3)"
:src="imagewxUrl+imgadres5"></image>
<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)"
:src="imagewxUrl+imgadres5"></image>
<!-- 赠券 -->
<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>
@ -239,8 +241,8 @@
imgadres3: '',
imgadres4: 'homet.png',
imgadres5: 'homeh.png',
imgadres6:'homed.jpg',
imgadres7:'homek.jpg',
imgadres6: 'homed.jpg',
imgadres7: 'homek.jpg',
webUrl: '',
//
swiperList: [{
@ -426,7 +428,7 @@
* 跳转外链
*/
jumpWeb() {
if( this.webUrl){
if (this.webUrl) {
uni.navigateTo({
url: '../order/webUrl/webUrl?url=' + this.webUrl
})
@ -784,7 +786,7 @@
return false;
}
uni.navigateTo({
url: '/pages/tabBar/order/order?id='+item
url: '/pages/tabBar/order/order?id=' + item
})
}
@ -799,8 +801,8 @@
}
.popImg {
width: 300px;
height: 440px;
width: 300px;
height: 440px;
}
@font-face {
@ -1285,7 +1287,7 @@
width: 100%;
color: #ff5836;
display: flex;
align-items: center;
align-items: center;
}
.lookmore {

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

Loading…
Cancel
Save