返回超级简单的小程......登陆

超级简单的小程序作业

League2019-04-18 16:43:08551

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": "新闻"
}
]
}
}


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送