修改版本号回归测试
This commit is contained in:
parent
3f26269071
commit
f63c565944
@ -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,
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user