Commit cdfa6c5c authored by lujinlei's avatar lujinlei

-a

parent 154e5529
import cloud from '@tbmp/mp-cloud-sdk';
cloud.init({
env: 'test' //'online' test
env: 'online' //'online' test
});
App({
cloud,
......@@ -15,7 +15,7 @@ App({
console.info('App onLaunch');
const { activityId } = options.query || {};
console.log(activityId)
this.activityId = activityId || '5efc14a98e6a08930b59105d';
this.activityId = activityId || '5efc831552bbde91d19e2cac';
// this.activityId = activityId || '5ef880873075d9927e7f10b4';
// this.activityId = activityId || '5ef1b4f72ad1116ce639e23e';
},
......
......@@ -4456,7 +4456,7 @@ exports.ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593607152/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593607299/resource/"
};
......@@ -10726,7 +10726,9 @@ var AssistScene = (function (_super) {
var _a, success, code, isVip;
return __generator(this, function (_b) {
switch (_b.label) {
case 0: return [4, getVipInfo_1.default()];
case 0:
Main_1.GDispatcher.dispatchEvent('onShow');
return [4, getVipInfo_1.default()];
case 1:
_a = _b.sent(), success = _a.success, code = _a.code, isVip = _a.data.isVip;
if (isVip) {
......
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