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