Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-16 10:06:47 | 2 | * @Date: 2024-01-16 10:06:47 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-30 17:47:38 | 4 | + * @LastEditTime: 2024-01-30 17:58:07 |
| 5 | * @FilePath: /xysBooking/src/components/qrCode.vue | 5 | * @FilePath: /xysBooking/src/components/qrCode.vue |
| 6 | * @Description: 预约码卡组件 | 6 | * @Description: 预约码卡组件 |
| 7 | --> | 7 | --> |
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | <div v-else class="no-qrcode"> | 49 | <div v-else class="no-qrcode"> |
| 50 | <img src="https://cdn.ipadbiz.cn/xys/booking/%E6%9A%82%E6%97%A0@2x.png" style="width: 10rem;"> | 50 | <img src="https://cdn.ipadbiz.cn/xys/booking/%E6%9A%82%E6%97%A0@2x.png" style="width: 10rem;"> |
| 51 | <div class="no-qrcode-title">今天没有预约记录</div> | 51 | <div class="no-qrcode-title">今天没有预约记录</div> |
| 52 | - <div style="text-align: center; color: #A67939; margin-top: 0.5rem;">在我的“<span @click="toRecord" style="text-decoration: underline; color: #ED9820;">预约记录</span>”查看更多</div> | 52 | + <div style="text-align: center; color: #A67939; margin-top: 0.5rem;">查看我的“<span @click="toRecord" style="text-decoration: underline; color: #ED9820;">预约记录</span>”</div> |
| 53 | </div> | 53 | </div> |
| 54 | </div> | 54 | </div> |
| 55 | </template> | 55 | </template> | ... | ... |
-
Please register or login to post a comment