小程序

Posted lhgq

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序相关的知识,希望对你有一定的参考价值。

[ ]注释

 

[for循环使用 https://cn.vuejs.org/v2/guide/list.html#%E5%9C%A8-v-for-%E9%87%8C%E4%BD%BF%E7%94%A8%E5%AF%B9%E8%B1%A1]

uni官网 https://uniapp.dcloud.io/   tabBar里面的下面代码 代码示例 是:页数

页面切换图标官网 https://www.iconfont.cn/

 

 

"tabBar": {

    "color": "#7A7E83",  [tab 上的文字默认颜色]

    "selectedColor": "#3cc51f",  [tab 上的文字选中时的颜色]

    "borderStyle": "black",  [tabbar 上边框的颜色]

    "backgroundColor": "#ffffff",  [窗口的背景色]

"list": [{

    "pagePath": "pages/component/index",  [要引入的页面地址]

    "iconPath": "static/image/icon_component.png",  [没点击的图标]

    "selectedIconPath": "static/image/icon_component_HL.png",  [点击过后的图标]

    "text": "组件"  [换成页面名字]

  }, {

    "pagePath": "pages/API/index",  [要引入的页面地址]

    "iconPath": "static/image/icon_API.png",  [没点击的图标]

    "selectedIconPath": "static/image/icon_API_HL.png",  [点击过后的图标]

    "text": "接口"   [换成页面名字]

  }]

 }

 

 

uni官网 https://uniapp.dcloud.io/component/README 组件 里面轮播啥都有

 

 

 

      

以上是关于小程序的主要内容,如果未能解决你的问题,请参考以下文章

为啥微信小程序进入不了第二次

[微信小程序]教你快速获取小程序任意页面路径

微信小程序怎么设置浮窗

小程序商城开发小程序系统代码编程分析

如何做一个小程序?

开发小程序流程