aboutUs.js 518 B

12345678910111213141516171819202122
  1. // pages/aboutUs/aboutUs.js
  2. var goodsList=[
  3. { src: '/images/goods_img_1.png'},
  4. { src: '/images/goods_img_2.png' },
  5. { src: '/images/goods_img_3.png' },
  6. { src: '/images/goods_img_4.png' },
  7. { src: '/images/goods_img_5.png' },
  8. { src: '/images/goods_img_6.png' },
  9. { src: '/images/goods_img_7.png' },
  10. { src: '/images/goods_img_8.png' },
  11. { src: '/images/goods_img_9.png' },
  12. ];
  13. Page({
  14. data: {
  15. goodsList: goodsList,
  16. httpAdd : "https://daliangzao.net"
  17. },
  18. onLoad: function (options) {
  19. }
  20. })