摘要: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
老师总结:完成的不错。小程序现在还是很火热,继续加油。