页面美化+接口更新
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</view>
|
||||
<view class="pingjia" v-if="linkProducts && linkProducts.length > 0 && linkProducts[0]">
|
||||
<view class="">
|
||||
<view style="font-weight: 600;margin-bottom: 30rpx;">其他购买套餐</view>
|
||||
<view style="font-weight: 600;margin-bottom: 30rpx;">商品列表</view>
|
||||
<!-- <view class="icon-del rotate"></view> -->
|
||||
</view>
|
||||
<!-- 商品包含 -->
|
||||
@@ -442,8 +442,9 @@
|
||||
buttonClick(e) {
|
||||
console.log(e)
|
||||
if(e.index == 0){
|
||||
// 点击的是加入购物车
|
||||
this.addCart()
|
||||
// 点击的是加入购物车
|
||||
this.upoShow = true
|
||||
// this.addCart()
|
||||
}else{
|
||||
// 点击的是立即购买
|
||||
this.upoShow = true
|
||||
|
||||
Reference in New Issue
Block a user