Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林生雨
gm_flutter
Commits
0a333dc3
Commit
0a333dc3
authored
Jul 14, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
w
parent
16589587
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
DiscussLowPriceModel.dart
lib/ClueModel/page/DiscussLowPrice/DiscussLowPriceModel.dart
+1
-1
MechanismBoxPage.dart
lib/ClueModel/page/mechanismBox/MechanismBoxPage.dart
+2
-2
No files found.
lib/ClueModel/page/DiscussLowPrice/DiscussLowPriceModel.dart
View file @
0a333dc3
...
...
@@ -54,7 +54,7 @@ class DiscussLowPriceModel extends BaseModel {
.
givePhoneAuth
(
DioUtil
.
getInstance
().
getDio
(),
leadPhoneRequestId
)
.
listen
((
event
)
{
if
(
event
.
error
==
0
)
{
NativeToast
.
showNativeToast
(
"
私信成功,机构将尽快回复
"
);
NativeToast
.
showNativeToast
(
"
提交成功,请留意机构来电~
"
);
}
else
{
NativeToast
.
showNativeToast
(
event
.
message
);
}
...
...
lib/ClueModel/page/mechanismBox/MechanismBoxPage.dart
View file @
0a333dc3
...
...
@@ -222,7 +222,7 @@ class MechanismBox implements IBottomPicker {
_model
.
cardsLive
.
notifyView
(
_model
.
cardsLive
.
data
);
int
length
=
_model
.
doctor_ids
.
length
;
if
(
length
>
3
||
length
==
0
)
{
NativeToast
.
showNativeToast
(
'请选
���
1-3个机构咨询'
);
NativeToast
.
showNativeToast
(
'请选
择
1-3个机构咨询'
);
}
},
child:
Container
(
...
...
@@ -398,7 +398,7 @@ class MechanismBox implements IBottomPicker {
if
(
i
==
0
)
{
dismissCall
();
textController
.
text
=
''
;
NativeToast
.
showNativeToast
(
'
消息已发送成功
'
);
NativeToast
.
showNativeToast
(
'
私信成功,机构将尽快回复
'
);
}
});
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment