Advertisement

原创 适合新手

阅读量:

完成该小程序的开发过程包含三个阶段(非云开发模式),所采用的编程语言为JavaScript。

第一阶段:

首页

代码:

应用程序配置文件

复制代码
    {
      "pages": [ 
    "pages/index/index",
    "pages/yuyue/index", 
    "pages/user/index",
    "pages/login/index",
      ],
      "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#0094ff",
    "navigationBarTitleText": "预约须知",
    "navigationBarTextStyle": "white"
      },
      "tabBar": {
    "color": "#999",
    "selectedColor": "#ff2d4a",
    "backgroundColor": "#fafafa",

全部评论 (0)

还没有任何评论哟~