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