panyong 3 rokov pred
rodič
commit
49729fc6e3

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

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

BIN
htmldev/cps/src/views/recommend/image/share.png