jufubao-mall 2.0.25 → 2.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -132,6 +132,7 @@
132
132
  :class="'cell_' + row_num"
133
133
  :style="[contProductStyles]"
134
134
  v-for="item in productList" :key="item"
135
+ @click="handleDetail(item)"
135
136
  >
136
137
  <view class="product_img" :style="[contProductImageStyle]">
137
138
  <image :src="item.thumb" mode="aspectFill"></image>
@@ -696,7 +697,7 @@
696
697
  },
697
698
  handleDetail(item){
698
699
  if (this.$configProject['isPreview'])return;
699
- toProductDetail(this, item, this.codePath, true);
700
+ toProductDetail(this, item, this.codePath, this.isAddCart==='Y');
700
701
  },
701
702
  toCallPhone(){
702
703
  uni.makePhoneCall({