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

w

parent 16589587
......@@ -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);
}
......
......@@ -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('私信成功,机构将尽快回复');
}
});
}
......
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