修改确认收货页面

This commit is contained in:
geng.tang@qq.com
2024-01-03 12:06:04 +08:00
parent c6f3f47a80
commit cfca75f681
3 changed files with 40 additions and 17 deletions

View File

@@ -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 })
}