Commit 9582e169 authored by wjf's avatar wjf

l

parent 6f4247a2
...@@ -21,7 +21,7 @@ export default class TaskMsgPanel extends Panel { ...@@ -21,7 +21,7 @@ export default class TaskMsgPanel extends Panel {
this.okBtn.onTap(this, () => { this.okBtn.onTap(this, () => {
//如果是绑定微信,直接跳 //如果是绑定微信,直接跳
if (urls[this.data.type] == "bindWechat") { if (urls[this.data.type] == "bindWechat") {
location.href = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx74299203e73e2156&redirect_uri=http://emall.wjrcb.com/martjl/appCustomer/weixinWbankLogin.htm?response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect" location.href = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx80f9cc9f4b9da11f&redirect_uri=https://mall.wjrcb.com/app/appCustomer/weixinWbankLogin.htm?response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect"
} else { } else {
//中间页 //中间页
location.href = MConfigs.appLink + urls[this.data.type]; location.href = MConfigs.appLink + urls[this.data.type];
......
...@@ -62,7 +62,7 @@ export default class TaskPanel extends Panel { ...@@ -62,7 +62,7 @@ export default class TaskPanel extends Panel {
ShareGuide.instace.show(); ShareGuide.instace.show();
//直接延时,还是在回调里 //直接延时,还是在回调里
MTimer.set(60*6, () => { setTimeout(() => {
const timestamp = NetUtils.getTimestamp(); const timestamp = NetUtils.getTimestamp();
Net.sendPost(Net.Url.share, { Net.sendPost(Net.Url.share, {
timestamp: timestamp, timestamp: timestamp,
...@@ -73,7 +73,7 @@ export default class TaskPanel extends Panel { ...@@ -73,7 +73,7 @@ export default class TaskPanel extends Panel {
//怎么更新首页的次数 //怎么更新首页的次数
SceneCtrl.instance["_currentScene"]["updateTimes"](); SceneCtrl.instance["_currentScene"]["updateTimes"]();
}, () => { }); }, () => { });
}); }, 7000);
}); });
//事件 //事件
for (let i = 1; i < btns.length; i++) { for (let i = 1; i < btns.length; i++) {
......
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