diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index 9a3318e..e254567 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -14,7 +14,7 @@ export default { props: { iconClass: { type: String, - required: true + required: false }, className: { type: String, diff --git a/src/views/activity/bargain/index.vue b/src/views/activity/bargain/index.vue index 1b6d457..68a035d 100644 --- a/src/views/activity/bargain/index.vue +++ b/src/views/activity/bargain/index.vue @@ -1,7 +1,15 @@