Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • pages
  • user
  • deposit
  • prepaid
  • fil.wxs
  • 预存remark的显示
    4fcb9f9b
    yvan.ni authored
    2020-12-18 11:15:11 +0800  
    Browse Code »
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
}