除了倒计时自动跳转外
    用户还可以手动单击“跳转”略过倒计时,直接跳转到首页,代码如下

    1. <navigator open-type='switchTab' url='/pages/index/index'>
    2. <view class='tiaoguo'>跳过
    3. <text>{{time}}</text>
    4. </view>
    5. </navigator>