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
f1d44423
Commit
f1d44423
authored
Nov 24, 2023
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3c528e58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/Editor/Thumbnails/index.vue
+1
-1
Index.vue
src/views/Market/Index.vue
+1
-1
No files found.
src/views/Editor/Thumbnails/index.vue
View file @
f1d44423
...
...
@@ -130,7 +130,7 @@ queryObj.value = inject(injectKeyDataSource).queryObj
// 获取行程团数据
const
GetTripFiledData
=
async
(
status
)
=>
{
if
(
queryObj
.
value
.
TempId
&&!
status
)
return
if
(
queryObj
.
value
.
TempId
&&!
status
&&!
ConfigId
.
value
)
return
const
slidesData
=
slides
.
value
try
{
let
queryMsg
=
{
...
...
src/views/Market/Index.vue
View file @
f1d44423
...
...
@@ -64,7 +64,7 @@
</div>
</div>
</div>
<div
style=
"height: 750px;overflow: auto;"
:
loading=
"loading"
>
<div
style=
"height: 750px;overflow: auto;"
v-
loading=
"loading"
>
<div
v-if=
"dataList.length>0"
class=
"q-mt-lg row wrap bg-white rounded"
style=
"padding: 30px 10px 0 10px;"
>
<
template
v-for=
"(item,index) in dataList"
>
<div
class=
"MarketIndexListBox"
>
...
...
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