From dbef2c2da4eebd24e88feb6ced66171e357a7381 Mon Sep 17 00:00:00 2001 From: 2685658468 Date: Wed, 31 Jul 2019 21:18:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8DNoticeBar=20=E9=80=9A?= =?UTF-8?q?=E5=91=8A=E6=A0=8Fbackground-color=E5=B1=9E=E6=80=A7,=E5=BA=94?= =?UTF-8?q?=E6=8C=89=E6=96=87=E6=A1=A3=E5=86=99=E4=B8=BAbackground-color?= =?UTF-8?q?=E8=80=8C=E9=9D=9Ebackgroundcolor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/notice-bar/index.js | 2 +- examples/pages/notice-bar/index.wxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/notice-bar/index.js b/dist/notice-bar/index.js index 7043dbd..96d04f7 100644 --- a/dist/notice-bar/index.js +++ b/dist/notice-bar/index.js @@ -19,7 +19,7 @@ Component({ value: false }, // 背景颜色 - backgroundcolor: { + backgroundColor: { type: String, value: '#fefcec' }, diff --git a/examples/pages/notice-bar/index.wxml b/examples/pages/notice-bar/index.wxml index 1d90f27..108dbdb 100644 --- a/examples/pages/notice-bar/index.wxml +++ b/examples/pages/notice-bar/index.wxml @@ -4,7 +4,7 @@ - + 2018年世界杯,将于6月14日至7月15日举行 From f9e0740075232de8c52b97205dd8a299f2d9f5e1 Mon Sep 17 00:00:00 2001 From: 2685658468 Date: Thu, 1 Aug 2019 09:09:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8DNoticeBar=20=E9=80=9A?= =?UTF-8?q?=E5=91=8A=E6=A0=8Fbackground-color=E5=B1=9E=E6=80=A7,=E5=BA=94?= =?UTF-8?q?=E6=8C=89=E6=96=87=E6=A1=A3=E5=86=99=E4=B8=BAbackground-color?= =?UTF-8?q?=E8=80=8C=E9=9D=9Ebackgroundcolor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/notice-bar/index.wxml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/notice-bar/index.wxml b/src/notice-bar/index.wxml index 5de1e11..4fa7b4d 100644 --- a/src/notice-bar/index.wxml +++ b/src/notice-bar/index.wxml @@ -1,9 +1,9 @@ - + - + - + \ No newline at end of file