|
@@ -137,6 +137,17 @@
|
|
|
this.$refs.kjTabbar.getNumber();
|
|
|
},
|
|
|
methods: {
|
|
|
+ //分享
|
|
|
+ onShareAppMessage(res) {
|
|
|
+ if (res.from === "button") {
|
|
|
+ // 来自页面内分享按钮
|
|
|
+ console.log(res.target);
|
|
|
+ }
|
|
|
+ return {
|
|
|
+ title: "自定义分享标题",
|
|
|
+ path: "/pages/index/index.vue"
|
|
|
+ };
|
|
|
+ },
|
|
|
//左右切换
|
|
|
swipertotabs(e) {
|
|
|
this.current = e.detail.current
|