Browse Source

店铺详情显示修改调整

master
dy-hu 1 year ago
parent
commit
1796e2b5ff
  1. 2
      src/views/shop/myshop/index.vue

2
src/views/shop/myshop/index.vue

@ -195,6 +195,7 @@
:action="action" :action="action"
:show-file-list="false" :show-file-list="false"
:on-success="handleLogoSuccess" :on-success="handleLogoSuccess"
:disabled="disabled"
> >
<img <img
v-if="ruleForm.shopLogo" v-if="ruleForm.shopLogo"
@ -422,6 +423,7 @@
<span <span
slot="footer" slot="footer"
class="dialog-footer" class="dialog-footer"
v-if="userState != 3"
> >
<el-button @click="closeFn">{{ $t('common.cancel') }}</el-button> <el-button @click="closeFn">{{ $t('common.cancel') }}</el-button>
<el-button <el-button

Loading…
Cancel
Save