当前位置:   article > 正文

微信小程序实战——校园导览 0x1 校园简介_校园导览微信小程序代码

校园导览微信小程序代码

编辑校园简介页面

轮播图

新建resource文件夹=》新建images文件夹=》将要轮播的图片放在该目录下

页面

  1. <!--introduction.wxml-->
  2. <view class="intro">
  3. <swiper class="top" indicator-dots="{
  4. {indicatorDots}}" autoplay="{
  5. {autoplay}}" interval="{
  6. {interval}}">
  7. <swiper-item class="" wx:for="{
  8. {imgUrls}}" wx:key="true">
  9. <image src="/resource/images/{
  10. {item}}" class="top-img" />
  11. </swiper-item>
  12. </swiper>
  13. <image class="nav-btn" src="/resource/image
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/721197
推荐阅读
相关标签