1
|
-<view class='big_page'>
|
1
|
+<view class='big_page {{resolve?"active":""}}'>
|
2
|
<view class='page'>
|
2
|
<view class='page'>
|
3
|
<view class='back_top' wx:if='{{floorstatus}}' bindtap='goTop'>
|
3
|
<view class='back_top' wx:if='{{floorstatus}}' bindtap='goTop'>
|
4
|
<view class='iconfont icon-fanhuidingbu'></view>
|
4
|
<view class='iconfont icon-fanhuidingbu'></view>
|
|
@@ -578,7 +578,7 @@ |
|
@@ -578,7 +578,7 @@ |
578
|
</view>
|
578
|
</view>
|
579
|
<view class='fixed_box {{maodianFlag?"active":""}}'>
|
579
|
<view class='fixed_box {{maodianFlag?"active":""}}'>
|
580
|
<view class='huise'></view>
|
580
|
<view class='huise'></view>
|
581
|
- <scroll-view scroll-y='true' bindscrolltoupper='upper' scroll-into-view="NAV{{status}}" scroll-with-animation='true' class='scroll_view_class' bindscroll='checkTop'>
|
581
|
+ <scroll-view scroll-y='true' bindscrolltoupper='upper' scroll-into-view="NAV{{status}}" scroll-with-animation='true' class='scroll_view_class' bindscroll='checkTop' style="-webkit-overflow-scrolling:touch">
|
582
|
<view class='nav_type_box active'>
|
582
|
<view class='nav_type_box active'>
|
583
|
<view class='nav_type_left'>
|
583
|
<view class='nav_type_left'>
|
584
|
<view class='nav_type {{wangge==0?"type_active":""}}' bindtap='changeWangGe0'>
|
584
|
<view class='nav_type {{wangge==0?"type_active":""}}' bindtap='changeWangGe0'>
|