Эх сурвалжийг харах

Merge branch 'dev/v1.0.53_tsz' of jianyu/web into feature/v1.0.53

汤世哲 11 сар өмнө
parent
commit
9ae1af4b0b

+ 6 - 1
apps/bigmember_pc/src/views/portrayal/components/DynamicList.vue

@@ -1017,7 +1017,12 @@ export default {
       this.listState.lastNum = p
       this.getList()
       this.$nextTick(() => {
-        scrollTargetView('#project-information')
+        // info-list-card
+        if(this.config.isWinner) {
+          scrollTargetView('#project-information')
+        } else {
+          scrollTargetView('.info-list-card')
+        }
       })
     },
     onSizeChange(size) {