lyqu 4 anos atrás
pai
commit
766890f0cc

+ 1 - 1
pages/activityList/activity/authorBoost.vue

@@ -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",

+ 1 - 1
pages/activityList/activity/musicBoost.vue

@@ -262,7 +262,7 @@
 					let path = 'pages/activityList/activity/musicBoost?id=' + this.productId;
 					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",