Ver Fonte

fix:pdf底部二维码改为客成逻辑

zhangsiya há 1 ano atrás
pai
commit
aeb4a7c5f4

+ 3 - 3
apps/bigmember_pc/src/views/download-pdf/components/PageBottom.vue

@@ -55,9 +55,9 @@ export default {
   methods: {
     // 获取客服二维码信息
     getKefuInfo () {
-      const params = {
-        type: 'kf'
-      }
+      // const params = {
+      //   type: 'kf'
+      // }
       getCustomInfo(params).then(res => {
         const { error_code: code, data } = res
         if(code === 0 && data) {