update: frontend

This commit is contained in:
tokumeikoi 2022-04-09 16:05:53 +08:00
parent 077c8ba0e8
commit 8fdd755107
5 changed files with 5 additions and 5 deletions

View File

@ -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();

View File

@ -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'
};

View File

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

View File

@ -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 one or more lines are too long