group.js 146 B

123456789
  1. export const groupInit = (that) => {
  2. that.setData({
  3. groupData: {
  4. title: '关注'
  5. }
  6. })
  7. //请求数据封装
  8. }