david5515

Results 6 comments of david5515

step1.download the module project step2. ![image](https://user-images.githubusercontent.com/11611988/32312878-f8e14e30-bfda-11e7-88a0-c7301f306981.png) click import Module step3.if build error look this [https://github.com/pedant/sweet-alert-dialog/issues/157](url) step4. add this module dependence to your project. done.

参考根目录下install.sh里面 8.构建镜像并启动监控(monitor)相关服务 的操作,自己编译一下admin的镜像就行

我的做法,在页面上添加如下代码 ` // 监听nebulas的webExtensionWallet操作 window.addEventListener('message', function(e) { //console.log("当前的操作信息是: " + JSON.stringify(e.data)); if(e.data.resp == "Error: Transaction rejected by user"){ // 取消后的处理 } });` 应该能起作用,你试试

你用的是xcode9么?不是swift4吧?你可以试着换个稍微旧点版本的代码

https://colab.research.google.com/drive/1H97tm1dWi7qW1qg371HPKf269Clsvn5-?usp=sharing 我当时是4月12号左右的版本,能跑起来,后面我就在本地跑了,你可以参照试试