亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

超級簡單的小程序作業(yè)

??? 2019-04-18 16:43:08 564
????: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
???? ??:完成的不錯。小程序現(xiàn)在還是很火熱,繼續(xù)加油。

??? ??

?? ??