Commit 9fdeee22 authored by Edwise's avatar Edwise 🍷

321

parent 96d25d31
...@@ -32,8 +32,8 @@ App({ ...@@ -32,8 +32,8 @@ App({
handleQuery(query) { handleQuery(query) {
const { activityId } = query; const { activityId } = query;
// this.activityId = activityId || '5f8550a3964f97be3647a635'; // this.activityId = activityId || '5f8550a3964f97be3647a635';
this.activityId = activityId || '5f8831e67389891bfd6bb35f'; //赵然1 // this.activityId = activityId || '5f8831e67389891bfd6bb35f'; //赵然1
// this.activityId = activityId || '5f895d0f0cb733e071b4082b'; //开发者测试 this.activityId = activityId || '5f895d0f0cb733e071b4082b'; //开发者测试
} }
......
...@@ -406,7 +406,7 @@ Page({ ...@@ -406,7 +406,7 @@ Page({
step: this.data.curGameStep step: this.data.curGameStep
}).catch(r => { }).catch(r => {
if (r && r.data && !r.data.isVip) { if (r && r.data && !r.data.isVip) {
commonToast("3s入会,即可为好友助力", 1500, () => { commonToast("3s入会,即可进行pk", 1500, () => {
this.goVip = true; this.goVip = true;
this.canOpenGamePage = true; this.canOpenGamePage = true;
navigateToOutside(r.data.url); navigateToOutside(r.data.url);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment