Browse Source

贷款-微信分享标题、描述

panyong 4 years ago
parent
commit
69ac48e861
2 changed files with 2 additions and 1 deletions
  1. 2 1
      htmldev/loan/src/App.vue
  2. BIN
      htmldev/loan/src/views/loan/home/image/logo.jpg

+ 2 - 1
htmldev/loan/src/App.vue

@@ -10,10 +10,11 @@
 <script>
   import { funWxShare } from './utils/wxShareConfig'
 
+  const LOGO = require('./views/loan/home/image/logo.jpg')
   export default {
     name: 'App',
     mounted () {
-      funWxShare('驼驼银服', '驼驼银服', location.href, '')
+      funWxShare('驼驼银服', '家里用钱,就找驼驼银服,省心,省力,妥妥的!', location.href, LOGO)
     }
   }
 </script>

BIN
htmldev/loan/src/views/loan/home/image/logo.jpg