修改接口提示
This commit is contained in:
parent
2eac87fd60
commit
bc15e44384
@ -381,7 +381,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
@ -530,7 +530,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
@ -573,7 +573,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
|
||||
@ -247,7 +247,9 @@ class DioManager {
|
||||
pushLoginPage();
|
||||
break;
|
||||
}
|
||||
showOKToast(responseMap['msg']);
|
||||
if (responseMap["code"] != 200) {
|
||||
showOKToast(responseMap['msg']);
|
||||
}
|
||||
}
|
||||
return responseMap;
|
||||
// switch(responseMap["code"]){
|
||||
|
||||
@ -34,8 +34,6 @@ dependencies:
|
||||
flutter_localizations: # 国际化处理
|
||||
sdk: flutter
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.2
|
||||
get: ^4.5.0
|
||||
# 屏幕适配
|
||||
@ -90,7 +88,6 @@ dependencies:
|
||||
alipay_kit: 5.0.0
|
||||
# 微信SDK插件
|
||||
fluwx: ^3.8.1+1
|
||||
#event_bus:
|
||||
event_bus: ^2.0.0
|
||||
#安装apk
|
||||
# flutter_install_app: 1.3.0
|
||||
@ -108,7 +105,6 @@ dependencies:
|
||||
path_provider: ^2.1.0
|
||||
#腾讯bugly
|
||||
flutter_bugly: ^0.4.4
|
||||
|
||||
#图片压缩
|
||||
flutter_image_compress: ^1.1.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user