This commit is contained in:
曹辉 2023-03-03 16:08:20 +08:00
parent 8bb8cae37f
commit 3ac085f866
2 changed files with 6 additions and 6 deletions

View File

@ -137,7 +137,7 @@
<view class="bottomcontent topcontent"
@tap="goodsDetailslist.couponList.length>0?couponshow=true:''">
<view class="header">
优惠
优惠
</view>
<view class="coupon" v-if='coupon' style="color: #D43953;">
已选择 {{coupon.couponTitle}}
@ -182,7 +182,7 @@
<image class="close" src="../../static/gb.png" mode="" @tap='couponshow=false'></image>
</image>
<view class="titles">
选择优惠
选择优惠
</view>
<scroll-view :scroll-top="scrollTop" scroll-y="true" class="scroll-Y" @scrolltoupper="upper"
@scrolltolower="lower" @scroll="scroll" style="background-color: #fff;height: 700rpx;">
@ -279,7 +279,7 @@
goodsPrice: '', //
totalPrice: 0.00, //
Paidinprice: null, //
couponId: null, //使id
couponId: null, //使id
coupon: null,
goodsDetailslist: {
couponList: [],
@ -287,7 +287,7 @@
goodDetailsLists: [], //
goodshow: true, //
buyshow: false, //
couponshow: false, //
couponshow: false, //
info: [], //list
goodsAttributeId: null, //id
updata: { //
@ -338,7 +338,7 @@
},
},
methods: {
//使
//使
tapcoupon(item) {
if (this.couponId == item.couponId) {
this.couponId = null

View File

@ -296,7 +296,7 @@
url: '/pages/login/login'
})
},
//
//
gocoupon() {
const value = uni.getStorageSync('openid');
const value2 = uni.getStorageSync('patientId');