陈剑华

feat: 18447 横滑卡-选择跳转右滑至卡片结尾_查看更多交互效果与安卓不一致且不跳转到配置的页面

... ... @@ -210,7 +210,7 @@ export struct LiveHorizontalCardComponent {
this.edgeAnimation()
})
.onScrollStop(() => {
this.resetEdgeAnimation();
// this.resetEdgeAnimation();
})
.onScroll((xOffset: number, yOffset: number) => {
if (xOffset < 0) {
... ...