WXL (wul)
2 天以前 16cf0f0ab45f58a7fe3ad35d657eecc432e0aac2
测试完成
已修改1个文件
2 ■■■ 文件已修改
src/views/followvisit/record/detailpage/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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) => {