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
49c9ac59
Commit
49c9ac59
authored
May 24, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化样式
parent
d548f14c
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
33 deletions
+12
-33
temDesign.vue
src/components/home/temDesign.vue
+6
-27
Index.vue
src/views/Market/Index.vue
+2
-2
Index.vue
src/views/TemplateCenter/Index.vue
+1
-1
colour.vue
src/views/TemplateCenter/colour.vue
+1
-1
Review.vue
src/views/components/Order/Review.vue
+2
-2
No files found.
src/components/home/temDesign.vue
View file @
49c9ac59
...
...
@@ -141,34 +141,13 @@ const datas = reactive({
],
currentImg
:
0
,
// 当前查看img
})
let
TemplateType
=
0
if
(
router
.
currentRoute
.
value
.
path
==
'/market'
)
model
.
value
=
1
const
setTemplateType
=
ref
(
1
)
if
(
router
.
currentRoute
.
value
.
path
.
includes
(
'create'
))
{
model
.
value
=
2
if
(
router
.
currentRoute
.
value
.
fullPath
.
indexOf
(
'/ad'
)
!=-
1
)
TemplateType
=
2
else
if
(
router
.
currentRoute
.
value
.
fullPath
.
indexOf
(
'/trip'
)
!=-
1
)
TemplateType
=
1
}
else
if
(
router
.
currentRoute
.
value
.
path
.
includes
(
'op'
))
{
model
.
value
=
0
if
(
router
.
currentRoute
.
value
.
fullPath
.
indexOf
(
'/ad'
)
!=-
1
)
setTemplateType
.
value
=
2
else
if
(
router
.
currentRoute
.
value
.
fullPath
.
indexOf
(
'/trip'
)
!=-
1
)
setTemplateType
.
value
=
1
}
marketStore
.
setModel
(
model
.
value
)
const
queryObj
=
reactive
({
pageIndex
:
1
,
pageSize
:
20
,
LineId
:
0
,
//线路Id
Title
:
''
,
//模板名称
CountryName
:
''
,
//国家名称
SeasonName
:
''
,
//季节名称
ColorName
:
''
,
//颜色名称
CountryNames
:
[],
//国家名称
SeasonNames
:
[],
//季节名称
ColorNames
:
[],
//颜色名称
pageCount
:
0
,
//总页数
TempType
:
0
,
TemplateType
:
TemplateType
,
//0 不限 1模版 2广告
type
:
0
,
sort
:
0
,
//排序方式
})
const
setTemplateType
=
ref
(
1
)
//类型
for
(
let
i
=
0
;
i
<
3
;
i
++
){
let
text
=
'所有模版'
...
...
src/views/Market/Index.vue
View file @
49c9ac59
...
...
@@ -233,8 +233,8 @@ const {
}
=
storeToRefs
(
useUserStore
())
const
router
=
useRouter
();
const
lines
=
ref
([]
as
Array
<
any
>
)
//线路
const
countriesOther
=
ref
([
'日本'
,
'韩国'
,
'老挝'
,
'法国'
,
'意大利'
]
as
Array
<
any
>
)
//国家
const
countries
=
ref
([
'日本'
,
'韩国'
,
'老挝'
,
'法国'
,
'意大利'
]
as
Array
<
any
>
)
//国家
const
countriesOther
=
ref
([]
as
Array
<
any
>
)
//国家
const
countries
=
ref
([]
as
Array
<
any
>
)
//国家
const
colorArrOther
=
ref
([]
as
Array
<
any
>
);
//颜色
const
colorArr
=
ref
([]
as
Array
<
any
>
);
//颜色
const
seasonArr
=
ref
([]
as
Array
<
any
>
);
//季节
...
...
src/views/TemplateCenter/Index.vue
View file @
49c9ac59
...
...
@@ -683,7 +683,7 @@ onMounted(()=>{
})
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
scoped
>
@font-face
{
font-family
:
"aliMarketfont"
;
font-weight
:
400
;
...
...
src/views/TemplateCenter/colour.vue
View file @
49c9ac59
...
...
@@ -74,7 +74,7 @@
:close-on-click-modal=
"false"
style=
"width: 373px;"
class=
"small-padding"
@
close=
"close"
>
<
template
#
header
>
<div
class=
"text-title text-center fz16 PingFangSC"
>
{{
datas
.
params
.
ID
?
'编辑'
:
'新增'
}}
颜色
</div>
<div
class=
"text-title text-center fz16 PingFangSC"
>
{{
datas
.
params
.
ID
?
'编辑'
:
'新增'
}}
颜色
{{
datas
.
type
==
2
?
'分类'
:
''
}}
</div>
</
template
>
<div
class=
"addTemplateBox q-mb-lg fz14"
>
<div
v-if=
"datas.type==1"
class=
"addTemplateInput q-mt-xs q-mb-lg row items-center"
>
...
...
src/views/components/Order/Review.vue
View file @
49c9ac59
...
...
@@ -5,7 +5,7 @@
<IconClose
size=
"0.83vw"
></IconClose>
</div>
<div
class=
"tabs-version-box row"
>
<div
class=
"item col"
:class=
"
{'active':activeVersion==1}" @click="changeVersionHandler(1)" v-if="showPerson">个人版
</div>
<div
class=
"item col
magrig
"
:class=
"
{'active':activeVersion==1}" @click="changeVersionHandler(1)" v-if="showPerson">个人版
</div>
<div
class=
"item col"
:class=
"
{'active':activeVersion==2}" @click="changeVersionHandler(2)" v-if="showEnterprise">企业版
</div>
</div>
<div
class=
"pre-order row"
>
...
...
@@ -301,7 +301,7 @@ getProduct()
left
:
0
;
right
:
0
;
}
.pre-order-box
.tabs-version-box
.item
:first-child
{
.pre-order-box
.tabs-version-box
.item
.magrig
{
margin-right
:
1.04vw
;
}
.pre-order-box
.tabs-version-box
.item
{
...
...
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