luobisheng
2022-11-28 667e1a5b49ffc2f7af9237b4542b1c2e4d00731f
src/views/operate/fivepack/threepack/components/updateUser/index.vue
@@ -100,7 +100,7 @@
    async created() {
      if (this.storeInfo) {
        this.$set(this, 'store', this.storeInfo);
        const result = await getVideoPoint({ current: 1, size: 1 });
        const result = await getVideoPoint({ current: 1, size: 100 });
        this.relationVideoList = result.records;
        if (this.storeInfo && this.isStorePage) {
          this.store.relationVideo = this.store.videoPoint.name;