From 34cb08ed53e7063e41e30e02054e35d75e6eaafa Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Tue, 16 Sep 2025 16:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BA=BA=E6=95=B0=E5=92=8C?= =?UTF-8?q?=E5=9C=BA=E6=AC=A1=E9=BB=98=E8=AE=A41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/meetingDetail/index.vue | 12 ++++++------ utils/config.js | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/meetingDetail/index.vue b/pages/meetingDetail/index.vue index f7b05ef..dc4c52c 100644 --- a/pages/meetingDetail/index.vue +++ b/pages/meetingDetail/index.vue @@ -358,8 +358,8 @@ userPhone: "", userCardId: '', userAddress: '', - counter: '', - num: '', + counter: '1', + num: '1', // 会议室图片数组 applyTheme: 1, applyArea: 1, @@ -763,8 +763,8 @@ userAddress: this.userAddress, userCardId: this.userCardId, startTime: this.isSelfStudy ? this.startTime : - `${this.borrowTimeData}${this.startTime}`, - endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData}${this.endTime}`, + `${this.borrowTimeData} ${this.startTime}`, + endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData} ${this.endTime}`, counter: this.counter, num: this.num, // applyType:this.applyType @@ -790,8 +790,8 @@ concatPhone: this.concatPhone, companyName: this.companyName, startTime: this.isSelfStudy ? this.startTime : - `${this.borrowTimeData}${this.startTime}`, - endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData}${this.endTime}`, + `${this.borrowTimeData} ${this.startTime}`, + endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData} ${this.endTime}`, counter: this.counter, num: this.num, stampUrl: this.stampUrl, diff --git a/utils/config.js b/utils/config.js index 65ae2eb..7f0d2d6 100644 --- a/utils/config.js +++ b/utils/config.js @@ -1,7 +1,7 @@ export const BASE_URL = 'http://10.10.1.6:8071'; -// export const IMAGE_BASE_URL = `http://10.10.1.6:8071`; +export const IMAGE_BASE_URL = `http://10.10.1.6:8071`; // export const BASE_URL = 'https://jinshan.nantong.info'; -export const IMAGE_BASE_URL = `https://jinshan.nantong.info`; +// export const IMAGE_BASE_URL = `https://jinshan.nantong.info`; export const WS_BASE_URL = `wss://jinshan.nantong.info`; // export const WS_BASE_URL = 'ws://10.10.1.6:8071';