2
This commit is contained in:
@@ -122,8 +122,7 @@
|
||||
</view>
|
||||
<view class="pingjia" v-else>
|
||||
<view class="">
|
||||
<view style="font-weight: 600;margin-bottom: 30rpx;">评价({{commentsList?commentsList.length:0}})
|
||||
</view>
|
||||
<view style="font-weight: 600;margin-bottom: 30rpx;">评价({{commentsList?commentsList.length:0}})</view>
|
||||
<!-- <view class="icon-del rotate"></view> -->
|
||||
</view>
|
||||
<!-- 商品评价 -->
|
||||
@@ -475,7 +474,7 @@
|
||||
// console.log(e)
|
||||
if (e.index == 0) {
|
||||
// 点击的是加入购物车
|
||||
console.log('+.........',this.linkProducts,'this.linkProducts')
|
||||
// console.log('+.........',this.linkProducts,'this.linkProducts')
|
||||
if (this.linkProducts.length == 0) {
|
||||
this.addCart()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user