# Conflicts:
#	mallplusui-web-admin/src/views/home/index.vue
This commit is contained in:
2023-02-23 10:26:44 +08:00
18 changed files with 347 additions and 68 deletions

View File

@@ -179,7 +179,8 @@
}, 1000);
//获取验证码
let params = {
phone: this.phone
phone: this.phone,
type: 1
};
let data = await Api.apiCall('post', Api.index.sendCodes, params);
if (data) {