src/views/followvisit/record/detailpage/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/followvisit/record/detailpage/index.vue
@@ -1622,7 +1622,7 @@ // 这里调用你的短信发送 API // 假设 API 为 sendMsg,参数可能需要根据实际情况调整 sendMsg({ phone: "0" + this.userform.telcode, // 确保电话号码字段正确 phone: this.userform.telcode, // 确保电话号码字段正确 content: this.smsContent, }) .then((res) => {