WXL (wul)
昨天 071e3ed6253ce4d87f6c7a58d7cab02bb3916373
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) => {