quanwei
2025-11-03 adf46e209a824f5d206fe549a252fd0184533b3a
shop_vue/src/views/plus/business/template/add.vue
@@ -7,7 +7,7 @@
  <div class="user" v-loading="loading">
    <div class="common-form">名片模板添加</div>
    <div class="poster-box d-s-s">
      <div class="left-box" style="width: auto;height: auto;">
      <div class="left-box" style="width: auto;height: auto;min-height: auto;">
        <div v-if="form.backdrop" class="img"><img v-img-url="form.backdrop.src" /></div>
        <div class="userinfo">
          <!-- 头像 -->
@@ -102,7 +102,7 @@
          <!-- 背景图 -->
          <el-form-item label="海报背景图">
            <el-button type="primary" @click="openUpload(1)">上传图片</el-button>
            <div class="tips">尺寸建议:宽750像素 高大于(等于)1200像素</div>
            <div class="tips">名片标准尺寸为1063x634像素</div>
          </el-form-item>
          <!-- 头像设置 -->
@@ -860,7 +860,6 @@
                message: '保存成功',
                type: 'success'
              });
              self.$router.push('/plus/business/template/index');
            })
            .catch(error => {
              self.loading = false;