panyong 3 rokov pred
rodič
commit
b6a8460d62
1 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  1. 3 2
      htmldev/cps/src/App.vue

+ 3 - 2
htmldev/cps/src/App.vue

@@ -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')
     }