谷神专题

谷神前端组件增强:原组件

wait // 等待function wait (component, key, callback) {if (component?.inited) {callback()} else {selfPage[`${key}_callback`] = selfPage[`${key}_callback`] ?? []selfPage[`${key}_callback`].push(callback

谷神前端组件增强:自定义列

初始化 $gp.customColumn = {} initColumnPool /*** initColumnPool* 初始化列池* * @param prefix 前缀* @param length 长度* * @return Array 列ID数组* */function initColumnPool (prefix, length) {return Array.from({le