修改接口提示

This commit is contained in:
CYH 2023-11-22 15:19:46 +08:00
parent 2eac87fd60
commit bc15e44384
3 changed files with 6 additions and 8 deletions

View File

@ -381,7 +381,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.3.1; MARKETING_VERSION = 1.3.2;
PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp; PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@ -530,7 +530,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.3.1; MARKETING_VERSION = 1.3.2;
PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp; PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@ -573,7 +573,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.3.1; MARKETING_VERSION = 1.3.2;
PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp; PRODUCT_BUNDLE_IDENTIFIER = com.example.kyApp;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

View File

@ -247,7 +247,9 @@ class DioManager {
pushLoginPage(); pushLoginPage();
break; break;
} }
showOKToast(responseMap['msg']); if (responseMap["code"] != 200) {
showOKToast(responseMap['msg']);
}
} }
return responseMap; return responseMap;
// switch(responseMap["code"]){ // switch(responseMap["code"]){

View File

@ -34,8 +34,6 @@ dependencies:
flutter_localizations: # 国际化处理 flutter_localizations: # 国际化处理
sdk: flutter 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 cupertino_icons: ^1.0.2
get: ^4.5.0 get: ^4.5.0
# 屏幕适配 # 屏幕适配
@ -90,7 +88,6 @@ dependencies:
alipay_kit: 5.0.0 alipay_kit: 5.0.0
# 微信SDK插件 # 微信SDK插件
fluwx: ^3.8.1+1 fluwx: ^3.8.1+1
#event_bus:
event_bus: ^2.0.0 event_bus: ^2.0.0
#安装apk #安装apk
# flutter_install_app: 1.3.0 # flutter_install_app: 1.3.0
@ -108,7 +105,6 @@ dependencies:
path_provider: ^2.1.0 path_provider: ^2.1.0
#腾讯bugly #腾讯bugly
flutter_bugly: ^0.4.4 flutter_bugly: ^0.4.4
#图片压缩 #图片压缩
flutter_image_compress: ^1.1.3 flutter_image_compress: ^1.1.3