Commit 0a333dc3 authored by 林生雨's avatar 林生雨

w

parent 16589587
...@@ -54,7 +54,7 @@ class DiscussLowPriceModel extends BaseModel { ...@@ -54,7 +54,7 @@ class DiscussLowPriceModel extends BaseModel {
.givePhoneAuth(DioUtil.getInstance().getDio(), leadPhoneRequestId) .givePhoneAuth(DioUtil.getInstance().getDio(), leadPhoneRequestId)
.listen((event) { .listen((event) {
if (event.error == 0) { if (event.error == 0) {
NativeToast.showNativeToast("私信成功,机构将尽快回复"); NativeToast.showNativeToast("提交成功,请留意机构来电~");
} else { } else {
NativeToast.showNativeToast(event.message); NativeToast.showNativeToast(event.message);
} }
......
...@@ -222,7 +222,7 @@ class MechanismBox implements IBottomPicker { ...@@ -222,7 +222,7 @@ class MechanismBox implements IBottomPicker {
_model.cardsLive.notifyView(_model.cardsLive.data); _model.cardsLive.notifyView(_model.cardsLive.data);
int length = _model.doctor_ids.length; int length = _model.doctor_ids.length;
if (length > 3 || length == 0) { if (length > 3 || length == 0) {
NativeToast.showNativeToast('请选���1-3个机构咨询'); NativeToast.showNativeToast('请选1-3个机构咨询');
} }
}, },
child: Container( child: Container(
...@@ -398,7 +398,7 @@ class MechanismBox implements IBottomPicker { ...@@ -398,7 +398,7 @@ class MechanismBox implements IBottomPicker {
if (i == 0) { if (i == 0) {
dismissCall(); dismissCall();
textController.text = ''; textController.text = '';
NativeToast.showNativeToast('消息已发送成功'); NativeToast.showNativeToast('私信成功,机构将尽快回复');
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment