Commit 72a4209bb26bd3d7e57493c5cd5d2983bb6e2202
Merge branch 'test' into 'qa'
Test See merge request !1121
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 | ... | ... |