diff --git a/resources/lang/zh_cn/shop/account.php b/resources/lang/zh_cn/shop/account.php index 0aa01680..82cf2161 100644 --- a/resources/lang/zh_cn/shop/account.php +++ b/resources/lang/zh_cn/shop/account.php @@ -39,6 +39,9 @@ return [ 'wishlist' => [ 'index' => '收藏列表', + 'product' => '产品', + 'price' => '价格', + 'check_details' => '查看详情', ], 'order' => [ diff --git a/themes/default/account/wishlist.blade.php b/themes/default/account/wishlist.blade.php index 752a2127..5439cc56 100644 --- a/themes/default/account/wishlist.blade.php +++ b/themes/default/account/wishlist.blade.php @@ -20,15 +20,15 @@
-
我的收藏
+
{{ __('shop/account.wishlist.index') }}
- - + + @@ -40,7 +40,7 @@
产品价格{{ __('shop/account.wishlist.product') }}{{ __('shop/account.wishlist.price') }}
{{ $item['price'] }}