陈剑华

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

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