auto_go.wxml 318 Bytes
<view class="no-data" wx:if="{{msgStatus == true}}">
	<view class="no-data-title" style="text-align:center;margin-top:100px">
		<view style="color:#444;line-height:30px;">暂无进行中活动</view>
		<view style="color:#444;line-height:30px;"> {{countDownNum}} 秒后自动跳到即将开始</view>
	</view>
</view>