Parcourir la source

feat:纯客服二维码添加参数type:’kf‘

zhangsiya il y a 1 an
Parent
commit
95032d5a74

+ 1 - 0
src/web/staticres/common-module/consult-dialog/js/index.js

@@ -50,6 +50,7 @@ var consultDialog = new Vue({
         $.ajax({
           type: 'post',
           url: '/bigmember/use/getCustom',
+          data: { type: "kf" },
           success: function (res) {
             if (res && res.data) {
               const resData = res.data || {}

+ 1 - 0
src/web/templates/pc/dataExport_sieve.html

@@ -2378,6 +2378,7 @@
     $.ajax({
       type: 'post',
       url: '/bigmember/use/getCustom',
+      data: { type: "kf" },
       success: function (res) {
         if (res && res.data) {
           const resData = res.data || {}