From 87b6fae4052400ccc05d1f92bdf916e383b6c866 Mon Sep 17 00:00:00 2001 From: lvxiu_ext Date: Thu, 11 May 2023 16:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=A1=B5=E9=9D=A2=E6=96=87?= =?UTF-8?q?=E5=AD=97=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 6 ++++++ src/views/user/doc/index.vue | 2 +- src/views/user/money/index.vue | 15 +++++++++++++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 140bb57..9b78434 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -58,6 +58,9 @@ 模型定价 +
+ +
@@ -72,6 +75,9 @@ +
+ +
diff --git a/src/views/user/doc/index.vue b/src/views/user/doc/index.vue index db9760a..5105468 100644 --- a/src/views/user/doc/index.vue +++ b/src/views/user/doc/index.vue @@ -7,7 +7,7 @@
- 请先参考:api2gpt 文档 + 请先参考:api2gpt 文档
diff --git a/src/views/user/money/index.vue b/src/views/user/money/index.vue index 9ba69d5..a8f2168 100644 --- a/src/views/user/money/index.vue +++ b/src/views/user/money/index.vue @@ -3,12 +3,12 @@ 充值金值: - + 充值
- +
@@ -139,6 +139,17 @@ function getList() { }); } +proxy.$notify({ + title: '充值须值', + message: '
1. 充值后不支持退款,建议先小额充值进行测试,平台不限制最低充值金额,请按需充值。
'+ + '
2. 定价页面没写的模型和接口即不支持,不是所有的接口都支持,有特殊需求的朋友要注意。
'+ + '
3. 支付宝充值到账一般为几秒钟到几分钟,但是偶尔也会遇到延迟比较高的情况,如果遇到支付状态长时间没有变化,请点击手动刷新更新状态即可
'+ + '
4. 商务订制等大需求,请联系客服
', + type: 'warning', + dangerouslyUseHTMLString: true, + duration: 0 +}); + getList()