赖泽鑫
赖泽鑫
GridView 和 ListView滚动后回到首页 Log信息如下: Showing SM G5700 logs: I/flutter (18041): 组件路由params={} widgetsItem=ListView I/flutter (18041): builder=Closure: (dynamic, dynamic, dynamic) => Scaffold I/flutter (18041): builder=Closure: (dynamic, dynamic, dynamic) => Scaffold I/flutter (18041):...
- 后台返回的数据: ``` { "code": "00", "mobileData": "[{\"publish_type\":\"00\",\"uv_value\":3,\"app_type\":\"02\",\"page_type\":\"\",\"customer_level\":\"ALL_CUSTOMER\",\"partner_level\":\"0\",\"rule_number\":0,\"click_number\":0,\"title\":\"超时\",\"create_operator\":\"zexin\",\"publish_operator\":\"wangchaocheng\",\"optimistic\":0,\"update_time\":\"2019-03-20 14:28:43\",\"pv_value\":10,\"publish_time\":\"2019-03-20 14:28:51\",\"link_url\":\"https://www.cnblogs.com/ailiailan/p/7388784.html\",\"id\":32,\"click_type\":\"H5\",\"create_time\":\"2019-02-26 09:36:33\",\"end_time\":\"2019-03-30 10:00:04\",\"link_title\":\"CNBLOGS\",\"message_type\":\"02\",\"optimistic_lastsync\":0,\"update_operator\":\"wangchaocheng\",\"start_time\":\"2019-02-25 09:36:01\",\"image_path\":\"http://.www.baidu.com\",\"popup_rule\":\"02\",\"region\":\"\",\"status\":\"NORMAL\"}]", "msg": "广告请求成功" } ``` - api代码: ``` @POST(ACTION) @FormUrlEncoded Observable getAds2( @Field("requestType") String requestType, @Field("encryptData") String encryptData,...