Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
5169da0d
Commit
5169da0d
authored
Jul 02, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用商店详情样式优化
parent
5695b1bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
12 deletions
+34
-12
src/components/service-tabs/service-tab-detail.vue
src/components/service-tabs/service-tab-detail.vue
+0
-1
src/pages/service_shop/yysdDetail.vue
src/pages/service_shop/yysdDetail.vue
+34
-11
No files found.
src/components/service-tabs/service-tab-detail.vue
View file @
5169da0d
...
...
@@ -8,7 +8,6 @@
<h3
class=
"detail-title"
v-text=
"item.name + ':'"
v-if=
"item.type != 'rich-text'"
></h3>
<service-steps
...
...
src/pages/service_shop/yysdDetail.vue
View file @
5169da0d
...
...
@@ -58,21 +58,44 @@ export default {
console
.
log
(
error
);
});
this
.
$http
.
get
(
`/apaas/hubApi/market/readme/
${
this
.
id
}
`
)
.
then
(({
data
})
=>
{
this
.
detailData
=
[
let
detailData
=
[
{
name
:
"
获取流程
"
,
type
:
"
step
"
,
value
:
[
"
应用申请
"
,
"
信息填写
"
,
"
审核确认
"
,
"
应用获取
"
],
},
];
Promise
.
all
([
this
.
$http
.
get
(
`/apaas/hubApi/market/app/detail/
${
this
.
id
}
`
),
this
.
$http
.
get
(
`/apaas/hubApi/market/values/
${
this
.
id
}
`
),
])
.
then
((
response
)
=>
{
let
data1
=
response
[
0
].
data
.
data
;
let
data2
=
response
[
1
].
data
.
data
;
detailData
.
push
(
{
name
:
"
富文本
"
,
type
:
"
rich-
text
"
,
value
:
data
.
data
,
name
:
"
应用简介
"
,
type
:
"
text
"
,
value
:
data
1
.
yyjj
,
},
];
{
name
:
"
功能简介
"
,
type
:
"
text
"
,
value
:
data1
.
gnjj
,
},
{
name
:
"
应用场景
"
,
type
:
"
text
"
,
value
:
data1
.
cjsl
,
},
{
name
:
"
应用参数
"
,
type
:
"
rich-text
"
,
value
:
data2
,
}
);
this
.
detailData
=
detailData
;
})
.
catch
(
function
(
error
)
{
console
.
log
(
error
);
...
...
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