Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-app
Commits
41104e77
Commit
41104e77
authored
Dec 30, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了页面,增加了假数据
parent
735870a9
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
173 additions
and
140 deletions
+173
-140
article.vue
pages/tab/article.vue
+1
-1
index.vue
pages/tab/index.vue
+3
-1
List.vue
pagesArticle/components/List.vue
+1
-1
userInfo.vue
pageslike/like/userInfo.vue
+64
-45
updateInformation.vue
pagesme/me/updateInformation.vue
+104
-92
No files found.
pages/tab/article.vue
View file @
41104e77
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
// this.getList(true)
// this.getList(true)
},
},
goPage
(
path
)
{
goPage
(
path
)
{
if
(
uni
.
getStorageSync
(
'
i
nfo'
)
!=
''
)
{
if
(
uni
.
getStorageSync
(
'
userI
nfo'
)
!=
''
)
{
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
path
url
:
path
})
})
...
...
pages/tab/index.vue
View file @
41104e77
...
@@ -172,7 +172,9 @@
...
@@ -172,7 +172,9 @@
}
}
bannerList
(
query
).
then
(
res
=>
{
bannerList
(
query
).
then
(
res
=>
{
//将res.data.rows集合里的bannerPicture取出来,放到集合中
//将res.data.rows集合里的bannerPicture取出来,放到集合中
this
.
bannerList
=
res
.
data
.
data
.
map
(
item
=>
item
.
bannerPicture
)
// console.log('res.data.data:',res.data.data)
this
.
bannerList
=
res
.
data
.
data
.
map
(
item
=>
item
.
path
)
console
.
log
(
'this.bannerList:'
,
this
.
bannerList
)
}).
catch
(
e
=>
{
}).
catch
(
e
=>
{
console
.
log
(
e
)
console
.
log
(
e
)
})
})
...
...
pagesArticle/components/List.vue
View file @
41104e77
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
this
.
dataList
=
[
this
.
dataList
=
[
{
{
createTime
:
'2024-12-28 15:02:01'
,
createTime
:
'2024-12-28 15:02:01'
,
headPortrait
:
'
11111
'
,
//头像
headPortrait
:
'
http://192.168.1.80/upload/CmsBanner/20241230/18E63B570FF04DB3A8EFE277D58256C4.jpg
'
,
//头像
nickName
:
'不爱吃辣的小王'
,
//nickName
nickName
:
'不爱吃辣的小王'
,
//nickName
gender
:
'MALE'
,
//性别
gender
:
'MALE'
,
//性别
information
:
'02·重庆市·硕士·互联网'
,
//个人信息
information
:
'02·重庆市·硕士·互联网'
,
//个人信息
...
...
pageslike/like/userInfo.vue
View file @
41104e77
This diff is collapsed.
Click to expand it.
pagesme/me/updateInformation.vue
View file @
41104e77
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment