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 10:00:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9090f8fee783b7e03587c1c0d2abaee0578146df
9090f8fe
1 parent
4f23723c
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/qrCode.vue
src/components/qrCode.vue
View file @
9090f8f
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-30 09:
49:2
9
* @LastEditTime: 2024-01-30 09:
59:5
9
* @FilePath: /xysBooking/src/components/qrCode.vue
* @Description: 预约码卡组件
-->
...
...
@@ -49,7 +49,7 @@
<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;">预约记录</span>”查看更多</div>
<div style="text-align: center; color: #A67939;">在我的“<span @click="toRecord" style="text-decoration: underline;
color: #ED9820;
">预约记录</span>”查看更多</div>
</div>
</div>
</template>
...
...
Please
register
or
login
to post a comment