Commit 0f69cf32 authored by lujinlei's avatar lujinlei

-a

parent c0d58ef0
...@@ -15,7 +15,7 @@ App({ ...@@ -15,7 +15,7 @@ App({
console.info('App onLaunch'); console.info('App onLaunch');
const { activityId } = options.query || {}; const { activityId } = options.query || {};
console.log(activityId) console.log(activityId)
this.activityId = activityId || '5efc14a98e6a08930b59105d'; this.activityId = activityId || '5efc00f585a749991406f677';
// this.activityId = activityId || '5ef880873075d9927e7f10b4'; // this.activityId = activityId || '5ef880873075d9927e7f10b4';
// this.activityId = activityId || '5ef1b4f72ad1116ce639e23e'; // this.activityId = activityId || '5ef1b4f72ad1116ce639e23e';
}, },
......
...@@ -4456,7 +4456,7 @@ exports.ResJson = { ...@@ -4456,7 +4456,7 @@ exports.ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593600993/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593601594/resource/"
}; };
...@@ -11053,7 +11053,7 @@ var PrizeListItem = (function (_super) { ...@@ -11053,7 +11053,7 @@ var PrizeListItem = (function (_super) {
container.addChild(_this.recordSceneLine); container.addChild(_this.recordSceneLine);
container.addChild(_this.btnImg); container.addChild(_this.btnImg);
_this.addChild(container); _this.addChild(container);
_this.btnImg.once(FYGE.MouseEvent.CLICK, _this.onTap, _this); _this.btnImg.addEventListener(FYGE.MouseEvent.CLICK, _this.onTap, _this);
return _this; return _this;
} }
PrizeListItem.prototype.initData = function (id, data) { PrizeListItem.prototype.initData = function (id, data) {
......
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