|
@@ -16,7 +16,8 @@ export default {
|
|
|
mixins: [wxShare],
|
|
|
data () {
|
|
|
return {
|
|
|
- activeTab: ''
|
|
|
+ activeTab: '',
|
|
|
+ shareImg: require('./views/recommend/image/share.jpg')
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -30,7 +31,7 @@ export default {
|
|
|
async created () {
|
|
|
const { name } = this.$route
|
|
|
if (name !== 'PaymentCode') {
|
|
|
- platform.isWeixin && this.funWxShare('返不停', '一个省钱、赚钱又返钱的生活平台', require('./views/recommend/image/share.jpg'), `${location.origin}${location.pathname}`)
|
|
|
+ platform.isWeixin && this.funWxShare('返不停', '一个省钱、赚钱又返钱的生活平台', this.shareImg, `${location.origin}${location.pathname}`)
|
|
|
this.$store.dispatch('common/getUserInfo')
|
|
|
this.$store.dispatch('common/getOrdertype')
|
|
|
}
|