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
  • Revert "OA单的优化" ...
    c9a60728
    This reverts commit 09e74ee4e12011b35b579a3bc0d3af7f556cb921.
    yvan.ni authored
    2023-09-01 14:38:27 +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: {

  }
})