Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • share_box
  • share_box.js
  • 1. 新人,节日,生日,购买礼包小程序都要注册 ...
    3e80d9d6
    2. 助力小程序也先要授权注册
    yvan.ni authored
    2020-06-09 09:51:30 +0800  
    Browse Code »
share_box.js 250 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
var t = getApp(),os =t.globalData.setting;
Component({
  properties: {
  },
  data: {
    iurl:os.imghost,
  },
  ready: function() {
  },
  methods: {
    //--- 分享 ---
    go_share:function () {
      this.triggerEvent('go_share')
    }

  }

})