panyong 3 лет назад
Родитель
Сommit
8ff3ddd4de
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      htmldev/loan/src/views/loan/explain/index.vue

+ 1 - 0
htmldev/loan/src/views/loan/explain/index.vue

@@ -126,6 +126,7 @@ export default {
   },
   async mounted () {
     const shareHref = this.partnerId ? `${location.origin}${location.pathname}?partnerId=${this.partnerId}` : `${location.origin}${location.pathname}?recommendedUser=${encodeURIComponent(JSON.stringify(this.userShareConfig))}`
+    console.log(shareHref)
     funWxShare('驼驼银服', '家里用钱,就找驼驼银服,省心,省力,妥妥的!', shareHref, location.protocol + '//api.tuotuoyinfu.com/img/logo.jpg')
     await this.$nextTick()
     this.funGetProductDetail()