1
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -41,7 +41,7 @@ const price = reactive({ | ... | @@ -41,7 +41,7 @@ const price = reactive({ |
| 41 | 41 | ||
| 42 | // 座位禁用时图标地址 | 42 | // 座位禁用时图标地址 |
| 43 | const disabledIconUrl = | 43 | const disabledIconUrl = |
| 44 | "https://radv4.gitliuyi.top/images/20240511/unselect_default.png"; | 44 | "https://radv4.gitliuyi.top/files/20240511/unselect_default.png"; |
| 45 | 45 | ||
| 46 | function onWindowMessage(e) { | 46 | function onWindowMessage(e) { |
| 47 | const data = e.data; | 47 | const data = e.data; | ... | ... |
-
Please register or sign in to post a comment