jufubao-mall 1.0.87 → 1.0.89
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
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
<!--商品显示-->
|
|
135
135
|
<!--更多按钮-->
|
|
136
136
|
<view
|
|
137
|
-
v-if="
|
|
137
|
+
v-if="product.items.length > this.page_size"
|
|
138
138
|
class="product_more"
|
|
139
139
|
:class="{bottomNoBorder:categoryIdx === (products.length-1)}"
|
|
140
140
|
@click="toCategory(product.category,product)"
|
|
@@ -741,9 +741,11 @@ export default {
|
|
|
741
741
|
|
|
742
742
|
this.done = true;
|
|
743
743
|
this.$xdHideLoading();
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
744
|
+
this.$nextTick(()=>{
|
|
745
|
+
setTimeout(() => {
|
|
746
|
+
this.setProductTop();
|
|
747
|
+
}, 500);
|
|
748
|
+
})
|
|
747
749
|
});
|
|
748
750
|
},
|
|
749
751
|
|
|
@@ -183,7 +183,7 @@ module.exports = {
|
|
|
183
183
|
"supplier_id": "",
|
|
184
184
|
"status": "ok",
|
|
185
185
|
"sale_num": 0,
|
|
186
|
-
"thumb": "
|
|
186
|
+
"thumb": "//sandbox-img.jufubao.cn\/uploads\/20240111\/b5176535d115d9608a847a7a47d95732.jpg",
|
|
187
187
|
"sale_price": 30056,
|
|
188
188
|
"promo_price": 0,
|
|
189
189
|
"market_price": 39900,
|
|
@@ -207,7 +207,7 @@ module.exports = {
|
|
|
207
207
|
"supplier_id": "",
|
|
208
208
|
"status": "ok",
|
|
209
209
|
"sale_num": 0,
|
|
210
|
-
"thumb": "
|
|
210
|
+
"thumb": "//sandbox-img.jufubao.cn\/uploads\/20240111\/d347cf7c69e20808ee2a6bc19920d6ac.jpg",
|
|
211
211
|
"sale_price": 38376,
|
|
212
212
|
"promo_price": 0,
|
|
213
213
|
"market_price": 49900,
|
|
@@ -231,7 +231,7 @@ module.exports = {
|
|
|
231
231
|
"supplier_id": "",
|
|
232
232
|
"status": "ok",
|
|
233
233
|
"sale_num": 0,
|
|
234
|
-
"thumb": "
|
|
234
|
+
"thumb": "//sandbox-img.jufubao.cn\/uploads\/20240111\/d347cf7c69e20808ee2a6bc19920d6ac.jpg",
|
|
235
235
|
"sale_price": 38376,
|
|
236
236
|
"promo_price": 0,
|
|
237
237
|
"market_price": 49900,
|
|
@@ -255,7 +255,7 @@ module.exports = {
|
|
|
255
255
|
"supplier_id": "",
|
|
256
256
|
"status": "ok",
|
|
257
257
|
"sale_num": 0,
|
|
258
|
-
"thumb": "
|
|
258
|
+
"thumb": "//sandbox-img.jufubao.cn\/uploads\/20240111\/41c4d09f8089711c06a3b49966115660.jpg",
|
|
259
259
|
"sale_price": 38376,
|
|
260
260
|
"promo_price": 0,
|
|
261
261
|
"market_price": 49900,
|
|
@@ -279,7 +279,7 @@ module.exports = {
|
|
|
279
279
|
"supplier_id": "",
|
|
280
280
|
"status": "ok",
|
|
281
281
|
"sale_num": 0,
|
|
282
|
-
"thumb": "
|
|
282
|
+
"thumb": "//sandbox-img.jufubao.cn\/uploads\/20240111\/ff84bbf8b5c4a1da7baa044bc835ad49.jpg",
|
|
283
283
|
"sale_price": 20592,
|
|
284
284
|
"promo_price": 0,
|
|
285
285
|
"market_price": 29800,
|
|
@@ -303,7 +303,7 @@ module.exports = {
|
|
|
303
303
|
"supplier_id": "",
|
|
304
304
|
"status": "ok",
|
|
305
305
|
"sale_num": 0,
|
|
306
|
-
"thumb": "
|
|
306
|
+
"thumb": "//sandbox-img.jufubao.cn\/uploads\/20240111\/1206c49bb9a0805a46b042983e17db05.jpg",
|
|
307
307
|
"sale_price": 41392,
|
|
308
308
|
"promo_price": 0,
|
|
309
309
|
"market_price": 49900,
|