Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • diy_groupbuy
  • diy_groupbuy.js
  • 首次上传
    6341715b
    后端研发-田富滉 authored
    2019-08-29 11:19:23 +0800  
    Browse Code »
diy_groupbuy.js 361 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
Component({
  properties: {
    // 这里定义了innerText属性,属性值可以在组件使用时指定

    style_b: {
      type: Number,
      value: 3,
    },


 


  },
  data: {
    // 这里是一些组件内部数据
   bulk:false,
    someData: {}
  },
  methods: {
    // 这里是一个自定义方法
   
    customMethod: function () { }
  }
})