添加地址功能:手机号需要添加正则验证
This commit is contained in:
@@ -43,7 +43,6 @@ const request = options => {
|
||||
timeout: 10000, // 请求超时时间
|
||||
header: config.header,
|
||||
success: response => {
|
||||
console.log(response)
|
||||
// 响应拦截:根据状态码处理
|
||||
if (response.statusCode === 200) {
|
||||
// 这里可以根据后端数据格式调整
|
||||
|
||||
Reference in New Issue
Block a user