From 8bd5f9f3cc9e5b01071a0642a2bcbd842efff055 Mon Sep 17 00:00:00 2001 From: owen Date: Fri, 3 Nov 2023 06:47:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E9=94=80=EF=BC=9A=E8=A3=85=E4=BF=AE?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=EF=BC=8C=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=80=82=E9=85=8DAPP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/api/promotion/diy/template.js | 10 ++++++++ sheep/components/s-tabbar/s-tabbar.vue | 28 ++++++++++++---------- sheep/store/app.js | 12 ++++++++++ sheep/ui/su-tabbar-item/su-tabbar-item.vue | 6 ++--- 4 files changed, 40 insertions(+), 16 deletions(-) create mode 100644 sheep/api/promotion/diy/template.js diff --git a/sheep/api/promotion/diy/template.js b/sheep/api/promotion/diy/template.js new file mode 100644 index 00000000..8c1312c3 --- /dev/null +++ b/sheep/api/promotion/diy/template.js @@ -0,0 +1,10 @@ +import request from '@/sheep/request'; + +export default { + // TODO 芋艿:测试 + getUsedDiyTemplate: () => + request({ + url: '/app-api/promotion/diy-template/used', + method: 'GET', + }), +}; diff --git a/sheep/components/s-tabbar/s-tabbar.vue b/sheep/components/s-tabbar/s-tabbar.vue index 279019cb..11c6cf34 100644 --- a/sheep/components/s-tabbar/s-tabbar.vue +++ b/sheep/components/s-tabbar/s-tabbar.vue @@ -1,29 +1,29 @@