武斌

Results 20 comments of 武斌

@mceldeen what is defaultAdaptor? How can I implement it? Thank you

@marcsantiago Did you mean failed requests count counted from first time rejected, right?

@elithrar I am the author of go-doudou microservice framework. Its http part is heavily relying on gorilla/mux library. I love gorilla Toolkit and want to be its maintainer. It's my...

@xiahao90 请问如何配置呢?我尝试过多次,如果给父级弹窗设置了提交后关闭,且提交后打开子弹窗,实际效果总是子弹窗打开后会马上跟父级弹窗一起闪退。谢谢指导!

@xiahao90 我的需求不是关闭多个,而是打开子弹窗之前关闭父弹窗,一关一开的效果。现在默认是多级弹窗都只能同时打开。

> 你在关闭弹框动作加个componetID,填上弹框id就可以了 试过了。还是不行

@ziBLan 这是可以复现问题的schema源码: ```json { "type": "page", "title": "多级弹窗bug复现", "body": [ { "type": "button", "label": "点我", "actionType": "dialog", "level": "primary", "dialog": { "type": "dialog", "title": "一级弹窗", "body": [ { "type": "button",...

Hi, @oswaldom-code I used to maintain a English version of documentation at repository: https://github.com/go-doudou/go-doudou.github.io. You still can visit it at [go-doudou.github.io](https://go-doudou.github.io/). Though I want to promote go-doudou to the world,...

Add this feature to v2.1.1. Example: `go-doudou svc init testfffgrom --db_driver mysql --db_dsn "root:1234@tcp(127.0.0.1:3306)/tutorial?charset=utf8mb4&parseTime=True&loc=Local" --db_soft delete_at --db_grpc`