Commit 9abc0b8d authored by XieChuanJin's avatar XieChuanJin

1111

parent f0222fb2
......@@ -85,13 +85,14 @@ export default class ShareScene extends MScene {
let shareCode = res.data;
//分享成功回调
window["shareSuccess"] = function () {
MTimer.set(180, () => {
Net.sendPost(Net.Url.share, undefined, () => {
lottery();
}, true);
});
};
/* window["shareSuccess"] = function () {
}; */
setTimeout(() => {
Net.sendPost(Net.Url.share, undefined, () => {
lottery();
}, true);
}, 4000);
//分享
let url = this.getAppUrl(shareCode);
window.location.href = url;
......
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