소스 검색

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

汤世哲 1 년 전
부모
커밋
9ae1af4b0b
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      apps/bigmember_pc/src/views/portrayal/components/DynamicList.vue

+ 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) {