Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
2c188469
Commit
2c188469
authored
Mar 01, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
68e2827a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
3 deletions
+23
-3
pages.json
pages.json
+2
-0
news.vue
pages/kotra/news.vue
+2
-1
zixunDetail.vue
pages/kotra/zixunDetail.vue
+13
-1
zixunList.vue
pages/kotra/zixunList.vue
+6
-1
No files found.
pages.json
View file @
2c188469
...
@@ -593,6 +593,8 @@
...
@@ -593,6 +593,8 @@
"path"
:
"activityList"
//我的活动
"path"
:
"activityList"
//我的活动
},{
},{
"path"
:
"zixunDetail"
//咨询详情
"path"
:
"zixunDetail"
//咨询详情
},{
"path"
:
"typeList"
//类型
}]
}
}]
}
],
],
"globalStyle"
:
{
"globalStyle"
:
{
...
...
pages/kotra/news.vue
View file @
2c188469
...
@@ -92,7 +92,8 @@
...
@@ -92,7 +92,8 @@
msg
:{
msg
:{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
10
,
pageSize
:
10
,
Title
:
''
Title
:
''
,
Type
:
1
},
},
pageCount
:
1
,
pageCount
:
1
,
dataList
:[],
dataList
:[],
...
...
pages/kotra/zixunDetail.vue
View file @
2c188469
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
.zixunDetail
.zixunQuestion
{
.zixunDetail
.zixunQuestion
{
min-height
:
150px
;
min-height
:
150px
;
background-color
:
#F7F7F7
;
background-color
:
#F7F7F7
;
padding
:
1
5
px
;
padding
:
1
0
px
;
color
:
#111111
;
color
:
#111111
;
line-height
:
22px
;
line-height
:
22px
;
border-radius
:
3px
;
border-radius
:
3px
;
...
@@ -61,6 +61,18 @@
...
@@ -61,6 +61,18 @@
<view
class=
"zixunQuestion"
>
<view
class=
"zixunQuestion"
>
{{
dataList
.
FatQuestion
}}
{{
dataList
.
FatQuestion
}}
</view>
</view>
<template
v-if=
"dataList.AskStatus==1"
>
<view
class=
"ziDetailList"
>
<view
class=
"ziproDeleft"
>
回复状态
</view>
<view
class=
"ziproDeRight"
>
{{
dataList
.
AskStatusStr
}}
</view>
</view>
<view
class=
"ziDetailList"
style=
"border-bottom:0;"
>
<view
class=
"ziproDeleft"
>
回复内容
</view>
</view>
<view
class=
"zixunQuestion"
>
{{
dataList
.
FatContent
}}
</view>
</
template
>
</view>
</view>
</template>
</template>
...
...
pages/kotra/zixunList.vue
View file @
2c188469
...
@@ -48,6 +48,10 @@
...
@@ -48,6 +48,10 @@
white-space
:
nowrap
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
}
}
.zixunStatus
{
font-size
:
13px
;
color
:
#111111
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<view
class=
"activityList"
style=
"height:100vh;"
>
<view
class=
"activityList"
style=
"height:100vh;"
>
...
@@ -57,7 +61,8 @@
...
@@ -57,7 +61,8 @@
<view
class=
"activeList"
v-for=
"(item,index) in dataList"
:key=
"index"
@
click=
"goZixunDetail(item)"
>
<view
class=
"activeList"
v-for=
"(item,index) in dataList"
:key=
"index"
@
click=
"goZixunDetail(item)"
>
<view
class=
"activeTop"
>
<view
class=
"activeTop"
>
<view
class=
"zixunLeftTitle"
>
{{
item
.
FatQuestion
}}
</view>
<view
class=
"zixunLeftTitle"
>
{{
item
.
FatQuestion
}}
</view>
<view>
<view
style=
"display: flex;align-items: center;"
>
<text
class=
"zixunStatus"
>
{{
item
.
AskStatusStr
}}
</text>
<image
style=
"width:20px;height:20px;"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/arrow_right.png"
<image
style=
"width:20px;height:20px;"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/arrow_right.png"
mode=
""
></image>
mode=
""
></image>
</view>
</view>
...
...
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