From c6ab92f978a620c5f0a9ff972ac1478b781acb47 Mon Sep 17 00:00:00 2001 From: staney <2948909+staneychan@users.noreply.github.com> Date: Mon, 19 Aug 2019 17:39:39 +0800 Subject: [PATCH 1/3] Update index.wxml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改: 在没有专题精选时隐藏此栏目 --- litemall-wx/pages/index/index.wxml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litemall-wx/pages/index/index.wxml b/litemall-wx/pages/index/index.wxml index 41245e71..00cfddfd 100644 --- a/litemall-wx/pages/index/index.wxml +++ b/litemall-wx/pages/index/index.wxml @@ -147,7 +147,7 @@ - + From ceeec0c578ebac0cb0e860d8cf77c19f360080eb Mon Sep 17 00:00:00 2001 From: staney Date: Sun, 17 Nov 2019 22:24:13 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5banner=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 首页banner添加产品跳转,需要在litemall-admin管理后台的推广管理-〉广告管理下的广告产品对应项:link 下填写商品ID --- litemall-wx/pages/index/index.wxml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/litemall-wx/pages/index/index.wxml b/litemall-wx/pages/index/index.wxml index 00cfddfd..d9330715 100644 --- a/litemall-wx/pages/index/index.wxml +++ b/litemall-wx/pages/index/index.wxml @@ -8,9 +8,14 @@ From aca4a2f31a203fc521f8d43a846884ca3e86fd5e Mon Sep 17 00:00:00 2001 From: staney Date: Sun, 17 Nov 2019 22:26:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=95=86=E5=93=81ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 产品列表添加商品ID --- litemall-admin/src/views/goods/list.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/litemall-admin/src/views/goods/list.vue b/litemall-admin/src/views/goods/list.vue index 94a9d8a2..8f8fa0f5 100644 --- a/litemall-admin/src/views/goods/list.vue +++ b/litemall-admin/src/views/goods/list.vue @@ -34,6 +34,9 @@ {{ props.row.brandId }} + + {{ props.row.id }} +