WXL (wul)
7 天以前 57c1e943c1e20c57ff69945216a133a5ec2127f7
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) => {