对接问卷调查、投诉建议接口
This commit is contained in:
@@ -92,7 +92,7 @@ const getVerifyCode = () => {
|
||||
}
|
||||
}).catch(err =>{
|
||||
uni.showToast({
|
||||
title: err.msg,
|
||||
title: err.msg || '网络异常',
|
||||
icon: 'error'
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user