Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • packageD
  • pages
  • user
  • deposit
  • prepaid
  • fil.wxs
  • 冲突文件
    db62ae21
    abson authored
    2022-03-26 15:36:28 +0800  
    Browse Code »
fil.wxs 149 Bytes
Edit Raw Blame History Permalink
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
}