社区搜索样式修改以及最热模块增加问题内容

This commit is contained in:
kehaoyuan
2019-07-18 15:04:20 +08:00
parent c73690e546
commit 9f6d441ad1
19 changed files with 344 additions and 291 deletions

View File

@ -27,13 +27,13 @@ import okhttp3.ResponseBody;
public class DataLogUtils {
// 轮播图
public static void uploadLunbotuLog(Context context, String type, String title, String location) {
public static void uploadLunbotuLog(Context context, String type, String text, String index, String source) {
Map<String, Object> map = new HashMap<>();
map.put("location", location);
map.put("index", index);
map.put("type", type);
map.put("title", title);
map.put("form", "click");
uploadLog(context, "lunbotu", map);
map.put("text", text);
map.put("source", source);
uploadLog(context, "slide", map);
}
// 上传日志