From 89b95fb19d2ee81f4f80d4b38cc4310e8a22b3cd Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 19 Oct 2023 14:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E8=A3=85=E4=BF=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E7=BB=8F=E9=94=80=E5=95=86?= =?UTF-8?q?=E7=AD=89=E7=BA=A7=E9=80=89=E6=8B=A9=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=EF=BC=9A=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=20-=20=E6=88=91?= =?UTF-8?q?=E7=9A=84=E8=BA=AB=E4=BB=BD=E6=A0=B9=E6=8D=AE=E7=BB=8F=E9=94=80?= =?UTF-8?q?=E5=95=86=E7=AD=89=E7=BA=A7=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=8F=AA?= =?UTF-8?q?=E6=9C=89=E5=AD=98=E5=9C=A8=E8=BF=87=E8=AF=A5=E7=AD=89=E7=BA=A7?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E6=89=8D=E4=BC=9A=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/yun_shop/index.html | 2 +- .../yun_shop/static/app/img/001.78b622f4.png | Bin 0 -> 4720 bytes .../yun_shop/static/app/img/003.cf72a34b.png | Bin 0 -> 4323 bytes .../yun_shop/static/app/img/004.7a66744b.png | Bin 0 -> 4495 bytes .../yun_shop/static/app/img/005.a2a788b3.png | Bin 0 -> 4457 bytes .../static/app/img/home_bg.ea865ca5.jpg | Bin 0 -> 731991 bytes addons/yun_shop/static/app/js/app.bce235b3.js | 1 + .../static/app/js/chunk-14602b58.674ef510.js | 1 + .../static/app/js/chunk-33708700.ee7f823d.js | 1 + .../static/app/js/chunk-65ac31f8.9a6583d4.js | 1 + .../static/app/js/chunk-commons.48a896b1.js | 1 + app/common/services/ComponentService.php | 33 ++++++++++++++++++ .../src/common/services/component/Button.php | 19 ++++++++-- .../weight-value/src/models/WeightValue.php | 2 +- 14 files changed, 57 insertions(+), 4 deletions(-) create mode 100644 addons/yun_shop/static/app/img/001.78b622f4.png create mode 100644 addons/yun_shop/static/app/img/003.cf72a34b.png create mode 100644 addons/yun_shop/static/app/img/004.7a66744b.png create mode 100644 addons/yun_shop/static/app/img/005.a2a788b3.png create mode 100644 addons/yun_shop/static/app/img/home_bg.ea865ca5.jpg create mode 100644 addons/yun_shop/static/app/js/app.bce235b3.js create mode 100644 addons/yun_shop/static/app/js/chunk-14602b58.674ef510.js create mode 100644 addons/yun_shop/static/app/js/chunk-33708700.ee7f823d.js create mode 100644 addons/yun_shop/static/app/js/chunk-65ac31f8.9a6583d4.js create mode 100644 addons/yun_shop/static/app/js/chunk-commons.48a896b1.js diff --git a/addons/yun_shop/index.html b/addons/yun_shop/index.html index ca9a52b8..f842e765 100644 --- a/addons/yun_shop/index.html +++ b/addons/yun_shop/index.html @@ -138,4 +138,4 @@ // 开启下拉刷新功能 if(YDB) { YDB.SetDragRefresh(1); - }