diff --git a/src/components/shopList/index.vue b/src/components/shopList/index.vue index fa2f6c1..c59d543 100644 --- a/src/components/shopList/index.vue +++ b/src/components/shopList/index.vue @@ -5,7 +5,7 @@ - + @@ -75,6 +75,11 @@ import { tbShopCategoryGet, tbProduct } from "@/api/shop"; export default { props: { + // 是否禁用分类 + disableCategory: { + type: Boolean, + default: false + }, // 是否为单选 radio: { type: Boolean, diff --git a/src/views/application/components/invite_friend/share.vue b/src/views/application/components/invite_friend/share.vue index 3394016..a46640c 100644 --- a/src/views/application/components/invite_friend/share.vue +++ b/src/views/application/components/invite_friend/share.vue @@ -26,7 +26,7 @@ {{ shopInfo.name }}
{{ form.title }}
- +
@@ -337,7 +337,7 @@ export default { display: flex; .content { - width: 150px; + width: 180px; background-color: #fff; border-radius: 4px; padding: 10px 10px 6px; diff --git a/src/views/shop/components/addPadPage.vue b/src/views/shop/components/addPadPage.vue index dbfab5d..981cd6b 100644 --- a/src/views/shop/components/addPadPage.vue +++ b/src/views/shop/components/addPadPage.vue @@ -46,7 +46,7 @@ 保 存 - +