This commit is contained in:
xingyy 2024-01-02 09:55:16 +08:00
parent dc1390fcaa
commit b00e63af10

View File

@ -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 {