duanshenglang 1 місяць тому
батько
коміт
8cd830eb72
3 змінених файлів з 3 додано та 3 видалено
  1. BIN
      lottery.zip
  2. 2 2
      lottery/index.html
  3. 1 1
      lottery/live_code.html

+ 2 - 2
lottery/index.html

@@ -380,7 +380,7 @@
 			<img class="qrcode-img" :src="qrCodeData.qrCode" />
 			<div class="qrcode-msg">{{qrCodeData.msg}}</div>
 		</div>
-		<div v-if="h5Type == 19">
+		<div v-if="h5Type == 19 || !h5Type">
 			<div class="lotteryPage">
 				<div class="event_notice" @click="handleRule">
 					<span>活动须知</span>
@@ -575,7 +575,7 @@
 					}
 					this.bId = this.getQueryParam('bId')
 					this.h5Type = this.getQueryParam('h5Type')
-					if (this.h5Type == 19) {
+					if (this.h5Type == 19 || !this.h5Type) {
 						if (this.getQueryParam('openId') || localStorage.getItem('openId')) {
 							if (!this.getQueryParam('externalUserid')) {
 								this.gerQwAuth(this.bId);

+ 1 - 1
lottery/live_code.html

@@ -240,7 +240,7 @@
             env: '',
             memberId: null,
             corpId: null,
-            step: 2,
+            step: 1,
             qrCode: '',
             salesMan: '',
             form: {