MrShi
17 小时以前 47d56a8b0f22fb15a46b69dfd46fac23560ad2cd
admin/src/components/business/OperaShopWindow.vue
@@ -99,7 +99,6 @@
            style=" width: 120px;"
          />
          <div class="tip-warn" style=" margin-left: 20px; margin-top: 30px;">
            建议尺寸:100px X 100px
            支持png、jpg、jpeg格式,大小不超过2M,上传图片不允许涉及政治敏感与色情
          </div>
        </div>
@@ -115,7 +114,6 @@
            style=" width: 120px;"
        />
          <div class="tip-warn" style=" margin-left: 20px; margin-top: 30px;">
            建议尺寸:100px X 100px
            支持png、jpg、jpeg格式,大小不超过2M,上传图片不允许涉及政治敏感与色情
          </div>
        </div>
@@ -132,7 +130,6 @@
            style=" width: 120px;"
        />
        <div class="tip-warn" style=" margin-left: 20px; margin-top: 30px;">
          建议尺寸:100px X 100px
          支持png、jpg、jpeg格式,大小不超过2M,上传图片不允许涉及政治敏感与色情
        </div>
        </div>
@@ -288,6 +285,9 @@
    listBigAreas({ type: 13 })
      .then(data => {
        this.bigAreas = data
        if (!this.form.id && this.bigAreas.length > 0) {
          this.form.bigAreaId = this.bigAreas[0].id
        }
      })
    listByParentId({ type: 0, parentId: '' })
      .then(data => {
@@ -337,7 +337,7 @@
    },
    selectLocation () {
      window.open('https://lbs.qq.com/tool/getpoint/get-point.html')
      window.open('https://lbs.qq.com/getPoint/')
    },
    open (title, target) {
      this.title = title