修改文字

This commit is contained in:
unknown 2025-04-12 16:18:39 +08:00
parent 7c97a351f3
commit 6121695f54
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ Page({
*/ */
onLoad(options) { onLoad(options) {
Dialog.alert({ Dialog.alert({
message: '1、此系统分配的账号仅用于会议室申请预约请各单位专人扎口负责会议预定管理工作。\n2、系统提示“预约提交成功”后请及时关注预约进度若有疑问请随时拨打会议服务热线83605343。\n3、会议开始前如需调整会议请及时通过系统操作或电话告知已预约成功的会议室可能因临时重大会议取消或调剂请理解配合。', message: '1、此系统分配的账号仅用于会议室申请预约请各单位专人扎口负责会议预定管理工作。\n2、系统提示“预约提交成功”后请及时关注预约进度和短信通知!若有疑问请随时拨打会议服务热线83605343。\n3、会议开始前如需调整会议请及时通过系统操作或电话告知已预约成功的会议室可能因临时重大会议取消或调剂请理解配合。\n注会议预定系统技术支持QQ群技术支持临时群929670630',
messageAlign: 'left', messageAlign: 'left',
}).then(() => { }).then(() => {
// on close // on close

View File

@ -12,7 +12,7 @@
<view class="title">会议系统</view> <view class="title">会议系统</view>
<view class="contentView"> <view class="contentView">
<view class="label1">欢迎进入</view> <view class="label1">欢迎进入</view>
<view class="label2">淮安市行政中心会议管理系统</view> <view class="label2">淮安市行政中心会议预约管理平台</view>
</view> </view>
<view class="logo" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/repair/index/logo.png'}});"></view> <view class="logo" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/repair/index/logo.png'}});"></view>
</view> </view>