浏览代码

menu update

xiaoyu 3 年之前
父节点
当前提交
b351f1580c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      shop/control/control.php

+ 1 - 1
shop/control/control.php

@@ -1060,7 +1060,7 @@ class BaseSellerControl extends Control {
             'order' => array('name' => '订单物流', 'child' => array(
                 array('name' => '实物交易订单', 'act'=>'store_order', 'op'=>'index'),
 				array('name' => '虚拟兑码订单', 'act'=>'store_vr_order', 'op'=>'index'),
-                array('name' => '充值订单处理', 'act'=>'store_refill_order', 'op'=>'index'),
+                array('name' => '我的订单', 'act'=>'store_refill_order', 'op'=>'index'),
                 array('name' => '发货', 'act'=>'store_deliver', 'op'=>'index'),
                 array('name' => '发货设置', 'act'=>'store_deliver_set', 'op'=>'daddress_list'),
                 array('name' => '运单模板', 'act'=>'store_waybill', 'op'=>'waybill_manage'),