my.js 124 B

123456789
  1. export const myInit = (that) => {
  2. that.setData({
  3. myData: {
  4. title: '我的'
  5. }
  6. })
  7. //请求数据封装
  8. }