찾다
  • 로그인
  • 가입
비밀번호 재설정 성공

당신이 관심을 갖고 있는 프로젝트를 팔로우하고 그들에 관한 최신 뉴스를 맛보세요

超级简单的小程序作业

원래의 2019-04-18 16:43:08 572
추상적인:index.wxml<!--index.wxml--> <view style='background-color:#A0A0A0'> <swiper indicator-dots='true' autoplay='true' interval='3000'&nbs

index.wxml

<!--index.wxml-->
<view style='background-color:#A0A0A0'>
<swiper indicator-dots='true' autoplay='true' interval='3000' duration='100' indicator-active-color='#000'>
<swiper-item>
<image src='https://lite-img.yeleonline.com/uploads/dev/seller/204/null1553762294565tmp_acf20253b95b8fa8b144558116592c98.jpg'></image>
</swiper-item>
<swiper-item>
<image src='http://lite-img.yeleonline.com/uploads/dev/seller/0/EnYBcHJYdSzSndPdTynMnXS7jxCCnEkJ.jpg'></image>
</swiper-item>
<swiper-item>
<image src='https://lite-img.yeleonline.com/uploads/dev/seller/138/1381547428401704tmp_fad2ceadcc7e577685bd14b4efbcf7c8.jpg'></image>
</swiper-item>
</swiper>
</view>

app.json

{
"pages":[
"pages/index/index",
"pages/shop/index",
"pages/news/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"tabBar":{
"list":[
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/shop/index",
"text": "商品"
},
{
"pagePath": "pages/news/index",
"text": "新闻"
}
]
}
}


교정 선생님:查无此人교정 시간:2019-04-19 09:27:19
선생님의 요약:完成的不错。小程序现在还是很火热,继续加油。

릴리즈 노트

인기 항목