太湖之光

This commit is contained in:
@fawn-nine
2024-06-07 16:44:24 +08:00
parent 9befb5c111
commit 82ece09276
2 changed files with 28 additions and 4 deletions

View File

@@ -164,7 +164,7 @@
newsClick(item) {
console.log(454545)
uni.navigateTo({
url: `/pages/news/news?newsId=${item.id}&url=${item.url}&type=${item.type}`
url: `/pages/news/news?newsId=${item.id}&url=${item.url}&type=${item.type}&source='taihuzhiguang'`
})
},
getProData() {
@@ -213,7 +213,7 @@
method: "POST", // POST、GET、PUT、DELETE具体说明查看官方文档
data: {
"page": this.nObj.page,
"limit": 14
"limit":20
},
header: { //默认 无 说明:请求头
'Content-Type': 'application/json'