From a7b2849a2eef0eced9e924ca0afa16e3c4b8fbf9 Mon Sep 17 00:00:00 2001 From: liuyongli <1598631486@qq.com> Date: Wed, 21 Sep 2022 14:51:36 +0800 Subject: [PATCH] no message --- contrastPackages/themeRatio/BBS/index.js | 1 - pages/insight/pages/themeList/index.wxml | 2 +- pages/insight/pages/themeList/index.wxss | 1 + project.private.config.json | 7 +++++++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/contrastPackages/themeRatio/BBS/index.js b/contrastPackages/themeRatio/BBS/index.js index 739069f..9b0ab2d 100644 --- a/contrastPackages/themeRatio/BBS/index.js +++ b/contrastPackages/themeRatio/BBS/index.js @@ -31,7 +31,6 @@ Component({ let themeName=['主题一','主题二','主题三','主题四','主题五','主题六'] let numb=0 let sGuid = [] - this.data.boxArr.forEach((ele) => { if (ele) sGuid.push(ele.Guids),numb+=1 }) diff --git a/pages/insight/pages/themeList/index.wxml b/pages/insight/pages/themeList/index.wxml index af8695f..6468db7 100644 --- a/pages/insight/pages/themeList/index.wxml +++ b/pages/insight/pages/themeList/index.wxml @@ -82,7 +82,7 @@ - + {{item._source.sourcetime}} diff --git a/pages/insight/pages/themeList/index.wxss b/pages/insight/pages/themeList/index.wxss index 3538464..011080d 100644 --- a/pages/insight/pages/themeList/index.wxss +++ b/pages/insight/pages/themeList/index.wxss @@ -60,4 +60,5 @@ } .top-time .van-checkbox{ display: inline-block !important; + margin-bottom: -3px } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 38d0bf2..860cb8b 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -42,6 +42,13 @@ "query": "brand=%E5%A5%87%E7%91%9E%E6%96%B0%E8%83%BD%E6%BA%90", "launchMode": "default", "scene": null + }, + { + "name": "", + "pathName": "contrastPackages/themeRatio/index", + "query": "", + "launchMode": "default", + "scene": null } ] }