index.js 184 B

1234567891011
  1. const _Http = getApp().globalData.http;
  2. Component({
  3. properties: {
  4. sa_projectid: String,
  5. sa_projstagetempid: String
  6. },
  7. data: {
  8. },
  9. methods: {
  10. }
  11. })