Browse Source

Fix: Disable swipe back on iOS for product-list page

pull/18/head
徐飞洋 1 month ago
parent
commit
38d29d32c5
  1. 3
      pages/evaluate2/product-list.json

3
pages/evaluate2/product-list.json

@ -1,5 +1,6 @@
{
"usingComponents": {},
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
"backgroundTextStyle": "dark",
"disableSwipeBack": true
}
Loading…
Cancel
Save