增加新项目
This commit is contained in:
11
项目合集/最新写真app/fontend/js/serve/hot.js
Normal file
11
项目合集/最新写真app/fontend/js/serve/hot.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
const hotList = async (data = {}) => {
|
||||
let res = await http().get({
|
||||
url: config.urlList.hotList,
|
||||
// data: data
|
||||
data
|
||||
});
|
||||
console.log(res)
|
||||
res.list.forEach(v => v.view = v.view.replaceAll("W+", ""));
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user