@@ -126,7 +126,6 @@ export default {
content: '是否兑换?',
success: confirmRes => {
if (confirmRes.confirm) {
- console.log(_self.orderDetail.qrcode);
if (!_self.orderDetail.qrcode) {
_self.$mHelper.toast('非自营订单无法兑换!')
return
@@ -388,7 +388,7 @@ export default {
this.getShopList();
this.loading = false;
},
- // // 页面生命周期 监听页面加载
+ // 页面生命周期 监听页面加载
// onLoad() {
// _self = this;
// this.cWidth = uni.upx2px(690); // upx2px 转换为px