预约时间调整
This commit is contained in:
parent
1e7d3671c1
commit
da8a7020eb
@ -174,7 +174,7 @@
|
||||
currentTab: 0,
|
||||
meetingRoomList: [],
|
||||
orderList: [], // 新增单独订单列表
|
||||
dialogList:[1,5,4,2]
|
||||
dialogList:[1,5,4,2,6]
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
@ -328,7 +328,7 @@
|
||||
} else if(this.dialogList.includes(item.num)){
|
||||
uni.showModal({
|
||||
title: '温馨提示',
|
||||
content: ' 可预约时段:工作日8:30—11:30,13:30—17:00',
|
||||
content: ' 可预约时段:工作日上午8:30 - 11:30,下午13:30 - 17:00',
|
||||
confirmColor: '#007AFF', // 可根据uView主题色调整
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user