修改版本号回归测试

This commit is contained in:
魏少阳 2024-04-17 15:59:20 +08:00
parent 3f26269071
commit f63c565944
2 changed files with 6 additions and 5 deletions

View File

@ -52,12 +52,13 @@ class BaseProvider extends GetConnect with Api {
// print('res.body======>${res.body}');
if (res.body == null) {
if (EasyLoading.isShow) await EasyLoading.dismiss(animation: true);
EasyLoading.showToast("网络访问失败,请检查网络是否正常".tr, duration: 2000.milliseconds);
Get.log("111网络访问失败,请检查网络是否正常");
// EasyLoading.showToast("Network Error!", duration: 2000.milliseconds);
// if (res.statusCode == null) {
if (res.statusCode == null) {
EasyLoading.showToast("网络访问失败,请检查网络是否正常".tr, duration: 2000.milliseconds);
// EasyLoading.showToast("Network Error!", duration: 2000.milliseconds);
// }
}
var rs = {
"errorMsg": "Network Error!",
"errorCode": -1,

View File

@ -31,9 +31,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.26+20240408打包预发布环境给欧阳测试
# 1.0.27+2024041101打包提审
# 1.0.27+2024041102打包预发布环境给田总测试
# 1.0.28+2024041702打包给欧阳回归测试
version: 1.0.27+2024041701
version: 1.0.28+2024041702
environment:
sdk: '>=2.12.0 <3.0.0'