We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<repeat> <popup :show.sync="true" :position.sync="'left'" :id.sync="'22'" :maskHide.sync="true"> <block slot="popContainer"> <view class="pop-inner pop-left"> <view class="pop-text">忆江南</view> <view class="pop-text">江南好</view> <view class="pop-text">风景旧曾谙</view> <view class="pop-text">日出江花红胜火</view> <view class="pop-text">春来江水绿如蓝</view> <view class="pop-text">能不忆江南</view> <button class="btn btn-kai margin-top20" catchtap="close()"> 关闭 </button> </view> </block> </popup> </repeat>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<repeat> <popup :show.sync="true" :position.sync="'left'" :id.sync="'22'" :maskHide.sync="true"> <block slot="popContainer"> <view class="pop-inner pop-left"> <view class="pop-text">忆江南</view> <view class="pop-text">江南好</view> <view class="pop-text">风景旧曾谙</view> <view class="pop-text">日出江花红胜火</view> <view class="pop-text">春来江水绿如蓝</view> <view class="pop-text">能不忆江南</view> <button class="btn btn-kai margin-top20" catchtap="close()"> 关闭 </button> </view> </block> </popup> </repeat>
The text was updated successfully, but these errors were encountered: