仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
diandongche
电动车项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://139.186.142.91:10010/r/productDev/diandongche
MrShi
7 天以前
a7ce91217818bd6bb19bc9c7a7151110e70c26f0
[productDev/diandongche.git]
/
web
/
node_modules
/
uview-ui
/
libs
/
mixin
/
mpShare.js
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
onLoad() {
// 设置默认的转发参数
uni.$u.mpShare = {
title: '', // 默认为小程序名称
path: '', // 默认为当前页面路径
imageUrl: '' // 默认为当前页面的截图
}
},
onShareAppMessage() {
return uni.$u.mpShare
}
}