作者 3318410485

020902支付bug修改

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