lyqu 4 년 전
부모
커밋
766890f0cc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/activityList/activity/authorBoost.vue
  2. 1 1
      pages/activityList/activity/musicBoost.vue

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