|
@@ -419,7 +419,9 @@
|
|
|
obj.mer_id = data.mer_id;
|
|
obj.mer_id = data.mer_id;
|
|
|
console.log(obj.mer_id,'商户编号')
|
|
console.log(obj.mer_id,'商户编号')
|
|
|
obj.goodsObjact = goods;
|
|
obj.goodsObjact = goods;
|
|
|
|
|
+ // #ifdef H5
|
|
|
obj.IndexShare()
|
|
obj.IndexShare()
|
|
|
|
|
+ // #endif
|
|
|
if (obj.goodsObjact.description != null) {
|
|
if (obj.goodsObjact.description != null) {
|
|
|
obj.description = obj.goodsObjact.description.replace(/\<img/gi,
|
|
obj.description = obj.goodsObjact.description.replace(/\<img/gi,
|
|
|
'<img class="rich-img"');
|
|
'<img class="rich-img"');
|
|
@@ -481,7 +483,9 @@
|
|
|
obj.goodsNumberMax = goods.num;
|
|
obj.goodsNumberMax = goods.num;
|
|
|
console.log(obj.seckillObj, '数据');
|
|
console.log(obj.seckillObj, '数据');
|
|
|
obj.goodsObjact = goods;
|
|
obj.goodsObjact = goods;
|
|
|
|
|
+ // #ifdef H5
|
|
|
obj.IndexShare()
|
|
obj.IndexShare()
|
|
|
|
|
+ // #endif
|
|
|
if (obj.goodsObjact.description != null) {
|
|
if (obj.goodsObjact.description != null) {
|
|
|
obj.description = obj.goodsObjact.description.replace(/\<img/gi,
|
|
obj.description = obj.goodsObjact.description.replace(/\<img/gi,
|
|
|
'<img class="rich-img"');
|
|
'<img class="rich-img"');
|