From b00e63af102a704dea529e59074881f2ab98a52b Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Tue, 2 Jan 2024 09:55:16 +0800 Subject: [PATCH] submit --- pages/entry-app/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/entry-app/index.vue b/pages/entry-app/index.vue index 261d41c..bc23163 100644 --- a/pages/entry-app/index.vue +++ b/pages/entry-app/index.vue @@ -99,10 +99,10 @@ export default { url:'https://erpapi.fontree.cn/secret/visitor', data:{...this.reqData,gender: this.shifoushiguche.find(x=>x.checked).value,sn:this.sn}, complete:(res)=>{ + this.$refs.toast.hide() if (res.data.code===200){ uni.showToast({ title: '提交成功', icon: 'none' }); }else { - this.$refs.toast.hide() if (!res.data.msg){ uni.showToast({ title: '服务器错误', icon: 'none' }); }else {