萌新出现错误实在不知道哪里的问题?
发布于 7 年前 作者 chenjie 730 次浏览 来自 问答
<view class="start">
	<swiper class="swiper_box" indicator-dots="{{ indicatorDots }}" autoplay="{{ autoplay }}" current="{{ current }}" interval="{{ interval }}" duration="{{ duration }}" circular="{{ circular }}" bindchange="swiperchange">
	<swiper-item>
    <image src="https://www.skyvow.cn/uploads/sr4BFtg4yI7mCvPbXeX1fBpLRnjCcRZKYHpWHyIHo3OxOfSVdWhhcdk6GGzrqIbsCcXFIyJx5bShEQT5VXJskDizAOaw1yOvSR1482316297000.png" class="slide-image" bindload="bindload" />
    </swiper-item>
	</swiper>
    <view>

	
	
    
    
	
    

3 回复

最后一个应该</view>而不是<view>

不发你代码,猜的话就是<view>没有结束标签,或者代码结构有问题。

<view>附近提审缺少结束标签

回到顶部