Commit c2f98151 by 陈玉桐

fix 首页新手引导默认隐藏

parent 2fb7cf9b
......@@ -267,7 +267,7 @@
</view>
</view>
</view>
<cover-view id="guide" wx:if="{{guideStatus==0}}" hidden="{{guideId>5}}" catchtouchmove="preventTouchMove" bindtap="guide">
<cover-view id="guide" wx:if="{{guideStatus==0}}" hidden="{{guideId>5 || guideStatus==0}}" catchtouchmove="preventTouchMove" bindtap="guide">
<cover-image id="guide1" hidden="{{guideId!=1}}" src="../../assets/guide1.png"></cover-image>
<cover-image id="guide2" hidden="{{guideId!=2}}" src="../../assets/guide2.png"></cover-image>
<cover-image id="guide3" hidden="{{guideId!=3}}" src="../../assets/guide3.png"></cover-image>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment