Merge branch 'main' of https://gitlab.guxuan.icu/Leo_Ding/JinShan_uniapp
This commit is contained in:
commit
e9ead9668f
@ -302,7 +302,7 @@
|
||||
if (item.roomType == 2&&item.num!==4 ) {
|
||||
uni.showModal({
|
||||
title: '温馨提示',
|
||||
content: '自习室预约时间按月为单位,单次预约最长两个月,请确认是否继续?',
|
||||
content: '自习室预约时间按月为单位,单次预约最长一个月,请确认是否继续?',
|
||||
confirmColor: '#007AFF', // 可根据uView主题色调整
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user