ref |> 临时注掉掉图集点击图片手势逻辑
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -230,10 +230,10 @@ export struct MultiPictureDetailItemComponent { | @@ -230,10 +230,10 @@ export struct MultiPictureDetailItemComponent { | ||
| 230 | GestureGroup( | 230 | GestureGroup( |
| 231 | GestureMode.Exclusive, | 231 | GestureMode.Exclusive, |
| 232 | // 单击返回上一层 | 232 | // 单击返回上一层 |
| 233 | - TapGesture({ count: 1 }) | ||
| 234 | - .onAction(() => { | ||
| 235 | - router.back() | ||
| 236 | - }), | 233 | + // TapGesture({ count: 1 }) |
| 234 | + // .onAction(() => { | ||
| 235 | + // router.back() | ||
| 236 | + // }), | ||
| 237 | // TODO:知识点:双击切换图片大小 | 237 | // TODO:知识点:双击切换图片大小 |
| 238 | TapGesture({ count: 2 }) | 238 | TapGesture({ count: 2 }) |
| 239 | .onAction(() => { | 239 | .onAction(() => { |
-
Please register or login to post a comment