大挪耗

微信小程序写hellow world

在index.wxml中
<view class=”container”>hello world</view>
就可以打出hellow world

上面到下面依次是navigationBar,background,page,tabbar

app.json中写:

{
"entryPagePath": "pages/index/index",
"pages": ["pages/index/index",
    "pages/profile/profile","pages/about/about"],
//顶部的标题
  "window": {
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#FF0000",
    "navigationBarTitleText": "study mp",
    "navigationStyle": "default"
  },
//下面的导航栏
  "tabBar":{
      "color": "#0000FF","selectedColor": "#FF0000",
      "position": "bottom",
      "custom": false,
      "list": [{"pagePath": "pages/index/index","text": "首页"},{"pagePath": "pages/profile/profile","text": "关于"}]
  },
  "style": "v2",
  "networkTimeout": {"request": 20000,"uploadFile":20000,"connectSocket": 20000,"downloadFile": 20000},
  "permission": {
      "scope.userLocation": {"desc": "用于给你提供更精准的定位"}
  }
}

已发布

分类

可以收藏大挪耗一下。下载麻烦点城通网盘,站长保证下载速度,不会限速的,放心点就是了;分卷,安卓下载为txt:程序下载为url,不会下载参考不会下载。如果你想让本站活的久一点,请直接捐助

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注