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
a78b5f8b
Commit
a78b5f8b
authored
Feb 24, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
aaf17831
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
7 deletions
+31
-7
index.js
api/article/index.js
+1
-1
index.js
api/user/index.js
+1
-1
List.vue
pages/components/article/List.vue
+5
-1
activity.vue
pages/tab/activity.vue
+2
-1
updateBasicInformation.vue
pagesme/me/updateBasicInformation.vue
+19
-0
info.vue
pagesme/message/info.vue
+3
-3
No files found.
api/article/index.js
View file @
a78b5f8b
...
...
@@ -13,7 +13,7 @@ export function articleList(query) {
// 动态列表
export
function
userArticleList
(
query
)
{
return
request
({
url
:
'/app/op
en/op
mArticle/queryUserArticleByPagination'
,
url
:
'/app/opmArticle/queryUserArticleByPagination'
,
data
:
query
,
method
:
'GET'
,
})
...
...
api/user/index.js
View file @
a78b5f8b
...
...
@@ -18,7 +18,7 @@ export function userList(data){
export
function
likeList
(
data
){
return
request
({
method
:
"get"
,
url
:
'/app/
open/
memInfo/likeList'
,
url
:
'/app/memInfo/likeList'
,
data
});
}
...
...
pages/components/article/List.vue
View file @
a78b5f8b
...
...
@@ -135,7 +135,11 @@
},
//查询话题列表
getTopicList
(){
topicList
().
then
(
res
=>
{
const
form
=
{
flag
:
'1'
,
examStatus
:
'1'
}
topicList
(
form
).
then
(
res
=>
{
//获取res.data.data里的topicName赋值给this.topicList,并且
this
.
topicList
=
res
.
data
.
data
.
map
(
item
=>
{
return
{
...
...
pages/tab/activity.vue
View file @
a78b5f8b
...
...
@@ -90,7 +90,8 @@ export default {
getBannerList
()
{
const
query
=
{
page
:
this
.
queryParam
.
page
,
rows
:
this
.
queryParam
.
rows
rows
:
this
.
queryParam
.
rows
,
flag
:
'1'
}
bannerList
(
query
).
then
(
res
=>
{
let
imgList
=
[]
...
...
pagesme/me/updateBasicInformation.vue
View file @
a78b5f8b
...
...
@@ -41,6 +41,17 @@
placeholder=
"请输入昵称"
></u--input>
</u-form-item>
<u-form-item
label=
"微信号"
prop=
"memWxCode"
borderBottom
>
<u--input
v-model=
"userInfo.memWxCode"
border=
"none"
placeholder=
"请输入微信号"
></u--input>
</u-form-item>
<u-form-item
label=
"性别"
prop=
"memSexText"
...
...
@@ -434,6 +445,14 @@ export default {
trigger
:
[
'blur'
]
}
],
memWxCode
:
[
{
type
:
'string'
,
required
:
true
,
message
:
'请输入微信号'
,
trigger
:
[
'blur'
]
}
],
memBirthday
:
[
{
type
:
'string'
,
...
...
pagesme/message/info.vue
View file @
a78b5f8b
...
...
@@ -74,10 +74,10 @@
<view
class=
"popup-content"
style=
"border-bottom: 1px solid #e5e5e5;"
>
<text
style=
"color: black;font-size: 18px"
>
对方已同意你的请求
</text>
</view>
<view
style=
"margin-top: 20px;margin-left:
40px;margin-right:80px ;display: flex;justify-content: space-between
"
>
<text
style=
"color: black;font-size: 18px;margin-bottom: 40px"
>
对方微信号:
</text>
<view
style=
"margin-top: 20px;margin-left:
20px;display: flex;justify-content: left
"
>
<text
style=
"color: black;font-size: 18px;margin-bottom: 40px"
>
对方微信号
(长按复制)
:
</text>
<view
style=
"margin-top: 5px "
>
<u-tooltip
color=
"black"
size=
"16"
text=
"22222222222222222
"
overlay
bgColor=
"#e3e4e6"
></u-tooltip>
<u-tooltip
color=
"black"
size=
"16"
:text=
"wxTask.memWxCode
"
overlay
bgColor=
"#e3e4e6"
></u-tooltip>
</view>
</view>
</u-popup>
...
...
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