Commit 93921aac sunneyouyang

update

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