diff --git a/pages.json b/pages.json index a6aa1e2..6e95d69 100644 --- a/pages.json +++ b/pages.json @@ -21,43 +21,43 @@ "navigationBarTextStyle": "black", "navigationBarTitleText": "Aidex", "navigationBarBackgroundColor": "#ffffff" - }, - "tabBar": { - "color": "#333333", - "selectedColor": "#4094ff", - "backgroundColor": "#ffffff", - "borderStyle": "white", - "list": [ - { - "pagePath": "pages/sys/msg/index", - "iconPath": "static/aidex/tabbar/msg_1.png", - "selectedIconPath": "static/aidex/tabbar/msg_2.png", - "text": "访客等级" - }, - // { - // "pagePath": "pages/sys/home/index", - // "iconPath": "static/aidex/tabbar/home_1.png", - // "selectedIconPath": "static/aidex/tabbar/home_2.png", - // "text": "首页" - // }, - { - "pagePath": "pages/sys/work/work", - "iconPath": "static/aidex/tabbar/apply_1.png", - "selectedIconPath": "static/aidex/tabbar/apply_2.png", - "text": "到访确认" - }, - { - "pagePath": "pages/sys/qrpage/qrpage", - "iconPath": "static/aidex/tabbar/book_1.png", - "selectedIconPath": "static/aidex/tabbar/book_2.png", - "text": "扫码登记" - }, - { - "pagePath": "pages/sys/camera/camera", - "iconPath": "static/aidex/tabbar/my_1.png", - "selectedIconPath": "static/aidex/tabbar/my_2.png", - "text": "我的" - } - ] } + // "tabBar": { + // "color": "#333333", + // "selectedColor": "#4094ff", + // "backgroundColor": "#ffffff", + // "borderStyle": "white", + // "list": [ + // { + // "pagePath": "pages/sys/msg/index", + // "iconPath": "static/aidex/tabbar/msg_1.png", + // "selectedIconPath": "static/aidex/tabbar/msg_2.png", + // "text": "访客等级" + // }, + // // { + // // "pagePath": "pages/sys/home/index", + // // "iconPath": "static/aidex/tabbar/home_1.png", + // // "selectedIconPath": "static/aidex/tabbar/home_2.png", + // // "text": "首页" + // // }, + // { + // "pagePath": "pages/sys/work/work", + // "iconPath": "static/aidex/tabbar/apply_1.png", + // "selectedIconPath": "static/aidex/tabbar/apply_2.png", + // "text": "到访确认" + // }, + // { + // "pagePath": "pages/sys/qrpage/qrpage", + // "iconPath": "static/aidex/tabbar/book_1.png", + // "selectedIconPath": "static/aidex/tabbar/book_2.png", + // "text": "扫码登记" + // }, + // { + // "pagePath": "pages/sys/camera/camera", + // "iconPath": "static/aidex/tabbar/my_1.png", + // "selectedIconPath": "static/aidex/tabbar/my_2.png", + // "text": "我的" + // } + // ] + // } } diff --git a/pages/sys/msg/index.vue b/pages/sys/msg/index.vue index 3643fd0..00f3694 100644 --- a/pages/sys/msg/index.vue +++ b/pages/sys/msg/index.vue @@ -13,7 +13,7 @@ - 所属公司 + 所属公司 @@ -36,7 +36,7 @@ 被访人信息 - 被访人姓名 + 被访人姓名 @@ -89,7 +89,7 @@ - 预约信息 + - + 人脸照片 @@ -217,12 +217,12 @@ }, // 处理车位预约选择 - handleParkingChange(e) { - this.formData.bookingParkingSpace = e.detail.value === 1; - if (!this.formData.bookingParkingSpace) { - this.formData.licensePlate = ''; - } - }, + // handleParkingChange(e) { + // this.formData.bookingParkingSpace = e.detail.value === 1; + // if (!this.formData.bookingParkingSpace) { + // this.formData.licensePlate = ''; + // } + // }, // 处理状态选择 handleStatusChange(e) { @@ -296,9 +296,9 @@ } // 验证车牌号(如果需要预约车位) - if (bookingParkingSpace && !licensePlate) { - return '请输入车牌号'; - } + // if (bookingParkingSpace && !licensePlate) { + // return '请输入车牌号'; + // } if (!facePictures) {