panhui 4 лет назад
Родитель
Сommit
038308e1d6

+ 1 - 1
src/main/nine-space/src/views/Discover.vue

@@ -194,7 +194,7 @@ export default {
                             type: type,
                             onShelf: true,
                             del: false,
-                            source: 'OFFICIAL'
+                            source: source
                         },
                         sort: sort
                     },

+ 1 - 1
src/main/nine-space/src/views/Submit.vue

@@ -185,7 +185,7 @@ export default {
                 if (this.timer) {
                     clearTimeout(this.timer);
                 }
-                if (res.status === 'PROCESSING' || res.status === 'CANCELLED') {
+                if (res.status === 'PROCESSING' || res.status === 'FINISH' || res.status === 'CANCELLED') {
                     this.$dialog
                         .alert({
                             title: '提示',

+ 0 - 1
src/main/nine-space/src/views/creator/Detail.vue

@@ -25,7 +25,6 @@
                         height="70"
                         :src="info.avatar || require('@assets/svgs/img_default_photo.svg')"
                         fit="cover"
-                        @click="$router.push('/setting')"
                     />
                     <img class="rank-icon" :src="rankInfo.img1" v-if="rankInfo.img1" alt="" />