调整发货单物流信息查询

This commit is contained in:
唐明明
2021-11-10 18:57:51 +08:00
parent c11511e1fa
commit 039fb6300c
8 changed files with 1193 additions and 1019 deletions

View File

@@ -36,7 +36,12 @@
// success: modalRes => {
// if (modalRes.confirm) {
// if (plus.os.name == "Android") {
// plus.runtime.openURL(res.info.download);
// plus.runtime.openURL(res.info.download, err => {
// uni.showToast({
// title: err,
// icon : 'none'
// })
// });
// } else{
// uni.showToast({
// title: 'IOS应用暂未上架请打开测试(TestFlight)工具点击更新',