diff --git a/src/views/wxmp/wxuser/index.vue b/src/views/wxmp/wxuser/index.vue index 4e694c1..2a03159 100644 --- a/src/views/wxmp/wxuser/index.vue +++ b/src/views/wxmp/wxuser/index.vue @@ -246,7 +246,7 @@ function synchroWxUserF() { }) .catch(() => {}) } - +//test function sortChange(val) { const prop = val.prop ? val.prop.replace(/([A-Z])/g, '_$1').toLowerCase() : '' if (val.order == 'ascending') {