mirror of
https://github.com/zwpro/coupons.git
synced 2025-12-12 01:47:06 +00:00
commit
ada8417eff
@ -137,10 +137,14 @@ export default {
|
|||||||
this.changeTab(this.current)
|
this.changeTab(this.current)
|
||||||
},
|
},
|
||||||
onShareAppMessage(res) {
|
onShareAppMessage(res) {
|
||||||
return {
|
var messages = [{
|
||||||
title: '美团饿了么大额红包,每日可领',
|
title: '美团饿了么大额红包,每日可领!',
|
||||||
path: '/pages/index/index'
|
path: '/pages/index/index'
|
||||||
}
|
},{
|
||||||
|
title: '吃了这么多年外卖,你知道这个秘密吗?',
|
||||||
|
path: '/pages/index/index'
|
||||||
|
}];
|
||||||
|
return messages[Math.floor(Math.random()*messages.length)];
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
changeTab(index) {
|
changeTab(index) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user