微信小程序 记录
一. 安装 npm。
文章图片
【微信小程序 记录】二. 自定义 底部 tab bar。
小程序 自定义底部 tab bar
三. 短视频模式 video-swiper。
微信小程序 短视频模式 video-swiper
四. 全局分享。
app.js
App({
onLaunch() {
this.onShare();
},
// 自定义全局分享
onShare() {
wx.onAppRoute((res) => {
//获取当前页面的对象
let pages = getCurrentPages();
let view = pages[pages.length - 1];
if (view) {
wx.showShareMenu({
withShareTicket: true,
menus: ['shareAppMessage', 'shareTimeline']
});
let shareOption = JSON.parse(JSON.stringify(view.options));
let shareOptionStr = '';
for (let i in shareOption) {
shareOptionStr += `&${i}=${shareOption[i]}`
};
if (!view.onShareAppMessage &&
Object.prototype.toString.call(view.onShareAppMessage) !== '[object Function]') {
view.onShareAppMessage = function () {
return {
title: 'xxx',
path: view.route + (!shareOptionStr ? '' : '?' + shareOptionStr)
}
};
};
if (!view.onShareTimeline &&
Object.prototype.toString.call(view.onShareTimeline) !== '[object Function]') {
view.onShareTimeline = function () {
return {
title: 'xxx',
path: view.route + (!shareOptionStr ? '' : '?' + shareOptionStr)
}
};
};
};
});
},
})
Good luck。
推荐阅读
- 一个小故事,我的思考。
- 家乡的那条小河
- 一个人的碎碎念
- 野营记-第五章|野营记-第五章 讨伐梦魇兽
- 昨夜小楼听风
- 2021-02-17|2021-02-17 小儿按摩膻中穴-舒缓咳嗽
- 基于微信小程序带后端ssm接口小区物业管理平台设计
- 2019.4.18感恩日记
- 那件我们忽略的小事叫感恩
- 你有婚内虐待行为吗()