Let's go

微信-小程序

小程序注册步骤

1.在公众平台首页,点击“注册”按钮。mp.weixin.qq.com

2.选择注册账号类型,选择小程序

3.完成密码和邮箱填写及验证

4.填写主体信息

5.成功后获取AppId

开发者工具

 

 

 

HTML页面                微信页面

.html        .wxml

.css                           .wxss

.js          .js

 app.json

{
  "pages":[
    "pages/index/index",
    "pages/logs/logs",
    "pages/cart/cart"
  ],
  "window":{
    "backgroundTextStyle":"dark",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "QQ",
    "navigationBarTextStyle":"black",
    "enablePullDownRefresh": true

  },
  "style": "v2",
  "sitemapLocation": "sitemap.json"
}

 微信开发者工具下载:https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html

。。。

posted @ 2020-05-12 12:32  chenze  阅读(165)  评论(0编辑  收藏  举报
有事您Q我