jufubao-mall 2.0.16-beta2 → 2.0.16-beta3
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
|
@@ -176,11 +176,6 @@
|
|
|
176
176
|
}, 500)
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
|
-
|
|
180
|
-
searchFilterList(val){
|
|
181
|
-
debugger
|
|
182
|
-
}
|
|
183
|
-
|
|
184
179
|
},
|
|
185
180
|
filters:{
|
|
186
181
|
filterLabels(val){
|
|
@@ -294,7 +289,6 @@
|
|
|
294
289
|
if(gCPVal(container,'showStoreAddress','Y') === 'Y') cusContent.push('address'); //门店地址
|
|
295
290
|
if(gCPVal(container,'showStoreDistance','Y') === 'Y') cusContent.push('distance'); //地址
|
|
296
291
|
if(gCPVal(container,'showStorePrice','Y') === 'Y') cusContent.push('price'); // 折扣/价格
|
|
297
|
-
cusContent.push('image');
|
|
298
292
|
this.cusContent = cusContent;
|
|
299
293
|
|
|
300
294
|
//style
|