Explorar o código

调整免费活动

heyang %!s(int64=2) %!d(string=hai) anos
pai
achega
593071fb7d
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      static/microserviceUserH5/vcloud/awardActivity.html

+ 7 - 1
static/microserviceUserH5/vcloud/awardActivity.html

@@ -875,7 +875,13 @@
 							if(phoneRemainQuantity > 0){
 								window.webkit.messageHandlers.startPurchase.postMessage({ type: 1, day: 365 });
 							} else {
-								window.webkit.messageHandlers.startRenew.postMessage({buyVipType: buyVipType, type: 1, day: 365 });
+								let typeObj = {
+									VIP: 0,
+									SVIP: 1,
+									STAR: 2,
+									STARPRO: 3
+								}
+								window.webkit.messageHandlers.startRenew.postMessage({type: typeObj[buyVipType], day: 365 });
 							}
 						} catch(error) {
 							if(phoneRemainQuantity > 0){