Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • nodata
  • nodata.js
  • 重新推送的优化
    a674fcbf
    yvan.ni authored
    2023-09-04 09:51:49 +0800  
    Browse Code »
nodata.js 292 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Component({
  externalClasses: ['nodata-container'],
  //在.js文件中
  properties: {
    // 简单的定义方式
    // max:Number
    // 完整的定义方式
    title:{
      type:String,
      value:10
    }
  },
  /*** 页面的初始数据***/
  data: {

  },

  methods: {

  }
})