feat: 调整

This commit is contained in:
2026-04-17 17:07:05 +08:00
parent d666dce813
commit f70920a25c
2 changed files with 47 additions and 20 deletions

View File

@@ -124,7 +124,8 @@ const lookDetailAction = () => {
} catch (e) {}
});
uni.navigateTo({ url: `/pages/long-answer/index?streamId=${encodeURIComponent(streamId)}` });
// 传递 finished 参数,完成状态下不自动滚到底部
uni.navigateTo({ url: `/pages/long-answer/index?streamId=${encodeURIComponent(streamId)}&finished=${props.finish ? '1' : '0'}` });
}
</script>