Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
babycare_xiaoxiao
Commits
1b269d69
Commit
1b269d69
authored
Aug 17, 2020
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
c7d582ff
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
output.js
output.js
+5
-0
output.js.map
output.js.map
+1
-1
WxPrizePanel.ts
src/panels/WxPrizePanel.ts
+5
-0
No files found.
output.js
View file @
1b269d69
...
@@ -18392,6 +18392,7 @@ var __extends = (this && this.__extends) || (function () {
...
@@ -18392,6 +18392,7 @@ var __extends = (this && this.__extends) || (function () {
Object.defineProperty(exports, "__esModule", { value: true });
Object.defineProperty(exports, "__esModule", { value: true });
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 TEXT_ALIGN = FYGE.TEXT_ALIGN;
var TEXT_ALIGN = FYGE.TEXT_ALIGN;
var ctrls_1 = __webpack_require__(/*! ../../module/ctrls */ "./module/ctrls/index.ts");
var RES_1 = __webpack_require__(/*! ../../module/RES */ "./module/RES.ts");
var RES_1 = __webpack_require__(/*! ../../module/RES */ "./module/RES.ts");
var WxPrizePanel = (function (_super) {
var WxPrizePanel = (function (_super) {
__extends(WxPrizePanel, _super);
__extends(WxPrizePanel, _super);
...
@@ -18447,6 +18448,10 @@ var WxPrizePanel = (function (_super) {
...
@@ -18447,6 +18448,10 @@ var WxPrizePanel = (function (_super) {
return str;
return str;
})());
})());
};
};
WxPrizePanel.prototype.hidePanel = function () {
_super.prototype.hidePanel.call(this);
ctrls_1.showToast("领取成功");
};
return WxPrizePanel;
return WxPrizePanel;
}(Panel_1.Panel));
}(Panel_1.Panel));
exports.WxPrizePanel = WxPrizePanel;
exports.WxPrizePanel = WxPrizePanel;
output.js.map
View file @
1b269d69
This diff is collapsed.
Click to expand it.
src/panels/WxPrizePanel.ts
View file @
1b269d69
...
@@ -69,4 +69,9 @@ export class WxPrizePanel extends Panel {
...
@@ -69,4 +69,9 @@ export class WxPrizePanel extends Panel {
);
);
}
}
hidePanel
()
{
super
.
hidePanel
();
showToast
(
"领取成功"
)
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment