web3.js 1.3.6版本
签名方法如下
this.web3.eth.sign(this.web3.utils.fromUtf8("Hello world") , this.account).then(res=>{ console.log('签名结果--',res) }).catch(e=>{ console.log('签名错误--',e) })
调用的时候metamask 也出现了签名界面
接下来点击签名,界面消失,没有收到签名结果!
换成 personal_sign 有结果了