xiangpei
2025-07-09 467926d62dfdf7944afa98317bb92f0e9e060602
图片显示
2个文件已修改
10 ■■■■■ 已修改文件
manager/src/main.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/seller/shop/shopOperation.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/main.js
@@ -49,6 +49,7 @@
  window.open(src, "_blank");
};
Vue.prototype.endpoint = "https://lmk-1356772813.cos.ap-chengdu.myqcloud.com"
Vue.prototype.wapLinkTo = function (goodsId, skuId) {
  // app端二维码
  if (skuId) {
manager/src/views/seller/shop/shopOperation.vue
@@ -73,7 +73,7 @@
                  shape="square"
                  icon="ios-person"
                  size="default"
                  :src="shopForm.storeLogo"
                  :src="endpoint + '/' + shopForm.storeLogo"
                />
                <div>
                  <Button @click="handleCLickImg('storeLogo')" type="primary"
@@ -208,7 +208,7 @@
                  shape="square"
                  icon="ios-person"
                  size="default"
                  :src="shopForm.licencePhoto"
                  :src="endpoint + '/' + shopForm.licencePhoto"
                />
                <div>
                  <Button @click="handleCLickImg('licencePhoto')" type="primary"
@@ -231,7 +231,7 @@
                  size="100"
                  icon="md-add"
                  @click.native="handleCLickImg('legalPhoto', 0)"
                  :src="shopForm.legalPhoto[0]"
                  :src="endpoint + '/' + shopForm.legalPhoto[0]"
                />
                <Avatar
                  class="ml_10 legal-photo"
@@ -239,7 +239,7 @@
                  size="100"
                  icon="md-add"
                  @click.native="handleCLickImg('legalPhoto', 1)"
                  :src="shopForm.legalPhoto[1]"
                  :src="endpoint + '/' + shopForm.legalPhoto[1]"
                />
                <span>点击图片上传身份证正反面,要求身份证清晰,四角无缺漏</span>
              </FormItem>
@@ -427,6 +427,7 @@
  data() {
    return {
      endpoint: this.endpoint,
      shopId: this.$route.query.shopId, // 店铺id
      isRead: false, // 是否只读,只有在店铺通过审核才可修改
      selectedFormBtnName: "", // 点击图片绑定form