作者 3318410485

020902支付bug修改

... ... @@ -24,8 +24,8 @@ Vue.prototype.$clickCopy = clickCopy;
// 提交前需要注释 本地调试使用
// const vconsole = require('vconsole');
// Vue.prototype.$vconsole = new vconsole();
const vconsole = require('vconsole');
Vue.prototype.$vconsole = new vconsole();
Vue.config.productionTip = false
... ...
... ... @@ -94,5 +94,5 @@
"https" : true
}
},
"appid" : "__UNI__B8180DC"
"appid" : "__UNI__E30DA7B"
}
... ...
... ... @@ -307,7 +307,9 @@
this.joinValue = (Number(item.price).toFixed(2))
}
})
console.log(this.cheapListDeal);
(this.cheapListDeal.length > 0) && (this.cheapListDeal.unshift('请选择'));
console.log(this.cheapListDeal);
// 店铺活动价
res.data.data.goods_list.map(item => {
if (item.active.length > 0) {
... ...