|
@@ -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);
|