仪表盘
版本库
文件存储
活动
搜索
登录
MeiXinLaiRui
/
BeiJingZhouChenKu
北京轴承库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化部分程序
Admin
6 天以前
bd6818fc9d40f343547bafca0743658f3c0379dc
[MeiXinLaiRui/BeiJingZhouChenKu.git]
/
项目代码
/
PDA
/
uview-ui
/
libs
/
mixin
/
mpShare.js
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
onLoad() {
// 设置默认的转发参数
this.$u.mpShare = {
title: '', // 默认为小程序名称
path: '', // 默认为当前页面路径
imageUrl: '' // 默认为当前页面的截图
}
},
onShareAppMessage() {
return this.$u.mpShare
}
}