if (mytext == '') {
wx.showToast({
title: '大哥先输入内容'
})
return false
}
if(!value.replace(/\s+/g, ‘’).length ==0)