Commit abe46f7a authored by lujinlei's avatar lujinlei

-a

parent 76363518
...@@ -172,9 +172,9 @@ Page({ ...@@ -172,9 +172,9 @@ Page({
const isTmpFollow = await checkShopFavoredStatus(app.sellerId).catch(() => {}) const isTmpFollow = await checkShopFavoredStatus(app.sellerId).catch(() => {})
console.warn('查询是否已关注过店铺',isTmpFollow); console.warn('查询是否已关注过店铺',isTmpFollow);
if(isTmpFollow){ if(isTmpFollow){
this.postMessage('isFavorShop', { success: true }) this.postMessage('mine.isFavorShop', { success: true })
}else{ }else{
this.postMessage('isFavorShop', { success: false }) this.postMessage('mine.isFavorShop', { success: false })
} }
}, },
......
...@@ -4456,7 +4456,7 @@ exports.ResJson = { ...@@ -4456,7 +4456,7 @@ exports.ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593594860/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593597241/resource/"
}; };
...@@ -8930,6 +8930,7 @@ var Tools_1 = __webpack_require__(/*! ../Tools */ "./src/Tools.ts"); ...@@ -8930,6 +8930,7 @@ var Tools_1 = __webpack_require__(/*! ../Tools */ "./src/Tools.ts");
var Panel_1 = __webpack_require__(/*! ../../module/views/Panel */ "./module/views/Panel.ts"); var Panel_1 = __webpack_require__(/*! ../../module/views/Panel */ "./module/views/Panel.ts");
var RES_1 = __webpack_require__(/*! ../../module/RES */ "./module/RES.ts"); var RES_1 = __webpack_require__(/*! ../../module/RES */ "./module/RES.ts");
var receiveTaskRewards_1 = __webpack_require__(/*! ../ctrls/receiveTaskRewards */ "./src/ctrls/receiveTaskRewards.ts"); var receiveTaskRewards_1 = __webpack_require__(/*! ../ctrls/receiveTaskRewards */ "./src/ctrls/receiveTaskRewards.ts");
var Main_1 = __webpack_require__(/*! ../Main */ "./src/Main.ts");
var InviteInfoPanel = (function (_super) { var InviteInfoPanel = (function (_super) {
__extends(InviteInfoPanel, _super); __extends(InviteInfoPanel, _super);
function InviteInfoPanel() { function InviteInfoPanel() {
...@@ -8970,6 +8971,9 @@ var InviteInfoPanel = (function (_super) { ...@@ -8970,6 +8971,9 @@ var InviteInfoPanel = (function (_super) {
return [4, receiveTaskRewards_1.default('invites')]; return [4, receiveTaskRewards_1.default('invites')];
case 1: case 1:
_a = _b.sent(), success = _a.success, message = _a.message, data = _a.data; _a = _b.sent(), success = _a.success, message = _a.message, data = _a.data;
if (success || !success) {
Main_1.GDispatcher.dispatchEvent('completeTaskUpdate');
}
return [2]; return [2];
} }
}); });
...@@ -9269,6 +9273,7 @@ var TaskPanel = (function (_super) { ...@@ -9269,6 +9273,7 @@ var TaskPanel = (function (_super) {
TaskPanel.prototype.initUi = function () { TaskPanel.prototype.initUi = function () {
return __awaiter(this, void 0, void 0, function () { return __awaiter(this, void 0, void 0, function () {
var container, bg; var container, bg;
var _this = this;
return __generator(this, function (_a) { return __generator(this, function (_a) {
container = new FYGE.Container(); container = new FYGE.Container();
this.closeBtn = new FYGE.Button(RES_1.RES.getRes("comCloseBtn.png")); this.closeBtn = new FYGE.Button(RES_1.RES.getRes("comCloseBtn.png"));
...@@ -9279,21 +9284,11 @@ var TaskPanel = (function (_super) { ...@@ -9279,21 +9284,11 @@ var TaskPanel = (function (_super) {
container.addChild(bg); container.addChild(bg);
container.addChild(this.closeBtn); container.addChild(this.closeBtn);
this.addChild(container); this.addChild(container);
Main_1.GDispatcher.addEventListener('isFavorShop', this.isFavorShopInit, this); TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.isFavorShop, null, function (success1, res) { return __awaiter(_this, void 0, void 0, function () {
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.isFavorShop); var _a, success, code, data, message;
return [2];
});
});
};
TaskPanel.prototype.isFavorShopInit = function (res) {
return __awaiter(this, void 0, void 0, function () {
var isFavor, _a, success, code, data, message;
return __generator(this, function (_b) { return __generator(this, function (_b) {
switch (_b.label) { switch (_b.label) {
case 0: case 0: return [4, getTaskList_1.default(success1)];
Main_1.GDispatcher.removeEventListener('isFavorShop', this.isFavorShopInit, this);
isFavor = res.data.success;
return [4, getTaskList_1.default(isFavor)];
case 1: case 1:
_a = _b.sent(), success = _a.success, code = _a.code, data = _a.data, message = _a.message; _a = _b.sent(), success = _a.success, code = _a.code, data = _a.data, message = _a.message;
if (!success || !data) { if (!success || !data) {
...@@ -9306,6 +9301,9 @@ var TaskPanel = (function (_super) { ...@@ -9306,6 +9301,9 @@ var TaskPanel = (function (_super) {
return [2]; return [2];
} }
}); });
}); }, true);
return [2];
});
}); });
}; };
TaskPanel.prototype.showTaskItem = function () { TaskPanel.prototype.showTaskItem = function () {
...@@ -9344,6 +9342,7 @@ var TaskPanel = (function (_super) { ...@@ -9344,6 +9342,7 @@ var TaskPanel = (function (_super) {
TaskPanel.prototype.taskClick = function (taskData, tmpThis) { TaskPanel.prototype.taskClick = function (taskData, tmpThis) {
return __awaiter(this, void 0, void 0, function () { return __awaiter(this, void 0, void 0, function () {
var _a; var _a;
var _this = this;
return __generator(this, function (_b) { return __generator(this, function (_b) {
switch (_b.label) { switch (_b.label) {
case 0: case 0:
...@@ -9374,8 +9373,16 @@ var TaskPanel = (function (_super) { ...@@ -9374,8 +9373,16 @@ var TaskPanel = (function (_super) {
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.navigateToOutside, { url: taskData.value }); TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.navigateToOutside, { url: taskData.value });
} }
if (taskData.taskType == TASK_TYPE_1.TASK_TYPE.FOLLOW) { if (taskData.taskType == TASK_TYPE_1.TASK_TYPE.FOLLOW) {
Main_1.GDispatcher.addEventListener('isFavorShop', this.isFavorShop, this); TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.isFavorShop, null, function (success, res) {
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.isFavorShop); if (success) {
ctrls_1.showToast('已关注过该店铺');
_this.updateData(true);
}
else {
Main_1.GDispatcher.addEventListener(TaoBaoNet_1.TbNetName.favorShop, _this.favorShopBack, _this);
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.favorShop);
}
}, true);
} }
if (!(taskData.taskType == TASK_TYPE_1.TASK_TYPE.INVITE)) return [3, 5]; if (!(taskData.taskType == TASK_TYPE_1.TASK_TYPE.INVITE)) return [3, 5];
sendLog_1.default(LogType_1.default.clickInvitation); sendLog_1.default(LogType_1.default.clickInvitation);
...@@ -9392,18 +9399,6 @@ var TaskPanel = (function (_super) { ...@@ -9392,18 +9399,6 @@ var TaskPanel = (function (_super) {
}); });
}); });
}; };
TaskPanel.prototype.isFavorShop = function (res) {
Main_1.GDispatcher.removeEventListener('isFavorShop', this.isFavorShop, this);
console.log('是否已关注店铺事件返回', res.data.success);
if (res.data.success) {
ctrls_1.showToast('已关注过该店铺');
this.updateData(true);
}
else {
Main_1.GDispatcher.addEventListener(TaoBaoNet_1.TbNetName.favorShop, this.favorShopBack, this);
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.favorShop);
}
};
TaskPanel.prototype.updateData = function (isFavor) { TaskPanel.prototype.updateData = function (isFavor) {
if (isFavor === void 0) { isFavor = false; } if (isFavor === void 0) { isFavor = false; }
return __awaiter(this, void 0, void 0, function () { return __awaiter(this, void 0, void 0, function () {
......
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