Commit cfc4800b by 高淑倩

我的发布_hideShareMenu

parent 0276d066
......@@ -31,6 +31,7 @@ wxService.page({
* 生命周期函数--监听页面加载
*/
onLoad(options) {
wx.hideShareMenu();
let memberId = options.memberId;
if (memberId) {
let tentacleInfo = {
......
......@@ -25,6 +25,7 @@ wxService.page({
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
wx.hideShareMenu();
console.log('mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm',options)
if (options && options.id) {
this.setData({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment