Browse Source

fix: 画像动态翻页逻辑调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 11 months ago
parent
commit
f599c6b16d

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

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