Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
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
pptist
Commits
49cb8a5e
Commit
49cb8a5e
authored
May 27, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op 版面调整
parent
435b0ca7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Index.vue
src/views/Market/Index.vue
+5
-3
No files found.
src/views/Market/Index.vue
View file @
49cb8a5e
...
...
@@ -137,7 +137,7 @@
@
click=
"onTypeChangeHandler(item.type,1)"
>
{{item.typeName}}
</div>
<el-dropdown
trigger=
"click"
>
<el-dropdown
trigger=
"click"
v-if=
"parmas&&!parmas.temptype"
>
<div
class=
"MarketButton active active2 cursor-pointer"
>
<span>
版面
</span>
<el-icon
class=
"el-icon--right reactive"
style=
"top: 2px;left: 5px;"
><arrow-down
/></el-icon>
...
...
@@ -296,6 +296,9 @@ const queryColor = ref({
Code
:
''
,
})
const
parmas
=
ref
({}
as
any
)
parmas
.
value
=
router
.
currentRoute
.
value
.
params
// 版型 横版 竖版
const
SwitchingVersion
=
(
row
:
Object
)
=>
{
queryObj
.
TempType
=
row
.
Id
...
...
@@ -377,8 +380,7 @@ const search = () => {
* 获取模板市场分页列表
*/
const
queryTemplateBySearchHandler
=
async
()
=>
{
const
parmas
=
router
.
currentRoute
.
value
.
params
if
(
parmas
.
temptype
)
queryObj
.
TempType
=
parseInt
(
parmas
.
temptype
.
toString
())
if
(
parmas
.
value
.
temptype
)
queryObj
.
TempType
=
parseInt
(
parmas
.
value
.
temptype
.
toString
())
loading
.
value
=
true
try
{
if
(
queryObj
.
pageIndex
==
1
)
dataList
.
value
=
[]
...
...
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