|
|
@@ -12,7 +12,7 @@
|
|
12
|
12
|
|
|
13
|
13
|
<view wx:if="{{!IsShowQuestion}}" class="panelFooter FlexRow">
|
|
14
|
14
|
<view class="panelFooter1 FlexRow">
|
|
15
|
|
- <view class="panelFooter11 panelFooter10 FlexColumn" bindtap="goto" data-url="">
|
|
|
15
|
+ <view class="panelFooter11 panelFooter10 FlexColumn" bindtap="generatePDF">
|
|
16
|
16
|
<image src="../images/sysIcon_a07.png" class="sysIcon_a03"></image>
|
|
17
|
17
|
<view class="text02">PDF下载</view>
|
|
18
|
18
|
</view>
|
|
|
@@ -86,17 +86,13 @@
|
|
86
|
86
|
<switch class="switchClass" bindchange="showData" data-name="IsShowLightColor"/>
|
|
87
|
87
|
</view>
|
|
88
|
88
|
</view>
|
|
89
|
|
-
|
|
90
|
89
|
<view class="btnClose btnClose2 FlexRow" capture-bind:tap="showData" data-name="IsShowSetting">
|
|
91
|
90
|
<image wx:if="{{ThemeCSS=='DarkColor'}}" src="../images/sysIcon_a03.png" class="sysIcon_a03"></image>
|
|
92
|
91
|
<image wx:if="{{ThemeCSS=='LightColor'}}" src="../images/sysIcon_a09.png" class="sysIcon_a03"></image>
|
|
93
|
92
|
</view>
|
|
94
|
93
|
</view>
|
|
95
|
|
-
|
|
96
|
94
|
</view>
|
|
97
|
95
|
|
|
98
|
|
-
|
|
99
|
|
-
|
|
100
|
96
|
<view wx:if="{{IsShowPanelHelp}}" class="panelHelp container FlexColumn" style='min-height:{{Containnerheight}}rpx;'>
|
|
101
|
97
|
<view class="panelHelp1">
|
|
102
|
98
|
<image src="../images/sysIcon_b07.png" class="sysIcon_b07"></image>
|