Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • goods_list
  • goods_list.js
  • 商品列表组件
    86be033d
    后端开发-许程 authored
    2019-09-21 14:16:41 +0800  
    Browse Code »
goods_list.js 356 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
// pages/user/yhq/qr_code/qr_code.js
const {
  barcode,
  qrcode
} = require('../../utils/index.js')

Component({
  data: {
    object: null,
  },
  properties: {
    // 这里定义了innerText属性,属性值可以在组件使用时指定
  },
  ready: function () {
  },

  methods: {
 
    },

    //打开
  onshow: function (e) {
    
    }
  


})