Commit 93921aac sunneyouyang

update

1 个父辈 133d424b
...@@ -55,8 +55,7 @@ ...@@ -55,8 +55,7 @@
"path": "pages/suggest/suggest", "path": "pages/suggest/suggest",
"style": { "style": {
"navigationBarTitleText": "提建议", "navigationBarTitleText": "提建议",
"enablePullDownRefresh": false, "enablePullDownRefresh": false
"navigationStyle": "custom"
} }
}, { }, {
......
...@@ -510,11 +510,11 @@ ...@@ -510,11 +510,11 @@
this.competitionstanding = result.data.getcompetitionstanding this.competitionstanding = result.data.getcompetitionstanding
this.competitionschedule = result.data.getcompetitionschedule this.competitionschedule = result.data.getcompetitionschedule
} else { } else {
uni.showToast({ // uni.showToast({
icon: "none", // icon: "none",
title: "数据异常", // title: "数据异常",
}); // });
return; // return;
} }
}, },
......
...@@ -180,11 +180,11 @@ ...@@ -180,11 +180,11 @@
}, },
success: e => { success: e => {
if (e.tapIndex == 0) { if (e.tapIndex == 0) {
_this.clip_board("推荐一个很好用的体育APP给你玩,你试试看! http://www.qianhaiyilan.cn/"); _this.clip_board("推荐一个很好用的体育APP给你玩,上苹果应用市场搜索:金球体育。你试试看! ");
plus.runtime.openURL("weixin://"); plus.runtime.openURL("weixin://");
} }
if (e.tapIndex == 1) { if (e.tapIndex == 1) {
_this.clip_board("推荐一个很好用的体育APP给你玩,你试试看! http://www.qianhaiyilan.cn/"); _this.clip_board("推荐一个很好用的体育APP给你玩,上苹果应用市场搜索:金球体育。你试试看! ");
} }
} }
}); });
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!