|
@@ -1,7 +1,7 @@
|
|
|
<!--subpages/detectionResult.wxml-->
|
|
<!--subpages/detectionResult.wxml-->
|
|
|
<view>
|
|
<view>
|
|
|
<wxs module="jstools" src="/subpages/wxs/includes.wxs"></wxs>
|
|
<wxs module="jstools" src="/subpages/wxs/includes.wxs"></wxs>
|
|
|
- <swiper indicator-dots="{{false}}" autoplay="{{false}}" interval="{{2000}}" duration="{{500}}" class="swiper-page">
|
|
|
|
|
|
|
+ <!-- <swiper indicator-dots="{{false}}" autoplay="{{false}}" interval="{{2000}}" duration="{{500}}" class="swiper-page">
|
|
|
<block wx:for="{{ratingResultsList}}" wx:if="{{jstools.includes(comScoreIndex,index)}}" wx:key="*this">
|
|
<block wx:for="{{ratingResultsList}}" wx:if="{{jstools.includes(comScoreIndex,index)}}" wx:key="*this">
|
|
|
<swiper-item>
|
|
<swiper-item>
|
|
|
<view class="swiper-item">
|
|
<view class="swiper-item">
|
|
@@ -19,5 +19,25 @@
|
|
|
</view>
|
|
</view>
|
|
|
</swiper-item>
|
|
</swiper-item>
|
|
|
</block>
|
|
</block>
|
|
|
- </swiper>
|
|
|
|
|
|
|
+ </swiper> -->
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <view class="swiper-page">
|
|
|
|
|
+ <view wx:for="{{ratingResultsList}}" wx:if="{{jstools.includes(comScoreIndex,index)}}" wx:key="*this">
|
|
|
|
|
+
|
|
|
|
|
+ <view class="swiper-item">
|
|
|
|
|
+ <scroll-view scroll-y class="scroll-box">
|
|
|
|
|
+ <view class="container-page">
|
|
|
|
|
+ <image style="display: block;width: 100vw;position: absolute; z-index: -1;"
|
|
|
|
|
+ src="/subpages/bg/ic_detection_result_bg.svg" mode="widthFix">
|
|
|
|
|
+ </image>
|
|
|
|
|
+ <text class="title">{{item.title}}</text>
|
|
|
|
|
+ <text class="tips">{{item.tips}}</text>
|
|
|
|
|
+ <text class="subTitle">{{item.subTitle}}</text>
|
|
|
|
|
+ <text class="desc">{{item.desc}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </scroll-view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|