|
|
@@ -253,7 +253,7 @@
|
|
|
let path = 'pages/activityList/activity/authorBoost?activityId=' + this.activityId + '&receiverId=' + this.receiverId;
|
|
|
window.location.href = authUrl(path);
|
|
|
} else {
|
|
|
- this.orderId = new Date().getTime();
|
|
|
+ this.orderId = this.$u.guid(16);
|
|
|
let orderInfo = (await this.$u.api.yeePay.initOrder(
|
|
|
{
|
|
|
"channel": "ALIPAY",
|