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
  • 暂无数据组件
    c05d6050
    后端研发-倪永富 authored
    2020-10-15 13:56:02 +0800  
    Browse Code »
nodata.js 122 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
Component({
	externalClasses: ['nodata-container'],
  /*** 页面的初始数据***/
  data: {

  },

  methods: {

  }
})