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
b8e5c3de
Commit
b8e5c3de
authored
Mar 05, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
0d98c893
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
20 deletions
+25
-20
my.vue
pages/tab/my.vue
+4
-0
articleDetail.vue
pagesArticle/articleDetail.vue
+2
-0
publishArticle.vue
pagesArticle/publishArticle.vue
+19
-20
No files found.
pages/tab/my.vue
View file @
b8e5c3de
...
...
@@ -253,6 +253,7 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
numtwo
:
0
,
tipMsg
:
""
,
openId
:
''
,
share
:
false
,
};
},
onShow
(){
...
...
@@ -284,6 +285,9 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
})
}
this
.
articleImg
=
[]
if
(
options
.
share
!=
null
)
{
this
.
share
=
options
.
share
;
}
},
methods
:
{
/**
...
...
pagesArticle/articleDetail.vue
View file @
b8e5c3de
...
...
@@ -157,8 +157,10 @@ export default{
//设置上级评论id 加这个逻辑是为了保证永远只有两层结构
if
(
value
.
parentId
==
null
){
//点击的第一层评论
console
.
log
(
'1`11111111'
)
this
.
parentId
=
value
.
businessId
}
else
{
console
.
log
(
'222222222222'
)
//点击的第二层评论
this
.
parentId
=
value
.
parentId
}
...
...
pagesArticle/publishArticle.vue
View file @
b8e5c3de
<
template
>
<view
:class=
"['bigBox']"
>
<view
class=
"box"
>
<textarea
style=
"width: 100%;height: 260rpx;"
v-model=
"content"
:maxlength=
"-1"
:auto-height=
"false"
:showConfirmBar=
"false"
:adjust-position=
"false"
@
focus=
"focusFn"
:focus=
"focus"
@
blur=
"blurFn"
border=
"none"
placeholder=
"分享生活、表达思考、提出困惑..."
></textarea>
<view
class=
"upload"
>
<u-upload
:fileList=
"fileList"
accept=
"image"
uploadIcon=
"plus"
:capture=
"['album', 'camera']"
@
afterRead=
"afterRead"
@
delete=
"deletePic"
width=
"200rpx"
height=
"200rpx"
multiple
:maxCount=
"9"
:previewFullImage=
"true"
></u-upload>
</view>
<view
class=
"bot"
:style=
"
{'bottom':heightFn}">
<view
class=
"btn"
>
<view
class=
"l"
>
</view>
<view
class=
"r"
@
click=
"submit"
>
发布
</view>
</view>
</view>
</view>
<view
class=
"box"
>
<textarea
style=
"width: 100%;height: 260rpx;"
v-model=
"content"
:maxlength=
"250"
:auto-height=
"false"
:showConfirmBar=
"false"
:adjust-position=
"false"
@
focus=
"focusFn"
:focus=
"focus"
@
blur=
"blurFn"
border=
"none"
placeholder=
"分享生活、表达思考、提出困惑..."
></textarea>
<view
class=
"upload"
>
<u-upload
:fileList=
"fileList"
accept=
"image"
uploadIcon=
"plus"
:capture=
"['album', 'camera']"
@
afterRead=
"afterRead"
@
delete=
"deletePic"
width=
"200rpx"
height=
"200rpx"
multiple
:maxCount=
"4"
:previewFullImage=
"true"
></u-upload>
</view>
<view
class=
"bot"
:style=
"
{'bottom':heightFn}">
<view
class=
"btn"
>
<view
class=
"l"
>
</view>
<view
class=
"r"
@
click=
"submit"
>
发布
</view>
</view>
</view>
</view>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elmPay"
:msg=
"tipMsg"
:isConfirm=
"isPayConfirm"
@
confirm=
"payConfirm"
></ELM>
...
...
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