WXL (wul)
昨天 66cc734e81fe0497d88e0951b6aee9c9c8342f2c
src/views/followvisit/record/detailpage/index.vue
@@ -1779,7 +1779,7 @@
      // 这里调用你的短信发送 API
      // 假设 API 为 sendMsg,参数可能需要根据实际情况调整
      sendMsg({
        phone: this.userform.telcode, // 确保电话号码字段正确
        phone:  this.userform.telcode, // 确保电话号码字段正确
        content: this.smsContent,
      })
        .then((res) => {