Commit 81c03efc authored by 林生雨's avatar 林生雨

fix

parent 0a87dc3e
......@@ -51,7 +51,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);
}
......
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