您当前的位置: 首页 >  ar

Kevin-Dev

暂无认证

  • 0浏览

    0关注

    544博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

【Kevin Learn 小程序】-->text

Kevin-Dev 发布时间:2020-02-20 09:16:29 ,浏览量:0

效果图

在这里插入图片描述

属性

参考:text

代码
  1. app.js
//app.js
App({
  onLaunch: function () {
    console.log('App Launch')
  },
  onShow: function () {
    console.log('App Show')
  },
  onHide: function () {
    console.log('App Hide')
  },
  globalData: {
    hasLogin: false
  }
})
  1. app.json
{
  "pages": [
    "pages/text/text"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "WeChat",
    "navigationBarTextStyle": "black"
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json"
}
  1. text.js
var initData = 'this is first line\nthis is second line';
var extraLine = [];
Page({
  data: {
    text: initData
  }
})
  1. text.json
{
  "navigationBarTitleText": "text 组件"
}
  1. text.wxml


    
        {{text}}
    


关注
打赏
1658837700
查看更多评论
立即登录/注册

微信扫码登录

0.0393s