windf17

Results 14 comments of windf17

// HandleReturn 后置中间件:处理返回数据 func (s *middlewareService) HandleReturn(r *ghttp.Request) { r.Middleware.Next() err := r.GetError() if err != nil { r.Response.WriteJsonExit(g.Map{ "state": consts.ERROR, "message": err.Error(), }) } else { res := r.GetHandlerResponse()...

> If your `PersonLoginAfter` function uses the same standard routing format as your `AccountTypeGet` function, there won't be such an issue yes, so i solved, the code is : //...

> 如果要用vant的小程序组件库应该是要用对应的包吧? https://vant-ui.github.io/vant-weapp/#/home 我在用typescript、vue3、uniapp平台使用vant ui库,vue3版本。 难道要用小程序版本的ui库??

> > > don't use chinese folder path!!!!!!!!!!!!!!!!! > > > still fail > > > > > > PS C:\Users\Fatemin\OneDrive\JS\react> arco init hello-arco-pro > > ``` > > ___...