1.修改优惠券显示问题

2.删除没有用的东西
yj-dev
杨杰 3 years ago
parent 5739ecd5ec
commit 2bf301f464
  1. 2
      pages/goods/store-list/store-details.vue
  2. 28
      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="jumphuafei(3)"
:src="imagewxUrl+imgadres5"></image>
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumpTyou" <image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumpTyou"
:src="imagewxUrl+imgadres4"></image> :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)"> <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>
@ -92,7 +94,7 @@
</swiper-item> </swiper-item>
</swiper> </swiper>
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumphuafei(2)" <image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumphuafei(2)"
:src="imagewxUrl+imgadres6"></image> :src="imagewxUrl+imgadres6"></image>
<image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumphuafei(1)" <image mode="widthFix" style="margin-top: 30px;width: 90%;margin-left: 5%;" @click="jumphuafei(1)"
@ -239,8 +241,8 @@
imgadres3: '', imgadres3: '',
imgadres4: 'homet.png', imgadres4: 'homet.png',
imgadres5: 'homeh.png', imgadres5: 'homeh.png',
imgadres6:'homed.jpg', imgadres6: 'homed.jpg',
imgadres7:'homek.jpg', imgadres7: 'homek.jpg',
webUrl: '', webUrl: '',
// //
swiperList: [{ swiperList: [{
@ -426,7 +428,7 @@
* 跳转外链 * 跳转外链
*/ */
jumpWeb() { jumpWeb() {
if( this.webUrl){ if (this.webUrl) {
uni.navigateTo({ uni.navigateTo({
url: '../order/webUrl/webUrl?url=' + this.webUrl url: '../order/webUrl/webUrl?url=' + this.webUrl
}) })
@ -784,7 +786,7 @@
return false; return false;
} }
uni.navigateTo({ uni.navigateTo({
url: '/pages/tabBar/order/order?id='+item url: '/pages/tabBar/order/order?id=' + item
}) })
} }
@ -799,8 +801,8 @@
} }
.popImg { .popImg {
width: 300px; width: 300px;
height: 440px; height: 440px;
} }
@font-face { @font-face {
@ -1285,7 +1287,7 @@
width: 100%; width: 100%;
color: #ff5836; color: #ff5836;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.lookmore { .lookmore {

@ -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