Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
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
Administrator
jd-vx-app
Commits
1cc7fe5c
Commit
1cc7fe5c
authored
Apr 25, 2022
by
fwz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用帮助css里
数字和rpx不要有空格
parent
66e79b00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
help.vue
pagesD/pages/personal/help.vue
+4
-4
No files found.
pagesD/pages/personal/help.vue
View file @
1cc7fe5c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<u-cell-group>
<u-cell-group>
<u-cell
title=
"设置消息订阅"
:isLink=
"true"
@
click=
"openMsg()"
></u-cell>
<u-cell
title=
"设置消息订阅"
:isLink=
"true"
@
click=
"openMsg()"
></u-cell>
</u-cell-group>
</u-cell-group>
<image
v-if=
"image"
:src=
"image"
/>
<image
v-if=
"image"
:src=
"image"
/>
<image
v-else
src=
"@/static/my/help.png"
/>
<image
v-else
src=
"@/static/my/help.png"
/>
</div>
</div>
</view>
</view>
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
this
.
http
.
httpTokenRequest
(
opts
,
{}).
then
(
res
=>
{
this
.
http
.
httpTokenRequest
(
opts
,
{}).
then
(
res
=>
{
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
data
.
imgPath
!=
''
)
{
if
(
res
.
data
.
data
.
imgPath
!=
''
)
{
this
.
image
=
this
.
http
.
baseUrl
+
res
.
data
.
data
.
imgPath
this
.
image
=
res
.
data
.
data
.
imgPath
}
}
}
}
})
})
...
@@ -148,8 +148,8 @@ export default {
...
@@ -148,8 +148,8 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.hlep
{
.hlep
{
padding
:
0
rpx
0
;
padding
:
0rpx
0
;
height
:
1092
rpx
;
height
:
1092rpx
;
image
{
image
{
height
:
100%
;
height
:
100%
;
...
...
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