|
|
@@ -423,9 +423,9 @@
|
|
|
if (data.client.state === 2) {
|
|
|
let url = ''
|
|
|
if (!this.env || this.env === 'prod') {
|
|
|
- url = `https://lottery.camlook.cn/?bId=${data.raffle1BizId}&h5Type=30`
|
|
|
+ url = `https://lottery2.camlook.cn/?bId=${data.raffle1BizId}&h5Type=30`
|
|
|
} else {
|
|
|
- url = `https://lottery.camlook.cn/?bId=${data.raffle1BizId}&env=dev&h5Type=30`
|
|
|
+ url = `https://lottery2.camlook.cn/?bId=${data.raffle1BizId}&env=dev&h5Type=30`
|
|
|
}
|
|
|
window.location.replace(url)
|
|
|
} else {
|
|
|
@@ -565,9 +565,9 @@
|
|
|
if (code === 1) {
|
|
|
let url = ''
|
|
|
if (!this.env || this.env === 'prod') {
|
|
|
- url = `https://lottery.camlook.cn/?bId=${this.lightData.raffle1BizId}&h5Type=30`
|
|
|
+ url = `https://lottery2.camlook.cn/?bId=${this.lightData.raffle1BizId}&h5Type=30`
|
|
|
} else {
|
|
|
- url = `https://lottery.camlook.cn/?bId=${this.lightData.raffle1BizId}&env=dev&h5Type=30`
|
|
|
+ url = `https://lottery2.camlook.cn/?bId=${this.lightData.raffle1BizId}&env=dev&h5Type=30`
|
|
|
}
|
|
|
window.location.replace(url)
|
|
|
} else {
|