From 8c4884122ae20a1e8dddbf202310659752267db1 Mon Sep 17 00:00:00 2001 From: liqianjin <949671634@qq.com> Date: Tue, 25 Apr 2023 10:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BC=9A?= =?UTF-8?q?=E5=91=9830=E5=A4=A9=E5=86=85=EF=BC=8C=E7=9B=B4=E6=8E=A8?= =?UTF-8?q?=E4=B8=8A10=E4=B8=87=E9=94=80=E9=87=8F=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E8=83=BD=E7=9C=8B=E5=88=B0=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E8=8F=9C=E5=8D=95=E5=88=B0=E7=AD=9B=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon/fenxiao/shop/view/fenxiao/lists.html | 11 ++++++++++- config/menu_shop.php | 8 ++++---- 2 files changed, 14 insertions(+), 5 deletions(-) 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',