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 @@