修改一点文字:

This commit is contained in:
ember 2025-12-14 00:03:37 +08:00
parent 82a47711c9
commit 48bf09c73b
8 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

1
dist/css/320.f00a1694.css vendored Normal file

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.63c63273.js"></script><script defer="defer" src="/js/app.a5722c84.js"></script><link href="/css/chunk-vendors.c52e575a.css" rel="stylesheet"><link href="/css/app.e6bab7f6.css" rel="stylesheet"></head><body><noscript><strong>抱歉NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.63c63273.js"></script><script defer="defer" src="/js/app.8f386f5c.js"></script><link href="/css/chunk-vendors.c52e575a.css" rel="stylesheet"><link href="/css/app.e6bab7f6.css" rel="stylesheet"></head><body><noscript><strong>抱歉NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

2
dist/js/320.431654cc.js vendored Normal file

File diff suppressed because one or more lines are too long

2
dist/js/app.8f386f5c.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -53,7 +53,7 @@
</div> </div>
<!-- 支付模态框 --> <!-- 支付模态框 -->
<div v-if="showPaymentModal" class="modal-overlay" @click.self="closeModal"> <div v-if="showPaymentModal" class="modal-overlay">
<div class="payment-modal"> <div class="payment-modal">
<div class="modal-header"> <div class="modal-header">
<h3>扫码支付</h3> <h3>扫码支付</h3>
@ -176,7 +176,7 @@ export default {
if (error.response && error.response.status === 403) { if (error.response && error.response.status === 403) {
// VIP // VIP
this.isVip = true; this.isVip = true;
MessageBox.alert(error.response.data.error || '您已经是VIP会员', '提示'); MessageBox.alert(error.response.data.error || '您已经是VIP', '提示');
} else { } else {
console.error('创建订单失败:', error); console.error('创建订单失败:', error);
MessageBox.alert('创建订单失败,请稍后重试', '错误'); MessageBox.alert('创建订单失败,请稍后重试', '错误');
@ -207,7 +207,7 @@ export default {
window.location.reload(); window.location.reload();
}, 3000); }, 3000);
} else { } else {
this.notification = '尚未检测到支付完成,请稍后重试'; this.notification = '尚未检测到支付完成';
this.notificationType = 'info'; this.notificationType = 'info';
} }
} catch (error) { } catch (error) {