首页share

wechat_user_type
Ge Hao 7 years ago
parent 45ebc09c93
commit 223e4438a8
  1. 8
      pages/index/index.js

@ -16,6 +16,14 @@ Page({
promotions: []
},
onShareAppMessage: function () {
return {
title: "巴爷供销社",
desc: "商城首页",
path: `pages/index/index`
}
},
bindShowProduct: function (e) {
wx.navigateTo({
url: `../show_product/show_product?id=${e.currentTarget.dataset.id}`

Loading…
Cancel
Save