Commit e8cc3c5fb2f4830942f94d9c7c4465274e8a72f3

Authored by yvan.ni
1 parent 7172a50a

小程序OA环境的修改

Showing 1 changed file with 1 additions and 1 deletions
pages/index/index/index.wxml
1 1  
2 2 <!-- 全屏控制 -->
3   -<view wx:if="{{is_full_screen_show && full_ad && full_ad.show_type==0}}" class="full_screen" bindtap="go_full_ad" style="background-image: url('{{url+full_ad.ad_code}}');">
  3 +<view wx:if="{{is_full_screen_show && full_ad && !full_ad.show_type}}" class="full_screen" bindtap="go_full_ad" style="background-image: url('{{url+full_ad.ad_code}}');">
4 4 <view catchtap="close_full_screen" class="skip_box">跳过 <text>{{sec_show}}</text></view>
5 5 </view>
6 6  
... ...