diff --git a/addon/fenxiao/shop/view/fenxiao/lists.html b/addon/fenxiao/shop/view/fenxiao/lists.html index f5009cb..dc6e085 100644 --- a/addon/fenxiao/shop/view/fenxiao/lists.html +++ b/addon/fenxiao/shop/view/fenxiao/lists.html @@ -78,6 +78,15 @@ +
+ +
+ +
+
@@ -243,7 +252,7 @@ table = new Table({ elem: '#fenxiao_list', - url: ns.url("fenxiao://shop/fenxiao/lists",{is_30day_a_10w:1}), + url: ns.url("fenxiao://shop/fenxiao/lists",{is_30day_a_10w:{$is_30day_a_10w}}), cols: [ [{ title: '会员信息', diff --git a/config/menu_shop.php b/config/menu_shop.php index f035d35..84e89cd 100644 --- a/config/menu_shop.php +++ b/config/menu_shop.php @@ -1959,12 +1959,12 @@ return [ ], ], [ - 'name' => 'PROMOTION_FENXIAO_ROOT', + 'name' => 'PROMOTION_FENXIAO_IS_30DAY_A_10W', 'title' => '30天10万分销商', - 'url' => 'fenxiao://shop/fenxiao/lists?is_30day_a_10w=1', - 'is_show' => 1, + 'url' => 'fenxiao://shop/fenxiao/lists.html?is_30day_a_10w=1', + 'is_show' => 0, 'is_control' => 1, - 'sort' => 3, + 'sort' => 4, ], [ 'name' => 'PROMOTION_FENXIAO_APPLY',