소스 검색

复制健康E家改好的商城

lizhen_gitee 4 달 전
부모
커밋
fac9022b3e

+ 1 - 0
application/admin/lang/zh-cn/unishop/category.php

@@ -16,4 +16,5 @@ return [
     'Can not change the parent to child' => '父组别不能是它的子组别',
     'Status'                             => '状态',
     'Product'                             => '产品',
+    'Nickname'                             => '英文名',
 ];

+ 4 - 2
application/admin/lang/zh-cn/unishop/order.php

@@ -10,6 +10,7 @@ return [
     'Pay_type'         => '付款方式',
     'Online'           => '在线支付',
     'Offline'          => '到货付款',
+    'Wallet'           => '钱包余额',
     'wxPay'            => '微信付款',
     'aliPay'           => '支付宝付',
     'Ip'               => '下单ip',
@@ -46,9 +47,10 @@ return [
     'Consignee mobile'           => '收货人电话',
     'Refund status'           => '售后状态',
     'Apply'           => '申请中',
-    'Pass'           => '通过',
+    'Pass'           => '同意',
     'Pass and left User delivery'           => '通过(让用户发货)',
-    'Waiting for shipment'           => '等待发货',
+//    'Waiting for shipment'           => '等待发货',
+    'Waiting for shipment'           => '等待买家发货',
     'Refuse'           => '拒绝',
     'This order is not returned'           => '这个订单没有退货',
     'Withdraw money'           => '退款',

+ 3 - 0
application/admin/lang/zh-cn/unishop/product.php

@@ -4,8 +4,11 @@ return [
     'Category_id'    => '分类ID',
     'Category name'    => '分类名称',
     'Title'          => '产品标题',
+    'Info'          => '产品副标题',
     'Image'          => '主图',
     'Images'         => '组图',
+    'Video_file'         => '视频',
+    'Yunfei_price'         => '运费',
     'Desc'           => '详情',
     'Sales'          => '虚拟销售量',
     'Stock'          => '库存',

+ 1 - 1
application/admin/model/unishop/Order.php

@@ -36,7 +36,7 @@ class Order extends Model
 
     public function getPayTypeList()
     {
-        return ['1' => __('Online'), '2' => __('Offline'), '3' => __('wxPay'), '4' => __('aliPay')];
+        return ['1' => __('Online'), '2' => __('Wallet'), '3' => __('wxPay'), '4' => __('aliPay')];
     }
 
     public function getStatusList()