|
|
@ -171,9 +171,9 @@ |
|
|
|
<view class="popupboxtitle"> |
|
|
|
<view class="popupboxtitle"> |
|
|
|
{{guzkneirong.title}} |
|
|
|
{{guzkneirong.title}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="neir" v-html="guzkneirong.content"> |
|
|
|
<scroll-view class="neir" scroll-y="true" style="" v-html="guzkneirong.content"> |
|
|
|
<!-- {{guzkneirong.content}} --> |
|
|
|
<!-- {{guzkneirong.content}} --> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</uni-popup> |
|
|
|
</uni-popup> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -317,7 +317,8 @@ |
|
|
|
discountId:this.newcomer_products[this.libaoindex].id, |
|
|
|
discountId:this.newcomer_products[this.libaoindex].id, |
|
|
|
member_type: this.memberType[this.tykindex].id |
|
|
|
member_type: this.memberType[this.tykindex].id |
|
|
|
}; |
|
|
|
}; |
|
|
|
postCartAdd(data).then(res => { |
|
|
|
postCartAdd(data) |
|
|
|
|
|
|
|
.then(res => { |
|
|
|
console.log(987, res); |
|
|
|
console.log(987, res); |
|
|
|
uni.navigateTo({ |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/goods/order_confirm/index?huiyuanka=1&product_id=""&discountInfos' + |
|
|
|
url: '/pages/goods/order_confirm/index?huiyuanka=1&product_id=""&discountInfos' + |
|
|
@ -328,7 +329,11 @@ |
|
|
|
.tykindex].price + |
|
|
|
.tykindex].price + |
|
|
|
'&vipprice=' + this.memberType[this.tykindex].pre_price+'&member_type=' + this.memberType[this.tykindex].id |
|
|
|
'&vipprice=' + this.memberType[this.tykindex].pre_price+'&member_type=' + this.memberType[this.tykindex].id |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}).catch(res => { |
|
|
|
|
|
|
|
this.$util.Tips({ |
|
|
|
|
|
|
|
title: res |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.$util.Tips({ |
|
|
|
this.$util.Tips({ |
|
|
@ -618,6 +623,12 @@ |
|
|
|
height: 400px; |
|
|
|
height: 400px; |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.neir ::-webkit-scrollbar { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
width: 0; |
|
|
|
|
|
|
|
height: 0; |
|
|
|
|
|
|
|
color: transparent; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.fotbut { |
|
|
|
.fotbut { |
|
|
|