Browse Source

update: frontend

tokumeikoi 3 years ago
parent
commit
8fdd755107

+ 1 - 1
app/Services/OrderService.php

@@ -163,7 +163,7 @@ class OrderService
     private function getSurplusValueByOneTime(User $user, Order $order)
     {
         $lastOneTimeOrder = Order::where('user_id', $user->id)
-            ->where('period', 'onetime')
+            ->where('period', 'onetime_price')
             ->where('status', 3)
             ->orderBy('id', 'DESC')
             ->first();

+ 1 - 1
public/theme/v2board/assets/i18n/en-US.js

@@ -245,5 +245,5 @@ window.settings.i18n['en-US'] = {
   '重置当月流量': 'Reset current month usage',
   '流量明细仅保留近月数据以供查询。': 'Only keep the most recent month\'s usage for checking the transfer data details.',
   '扣费倍率': 'Fee deduction rate',
-  '支付手续费': '支付手续费'
+  '支付手续费': 'Payment fee'
 };

+ 1 - 1
public/theme/v2board/assets/i18n/ja-JP.js

@@ -245,5 +245,5 @@ window.settings.i18n['ja-JP'] = {
   '重置当月流量': '使用済みデータ量のカウントリセット',
   '流量明细仅保留近月数据以供查询。': 'データ通信明細は当月分のみ表示されます',
   '扣费倍率': '適応レート',
-  '支付手续费': '支付手续费'
+  '支付手续费': 'お支払い手数料'
 };

+ 1 - 1
public/theme/v2board/assets/i18n/vi-VN.js

@@ -245,5 +245,5 @@ window.settings.i18n['vi-VN'] = {
   '重置当月流量': 'Đặt lại dung lượng tháng hiện tại',
   '流量明细仅保留近月数据以供查询。': 'Chi tiết dung lượng chỉ lưu dữ liệu của những tháng gần đây để truy vấn.',
   '扣费倍率': 'Tỷ lệ khấu trừ',
-  '支付手续费': '支付手续费'
+  '支付手续费': 'Phí thủ tục'
 };

File diff suppressed because it is too large
+ 0 - 0
public/theme/v2board/assets/umi.js


Some files were not shown because too many files changed in this diff