|
@@ -96,9 +96,6 @@ export default class ProductDetail extends Component { |
|
@@ -96,9 +96,6 @@ export default class ProductDetail extends Component { |
96
|
if (options && options.scene) {
|
96
|
if (options && options.scene) {
|
97
|
let code = options.scene;
|
97
|
let code = options.scene;
|
98
|
getQRCodeSource(code).then(json => {
|
98
|
getQRCodeSource(code).then(json => {
|
99
|
- console.log('============222222==================');
|
|
|
100
|
- console.log(json);
|
|
|
101
|
- console.log('============222222==================');
|
|
|
102
|
if (json) {
|
99
|
if (json) {
|
103
|
this.loadElement(json);
|
100
|
this.loadElement(json);
|
104
|
}
|
101
|
}
|
|
@@ -108,6 +105,21 @@ export default class ProductDetail extends Component { |
|
@@ -108,6 +105,21 @@ export default class ProductDetail extends Component { |
108
|
} else {
|
105
|
} else {
|
109
|
this.loadElement(options);
|
106
|
this.loadElement(options);
|
110
|
}
|
107
|
}
|
|
|
108
|
+
|
|
|
109
|
+ // let code = '64d537276352fedc14b06dfc856a358d';
|
|
|
110
|
+ // getQRCodeSource(code).then(json => {
|
|
|
111
|
+ // console.log('============222222==================');
|
|
|
112
|
+ // console.log(json);
|
|
|
113
|
+ // console.log('============222222==================');
|
|
|
114
|
+ // if (json) {
|
|
|
115
|
+ // this.loadElement(json);
|
|
|
116
|
+ // }
|
|
|
117
|
+ // })
|
|
|
118
|
+ // .catch(error => {
|
|
|
119
|
+ // console.log('============555==================');
|
|
|
120
|
+ // console.log(error);
|
|
|
121
|
+ // console.log('============555==================');
|
|
|
122
|
+ // });
|
111
|
}
|
123
|
}
|
112
|
|
124
|
|
113
|
loadElement(options) {
|
125
|
loadElement(options) {
|
|
@@ -155,7 +167,7 @@ export default class ProductDetail extends Component { |
|
@@ -155,7 +167,7 @@ export default class ProductDetail extends Component { |
155
|
var product_qrCode = ''
|
167
|
var product_qrCode = ''
|
156
|
|
168
|
|
157
|
let param = {
|
169
|
let param = {
|
158
|
- id: productInfo.product_id
|
170
|
+ id: '10000341'
|
159
|
}
|
171
|
}
|
160
|
product_qrCode = config.domains.yohoApi + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=23&miniapp_type=63';
|
172
|
product_qrCode = config.domains.yohoApi + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=23&miniapp_type=63';
|
161
|
|
173
|
|