Commit 8cc3edf9 authored by wildfirecode13's avatar wildfirecode13

1

parent 6d6bce2f
...@@ -2195,12 +2195,6 @@ var Main = (function () { ...@@ -2195,12 +2195,6 @@ var Main = (function () {
_a.sent(); _a.sent();
console.log("initLottieList完成"); console.log("initLottieList完成");
FYGE.GDispatcher.dispatchEvent("loadEnd"); FYGE.GDispatcher.dispatchEvent("loadEnd");
console.log('准备打开弹窗');
setTimeout(function () {
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.showModal, { name: 'messageModal', data: { catName: '喵喵' } }, function (s, res) {
console.log('showModal messageModal, success,res', s, res);
});
}, 3000);
return [2]; return [2];
} }
}); });
This diff is collapsed.
...@@ -2197,12 +2197,6 @@ var Main = (function () { ...@@ -2197,12 +2197,6 @@ var Main = (function () {
_a.sent(); _a.sent();
console.log("initLottieList完成"); console.log("initLottieList完成");
FYGE.GDispatcher.dispatchEvent("loadEnd"); FYGE.GDispatcher.dispatchEvent("loadEnd");
console.log('准备打开弹窗');
setTimeout(function () {
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.showModal, { name: 'messageModal', data: { catName: '喵喵' } }, function (s, res) {
console.log('showModal messageModal, success,res', s, res);
});
}, 3000);
return [2]; return [2];
} }
}); });
...@@ -2197,12 +2197,6 @@ var Main = (function () { ...@@ -2197,12 +2197,6 @@ var Main = (function () {
_a.sent(); _a.sent();
console.log("initLottieList完成"); console.log("initLottieList完成");
FYGE.GDispatcher.dispatchEvent("loadEnd"); FYGE.GDispatcher.dispatchEvent("loadEnd");
console.log('准备打开弹窗');
setTimeout(function () {
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.showModal, { name: 'messageModal', data: { catName: '喵喵' } }, function (s, res) {
console.log('showModal messageModal, success,res', s, res);
});
}, 3000);
return [2]; return [2];
} }
}); });
...@@ -49,37 +49,9 @@ Page({ ...@@ -49,37 +49,9 @@ Page({
console.log('on ready') console.log('on ready')
//授权和登录先搞 //授权和登录先搞
// this.getAuth(); // this.getAuth();
setTimeout(() => { my.__onMessage__ = (e) => {
// this.onMessage({ this.onMessage(e)
// data: { }
// netName: 'mine.showModal',
// parameter: {
// name: 'levelupModal'
// }
// }
// });
// this.onMessage({
// data: {
// netName: 'mine.showModal',
// parameter: {
// name: 'messageModal',
// data: { catName: '喵喵1122' }
// }
// }
// });
// this.onMessage({
// data: {
// netName: 'mine.navigateToPage',
// parameter: {
// name: 'pageshop'
// }
// }
// });
}, 1000);
}, },
init() { init() {
......
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