|
|
|
@ -26,15 +26,15 @@ |
|
|
|
<view class="td">{{item.CreateDate}}</view> |
|
|
|
<view class="td">{{item.CreateDate}}</view> |
|
|
|
<block wx:if="{{tab==0}}"> |
|
|
|
<block wx:if="{{tab==0}}"> |
|
|
|
<view class="td">{{item.TotalScore}}</view> |
|
|
|
<view class="td">{{item.TotalScore}}</view> |
|
|
|
<view class="td {{item.changeTotalScore >= 0 ? 'green' : 'red'}}">{{item.changeTotalScore}}</view> |
|
|
|
<view class="td {{item.changeTotalScore >= 0 ? 'red' : 'green'}}">{{item.changeTotalScore}}</view> |
|
|
|
</block> |
|
|
|
</block> |
|
|
|
<block wx:elif="{{tab==1}}"> |
|
|
|
<block wx:elif="{{tab==1}}"> |
|
|
|
<view class="td">{{item.VisionScore}}</view> |
|
|
|
<view class="td">{{item.VisionScore}}</view> |
|
|
|
<view class="td {{item.changeVisionScore >= 0 ? 'green' : 'red'}}">{{item.changeVisionScore}}</view> |
|
|
|
<view class="td {{item.changeVisionScore >= 0 ? 'red' : 'green'}}">{{item.changeVisionScore}}</view> |
|
|
|
</block> |
|
|
|
</block> |
|
|
|
<block wx:elif="{{tab==2}}"> |
|
|
|
<block wx:elif="{{tab==2}}"> |
|
|
|
<view class="td">{{item.AppearanceScore}}</view> |
|
|
|
<view class="td">{{item.AppearanceScore}}</view> |
|
|
|
<view class="td {{item.changeAppearanceScore >= 0 ? 'green' : 'red'}}"> |
|
|
|
<view class="td {{item.changeAppearanceScore >= 0 ? 'red' : 'green'}}"> |
|
|
|
{{item.changeAppearanceScore}} |
|
|
|
{{item.changeAppearanceScore}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
</block> |
|
|
|
@ -123,7 +123,7 @@ |
|
|
|
<view class="tbody"> |
|
|
|
<view class="tbody"> |
|
|
|
<view class="tr"> |
|
|
|
<view class="tr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question1 >= list2[index-1].Question1 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion1Score > 0 ? 'green' : (item.changeQuestion1Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -132,7 +132,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr"> |
|
|
|
<view class="tr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question2 >= list2[index-1].Question2 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion2Score > 0 ? 'green' : (item.changeQuestion2Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -141,7 +141,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr"> |
|
|
|
<view class="tr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question3 >= list2[index-1].Question3 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion3Score > 0 ? 'green' : (item.changeQuestion3Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -150,7 +150,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr"> |
|
|
|
<view class="tr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question4 >= list2[index-1].Question4 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion4Score > 0 ? 'green' : (item.changeQuestion4Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -159,7 +159,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr"> |
|
|
|
<view class="tr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question5 >= list2[index-1].Question5 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion5Score > 0 ? 'green' : (item.changeQuestion5Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -168,7 +168,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr"> |
|
|
|
<view class="tr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question6 >= list2[index-1].Question6 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion6Score > 0 ? 'green' : (item.changeQuestion6Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -177,7 +177,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr"> |
|
|
|
<view class="tr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question7 >= list2[index-1].Question7 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion7Score > 0 ? 'green' : (item.changeQuestion7Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -186,7 +186,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question8 >= list2[index-1].Question8 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion8Score > 0 ? 'green' : (item.changeQuestion8Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -195,7 +195,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question9 >= list2[index-1].Question9 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion9Score > 0 ? 'green' : (item.changeQuestion9Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -204,7 +204,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question10 >= list2[index-1].Question10 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion10Score > 0 ? 'green' : (item.changeQuestion10Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -213,7 +213,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question11 >= list2[index-1].Question11 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion11Score > 0 ? 'green' : (item.changeQuestion11Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -222,7 +222,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question12 >= list2[index-1].Question12 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion12Score > 0 ? 'green' : (item.changeQuestion12Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -231,7 +231,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question13 >= list2[index-1].Question13 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion13Score > 0 ? 'green' : (item.changeQuestion13Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -240,7 +240,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question14 >= list2[index-1].Question14 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion14Score > 0 ? 'green' : (item.changeQuestion14Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -249,7 +249,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question15 >= list2[index-1].Question15 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion15Score > 0 ? 'green' : (item.changeQuestion15Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
@ -258,7 +258,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view class="tr mtr"> |
|
|
|
<view |
|
|
|
<view |
|
|
|
class="td {{item.Question16 >= list2[index-1].Question16 ? 'green' : 'red'}}" |
|
|
|
class="td {{item.changeQuestion16Score > 0 ? 'green' : (item.changeQuestion16Score < 0 ? 'red' : '')}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:for="{{list2}}" |
|
|
|
wx:key="index" |
|
|
|
wx:key="index" |
|
|
|
> |
|
|
|
> |
|
|
|
|