index.js 179 B

123456789101112131415
  1. var app = getApp();
  2. Component({
  3. properties: {
  4. host_product:{
  5. type: Object,
  6. value:[],
  7. }
  8. },
  9. data: {
  10. },
  11. attached: function () {
  12. },
  13. methods: {
  14. }
  15. })