美观【微信小程序教程:】名片类小程序,可以直接运行的

**效果图如下

工程文件

app.json

{
 "pages":[
   "pages/index/index",
   "pages/card/card",
   "pages/replace/replace",    
   "pages/addCard/addCard",
   "pages/ucard/ucard",  
   "pages/logs/logs",
   "pages/contactUser/contactUser",
   "pages/resource/resource"
 ],
 "window":{
   "backgroundTextStyle":"dark",
   "navigationBarBackgroundColor": "#000000",
   "navigationBarTitleText":"名片夹",
   "backgroundColor": "#FFFFFF",
   "navigationBarTextStyle":"white",
   "enablePullDownRefresh":"true"
 },
 "tabBar":{
   "color":"#8B8888",
   "selectedColor":"#2EBAEE",
   "backgroundColor":"#FFFFFF",
   "borderStyle":"black",
   "list":[{
     "pagePath":"pages/index/index",
     "text":"我的名片",
     "iconPath":"image/2.png",
     "selectedIconPath":"image/22.png"
   },{
     "pagePath":"pages/card/card",
     "text":"名片夹",
     "iconPath":"image/3.png",
     "selectedIconPath":"image/33.png"
   }]
 }
}

项目是可以直接运行的
下载地址:
http://01bbs.site/forum.php?mod=viewthread&tid=17&extra=page%3D1

你可能感兴趣的:(美观【微信小程序教程:】名片类小程序,可以直接运行的)