Authored by 李奇

审核中页面优化

@@ -29,6 +29,10 @@ class HaveGainVerifyPage extends Page { @@ -29,6 +29,10 @@ class HaveGainVerifyPage extends Page {
29 position: 'fixed', 29 position: 'fixed',
30 width: '100%' 30 width: '100%'
31 }); 31 });
  32 +
  33 + document.addEventListener('touchmove', (e) => {
  34 + e.preventDefault();
  35 + }, false);
32 } 36 }
33 37
34 tapAdded() { 38 tapAdded() {