修改确认收货页面
This commit is contained in:
@@ -12,6 +12,6 @@ export function image() {
|
||||
}
|
||||
|
||||
// 发送短信验证码
|
||||
export const sendSmsCaptcha = (data) => {
|
||||
return request.post(api.sendSmsCaptcha, data)
|
||||
export function sendSmsCaptcha(data) {
|
||||
return request.post(api.sendSmsCaptcha, data, { load: false })
|
||||
}
|
||||
Reference in New Issue
Block a user