fil.wxs 149 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 function set_word(word){ if(!word) return ''; if(word.indexOf('复核')!==-1) return ''; return word; } module.exports = { set_word: set_word }