Преглед изворни кода

1.1.2版本上线后bug修复

ZhangWenQiang пре 6 година
родитељ
комит
d65fb93670
2 измењених фајлова са 8 додато и 0 уклоњено
  1. 4 0
      pages/index/index.wxml
  2. 4 0
      pages/jipin/index.wxml

+ 4 - 0
pages/index/index.wxml

@@ -206,6 +206,10 @@
               <image src='{{imgServerUrl}}/images/happyjob/reward.png'></image>
               <text>入职最高奖励 {{item.reward}}+{{item.platformAllowance}}元</text>
             </view>
+            <view class='fan' wx:elif="{{item.platformAllowance}}">
+              <image src='{{imgServerUrl}}/images/happyjob/reward.png'></image>
+              <text>入职最高奖励 {{item.platformAllowance}}元</text>
+            </view>
             <view wx:else>
             </view>
           </block>

+ 4 - 0
pages/jipin/index.wxml

@@ -109,6 +109,10 @@
               <image src='{{imgServerUrl}}/images/happyjob/reward.png'></image>
               <text>入职最高奖励 {{item.reward}}+{{item.platformAllowance}} 元</text>
             </view>
+            <view class='fan' wx:elif="{{item.platformAllowance}}">
+              <image src='{{imgServerUrl}}/images/happyjob/reward.png'></image>
+              <text>入职最高奖励 {{item.platformAllowance}}元</text>
+            </view>
             <view wx:else>
             </view>
           </block>