...
|
...
|
@@ -307,27 +307,28 @@ Page({ |
|
|
marketPrice: res.data.format_market_price,
|
|
|
salesPrice: res.data.format_sales_price,
|
|
|
productImages: ImgUrls,
|
|
|
pickerData: pickData,
|
|
|
storage_sum: res.data.storage_sum,
|
|
|
snapshootShareData: snapData,
|
|
|
shopId: res.data.shop_id
|
|
|
// 暂时没用
|
|
|
// brand_id: res.data.brand_id,
|
|
|
// isLimitBuy:res.data.isLimitBuy,
|
|
|
// is_deposit_advance:res.data.is_deposit_advance,
|
|
|
// is_secKill:res.data.is_secKill,
|
|
|
// is_advance:res.data.is_advance,
|
|
|
// sales_phrase: res.data.sales_phrase,
|
|
|
// expect_arrival_time: res.data.expect_arrival_time,
|
|
|
// expect_arrival_time: res.data.expect_arrival_time || '',
|
|
|
// isInstalment:res.data.isInstalment,
|
|
|
pickerData: pickData,
|
|
|
// product_id: res.data.product_id,
|
|
|
// vipPrice : res.data.vip,
|
|
|
storage_sum: res.data.storage_sum,
|
|
|
// vipPrice : res.data.vip || '',
|
|
|
// is_supplyed: res.data.is_supplyed,
|
|
|
// bundle_type: res.data.bundle_type,
|
|
|
// store_show_status: res.data.store_show_status,
|
|
|
snapshootShareData: snapData,
|
|
|
// attribute: res.data.attribute,
|
|
|
// productOnlyProvideByYohoAPP: res.data.is_secKill === 'Y' || res.data.is_advance === 'Y' || res.data.attribute === 3 || res.data.attribute === 4 || res.data.isLimitBuy || res.data.is_deposit_advance==='Y',
|
|
|
// productOnlyProvideByYohoStore: res.data.store_show_status === 3 || res.data.store_show_status === 4,
|
|
|
// productNotForSale: res.data.attribute===2,
|
|
|
shopId: res.data.shop_id
|
|
|
// brand_id: res.data.brand_id
|
|
|
});
|
|
|
|
|
|
this.shopRecList(res.data.shop_id);
|
...
|
...
|
@@ -381,9 +382,9 @@ Page({ |
|
|
});
|
|
|
},
|
|
|
buyImmediate: function () {
|
|
|
// if (this.data.productOnlyProvideByYohoAPP || this.data.productOnlyProvideByYohoStore || this.data.productNotForSale) {
|
|
|
// return;
|
|
|
// }
|
|
|
if (this.data.productOnlyProvideByYohoAPP || this.data.productOnlyProvideByYohoStore || this.data.productNotForSale) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
if (this.data.storage_sum === 0) return;
|
|
|
this.setData({buyImmediate: true});
|
...
|
...
|
|