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