Browse Source

Merge branch 'featrue/v4.3' of http://git.qniao.cn/libo/ztb-mini into featrue/v4.3

# Conflicts:
#	app.js
featrue/v4.3
xpz2018 5 years ago
parent
commit
bf712731cd
2 changed files with 15 additions and 2 deletions
  1. 2
      pages/agent/detail/index.wxml
  2. 15
      pages/index/index.js

2
pages/agent/detail/index.wxml

@ -9,7 +9,7 @@
<!-- ------顶部信息------ --> <!-- ------顶部信息------ -->
<!-- -------------------- --> <!-- -------------------- -->
<header-info orderInfo="{{orderInfo}}" /> <header-info orderInfo="{{orderInfo}}" />
<!-- -------------------- --> <!-- -------------------- -->
<!-- ------特殊信息------ --> <!-- ------特殊信息------ -->
<!-- -------------------- --> <!-- -------------------- -->

15
pages/index/index.js

@ -302,5 +302,18 @@ Page({
}, },
onUnload: function(){ onUnload: function(){
event.remove('EventMessage', this) event.remove('EventMessage', this)
}
},
onShareAppMessage: function () {
return {
title: '分享纸通宝',
path: '/pages/index/index'
}
},
// 分享至朋友圈
onShareTimeline() {
return {
title: '分享纸通宝',
path: '/pages/index/index'
}
},
}) })
Loading…
Cancel
Save