Commit d3be7aa1c3f1d734f60a00fdb5af7bb95fbb21ca

Authored by 后端研发-苏明海
2 parents d974981e e8cc3c5f

Merge branch 'dev' into 'test'

小程序OA环境的修改

See merge request !1120
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  
... ...