Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-01-15 19:58:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc2295d621499d12b7bafc286956cad2a120ecca
dc2295d6
1 parent
3177a990
docs(uiText): 更新弱网络提示文本内容
将"重新尝试"统一修改为"重新进入小程序"以保持一致性
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
src/pages/verificationResult/index.vue
src/utils/uiText.js
src/pages/verificationResult/index.vue
View file @
dc2295d
<!--
* @Date: 2026-01-08 13:01:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-1
4 10:14:28
* @LastEditTime: 2026-01-1
5 16:49:25
* @FilePath: /xyxBooking-weapp/src/pages/verificationResult/index.vue
* @Description: 核销结果页面
-->
...
...
@@ -86,6 +86,12 @@ const can_redeem_text = computed(() => {
return '未授权'
})
/**
* @description: 核销预约码
* @param {string} code
* @return {void}
*/
const verify_ticket = async (code) => {
if (!code) return
if (verify_status.value === 'verifying') return
...
...
src/utils/uiText.js
View file @
dc2295d
/*
* @Date: 2026-01-13 21:28:45
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-1
3 21:31:1
7
* @LastEditTime: 2026-01-1
5 19:24:5
7
* @FilePath: /xyxBooking-weapp/src/utils/uiText.js
* @Description: 弱网络提示文本
*/
export
const
weak_network_text
=
{
title
:
'网络连接不畅'
,
toast_title
:
'网络连接不畅'
,
banner_desc
:
'网络开小差啦!请检查网络设置,或更换位置后重新
尝试
~'
,
banner_desc
:
'网络开小差啦!请检查网络设置,或更换位置后重新
进入小程序
~'
,
offline_page_desc
:
'当前网络信号较弱,已自动为您切换至离线模式'
,
modal_no_cache_content
:
'当前网络信号较弱,暂无法使用小程序,请检查网络设置,或更换位置后重新
尝试
~'
,
modal_no_cache_content
:
'当前网络信号较弱,暂无法使用小程序,请检查网络设置,或更换位置后重新
进入小程序
~'
,
modal_use_cache_content
:
'当前网络信号较弱,可使用已缓存的预约记录进入离线模式'
,
modal_go_offline_records_content
:
'当前网络信号较弱,是否进入离线预约记录?'
,
offline_mode_no_booking_toast
:
'当前为离线模式,无法预约'
,
...
...
Please
register
or
login
to post a comment