|
@@ -150,6 +150,7 @@ export default {
|
|
|
],
|
|
|
btnLoading: false,
|
|
|
activityPurchaseVisible: false,
|
|
|
+ H5_URL: process.env.H5_URL,
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
@@ -190,7 +191,7 @@ export default {
|
|
|
id: this.currentData.id,
|
|
|
phoneType: this.currentData.phoneType,
|
|
|
activityId: 690009,
|
|
|
- returnUrl: location.origin + '/h5/claimCloudPhone/confirmation',
|
|
|
+ returnUrl: this.H5_URL + '/h5/claimCloudPhone/confirmation',
|
|
|
};
|
|
|
params = this.sort_ASCII(params);
|
|
|
const sign = this.jiaqian(JSON.stringify(params));
|