<view class="index-bg bg">
  <view class="indexWrp">
    <block wx:for="{{show}}" wx:key="{{item.path}}">
      <view class="log-box" data-path="{{item.path}}" data-logs="{{item.logs}}" data-logNum="{{item.logNum}}" onTap="allShow">
        <view>
          <text class="log-font">
            {{item.path}}
          </text>
        </view>
        <view class="log-path">
          <view class="log-num">
            <text>
              {{item.logNum}}
            </text>
          </view>
          <view class="log-img-wrp">
                        <image mode="scaleToFill" src="image/you3x.png" class="log-img"/>
          </view>
        </view>
      </view>
    </block>
    <view class="footer">
      <view>
      </view>
      <view class="footer-num">
        总共{{pathNum}}页面
      
      </view>
    </view>
  </view>
</view>