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
  • 物流3.0优化,和退款详情的图片
    8e9639d2
    yvan.ni authored
    2024-09-27 15:32:24 +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:''
    }
  },
  /*** 页面的初始数据***/
  data: {

  },

  methods: {

  }
})