From 3ba56b4142dd3d6ef808a4e1fd14ba5d1e03d4df Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 22 Mar 2022 19:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=94=AF=E6=8C=81APP?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/uni-notice-bar/uni-notice-bar.vue | 2 +- components/vc-category/vc-category.vue | 3 ++- components/vc-discount/vc-discount.vue | 4 ++-- .../vc-recommend-homemaking.vue | 2 +- components/vc-recommend/vc-recommend.vue | 2 +- components/vc-shop/vc-shop.vue | 2 +- conf/config.js | 11 +++++++---- factory/WexinAppPayFactory.js | 2 +- lib/java110/page/PageApp.js | 15 +++++++++++---- lib/java110/utils/LogUtil.js | 4 ++-- lib/java110/utils/StorageUtil.js | 5 +++++ pages/complaint/complaint.vue | 2 ++ pages/index/index.vue | 10 +++++----- pages/mall/mall.vue | 3 ++- pages/repair/repair.vue | 2 ++ 15 files changed, 45 insertions(+), 24 deletions(-) diff --git a/components/uni-notice-bar/uni-notice-bar.vue b/components/uni-notice-bar/uni-notice-bar.vue index 8399eca..8e91981 100755 --- a/components/uni-notice-bar/uni-notice-bar.vue +++ b/components/uni-notice-bar/uni-notice-bar.vue @@ -74,7 +74,7 @@ }, speed: { // 默认1s滚动100px - type: Number, + type: String, default: 100 }, color: { diff --git a/components/vc-category/vc-category.vue b/components/vc-category/vc-category.vue index 7513a2f..e541eda 100644 --- a/components/vc-category/vc-category.vue +++ b/components/vc-category/vc-category.vue @@ -1,5 +1,6 @@