Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
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
2024-01-30 17:49:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f90fd3447033716b4d124dddfd68264fd6c5057a
f90fd344
1 parent
26422d91
fix 文字修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/components/qrCode.vue
src/views/bookingCode.vue
src/components/qrCode.vue
View file @
f90fd34
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-30 1
5:43:22
* @LastEditTime: 2024-01-30 1
7:47:38
* @FilePath: /xysBooking/src/components/qrCode.vue
* @Description: 预约码卡组件
-->
...
...
@@ -48,8 +48,8 @@
</div>
<div v-else class="no-qrcode">
<img src="https://cdn.ipadbiz.cn/xys/booking/%E6%9A%82%E6%97%A0@2x.png" style="width: 10rem;">
<div class="no-qrcode-title">
您还没有预约过今天参观
</div>
<div style="text-align: center; color: #A67939;">在我的“<span @click="toRecord" style="text-decoration: underline; color: #ED9820;">预约记录</span>”查看更多</div>
<div class="no-qrcode-title">
今天没有预约记录
</div>
<div style="text-align: center; color: #A67939;
margin-top: 0.5rem;
">在我的“<span @click="toRecord" style="text-decoration: underline; color: #ED9820;">预约记录</span>”查看更多</div>
</div>
</div>
</template>
...
...
src/views/bookingCode.vue
View file @
f90fd34
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-30 1
5:20:0
2
* @LastEditTime: 2024-01-30 1
7:48:4
2
* @FilePath: /xysBooking/src/views/bookingCode.vue
* @Description: 文件描述
-->
...
...
@@ -11,7 +11,7 @@
<qrCode></qrCode>
<div class="warning">
<p><van-icon name="warning-o" /> 温馨提示</p>
<p>一人一码,扫码或识别身份证成功后进入</p>
<p
style="margin-top: 0.5rem;"
>一人一码,扫码或识别身份证成功后进入</p>
<div style="height: 8rem;"></div>
</div>
</div>
...
...
Please
register
or
login
to post a comment