Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
million
Commits
6b0c29f5
Commit
6b0c29f5
authored
Jan 22, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
1a65fbc4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1144 additions
and
1226 deletions
+1144
-1226
indexNav.vue
src/components/home/indexNav.vue
+1
-7
city-category.vue
src/components/navs/city-category.vue
+606
-656
hor-big-one.vue
src/components/navs/hor-big-one.vue
+523
-537
kkday.vue
src/components/searchProductdata/kkday.vue
+0
-3
search-top.vue
src/components/search_sf/search-top.vue
+0
-1
search_sf2.vue
src/components/search_sf/search_sf2.vue
+0
-1
kkday.vue
src/components/searchdata/kkday.vue
+1
-9
HomeLayout.vue
src/layouts/HomeLayout.vue
+13
-10
SearchProduct.vue
src/pages/SearchProduct.vue
+0
-1
setUsersList.vue
src/pages/usercenter/setUsersList.vue
+0
-1
No files found.
src/components/home/indexNav.vue
View file @
6b0c29f5
...
...
@@ -384,8 +384,6 @@ export default {
},
playVideo
(
formName
){
let
i
=
this
.
slide
-
1
// console.log(this.FileUrlList[i],'----')
// return
if
(
this
.
FileUrlList
[
i
].
FileType
==
2
){
let
video
=
this
.
$refs
[
formName
]
if
(
video
){
...
...
@@ -393,10 +391,8 @@ export default {
if
(
this
.
FileUrlList
[
i
].
currentTime
){
video
.
currentTime
=
this
.
FileUrlList
[
i
].
currentTime
}
// console.log('继续播放')
video
.
play
()
}
else
{
// console.log('暂停')
video
.
pause
()
}
}
...
...
@@ -406,7 +402,6 @@ export default {
let
URL
=
''
if
(
this
.
LinkUrl
)
{
URL
=
`
${
this
.
LinkUrl
.
indexOf
(
'/#/searchProduct'
)
!=-
1
?
this
.
LinkUrl
:
this
.
LinkUrl
+
'?'
}${
this
.
searchKey
?
'&qsearchKey='
+
this
.
searchKey
:
''
}${
this
.
searchDate
?
'&qsearchDate='
+
this
.
searchDate
:
''
}${
this
.
searchEndDate
?
'&qsearchEndDate='
+
this
.
searchEndDate
:
''
}${
this
.
type1
&&
this
.
type2
?
'&categoryId='
+
this
.
type2
:
this
.
type1
&&!
this
.
type2
?
'&categoryId='
+
this
.
type1
:
''
}
`
// console.log(URL,'----')
this
.
OpenNewUrl
(
URL
)
}
else
{
...
...
@@ -414,11 +409,10 @@ export default {
}
},
getType2
(
e
){
// console.log(this.type2,'----type2222222')
},
getType1
(
e
){
this
.
optionsList
=
[]
// console.log(this.type1,'----type111111')
let
list
=
this
.
CategoryList
.
filter
(
x
=>
{
if
(
x
.
Id
==
e
){
this
.
lineUrl
=
x
.
LinkUrl
...
...
src/components/navs/city-category.vue
View file @
6b0c29f5
This diff is collapsed.
Click to expand it.
src/components/navs/hor-big-one.vue
View file @
6b0c29f5
This diff is collapsed.
Click to expand it.
src/components/searchProductdata/kkday.vue
View file @
6b0c29f5
...
...
@@ -682,7 +682,6 @@ export default {
if (this.msg.SeriesIds && this.msg.SeriesIds.length > 0) {
SeriesIdList = this.msg.SeriesIds.split("
,
");
}
console.log("
SeriesIdList
=====
",SeriesIdList);
this.apipost(
"
b2c_get_GetB2CQueryCondition
",
this.msg,
...
...
@@ -807,12 +806,10 @@ export default {
this.msg,
(res) => {
this.$q.loading.hide();
console.log("
b2c_get_GetB2C2024TravelProductPage
", res);
if (res.data.resultCode == 1) {
this.PageCount = res.data.data.pageCount;
this.TotalCount = res.data.data.count;
var tempArray = res.data.data.pageData.list;
if (tempArray && tempArray.length > 0) {
this.DataList = tempArray;
this.renderSearchInfo(res.data.data.pageData.condition);
...
...
src/components/search_sf/search-top.vue
View file @
6b0c29f5
...
...
@@ -333,7 +333,6 @@ export default {
this
.
initAreaList
()
var
jObj
=
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'baseifo'
));
const
hotList
=
this
.
getHotList
(
jObj
.
AreaList
)
console
.
log
(
'hotList mounted'
,
jObj
,
hotList
)
this
.
hotList
=
hotList
this
.
getHistory
()
var
newStartDate
=
new
Date
();
...
...
src/components/search_sf/search_sf2.vue
View file @
6b0c29f5
...
...
@@ -474,7 +474,6 @@ export default {
mounted
()
{
var
jObj
=
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'baseifo'
));
const
hotList
=
this
.
getHotList
(
jObj
.
AreaList
)
console
.
log
(
'hotList mounted'
,
jObj
,
hotList
)
this
.
hotList
=
hotList
this
.
getHistory
()
var
newStartDate
=
new
Date
();
...
...
src/components/searchdata/kkday.vue
View file @
6b0c29f5
...
...
@@ -495,7 +495,6 @@ export default {
}
,
created() {
this.msg = this.qMsg;
// this.msg.teamType = [];
this.initAreaList();
this.initGoods();
this.msg.priceRange = {
...
...
@@ -591,14 +590,7 @@ export default {
if (x.SubList) {
}
}
,
// changeGoodTypeHandler(x) {
// if (x.checked && this.msg.teamType.indexOf(x.Id) == -1) {
// this.msg.teamType.push(x.Id);
//
}
else if (!x.checked && this.msg.teamType.indexOf(x.Id) != -1) {
// let i = this.msg.teamType.findIndex(item => item == x.Id);
// this.msg.teamType.splice(i, 1);
//
}
//
}
,
chosenSortHandler(x) {
this.msg.orderBy = x.value;
this.msg.pageIndex = 1
...
...
src/layouts/HomeLayout.vue
View file @
6b0c29f5
...
...
@@ -28,12 +28,14 @@
</
style
>
<
template
>
<q-layout
view=
"hHh lpr fFf"
>
<hor-big-one
v-if=
"isSearch&&windowWidth>=768"
:base-data=
"baseinfo"
:dataList=
"dataList"
ref=
"webhead"
></hor-big-one>
<hor-big-one
v-if=
"isSearch&&windowWidth>=768"
:base-data=
"baseinfo"
:dataList=
"dataList"
ref=
"webhead"
>
</hor-big-one>
<!--
<hor-big-two
v-if=
"headType==2"
:base-data=
"baseinfo"
ref=
"webhead"
></hor-big-two>
-->
<q-page-container>
<div
class=
"flex justify-between"
v-if=
"showUserInfo"
:style=
"$q.platform.is.desktop ? 'width: 1200px; margin: 0 auto' : ''"
>
<navs
v-if=
"$q.platform.is.desktop"
></navs>
<router-view
/>
<div
class=
"flex justify-between"
v-if=
"showUserInfo"
:style=
"$q.platform.is.desktop ? 'width: 1200px; margin: 0 auto' : ''"
>
<navs
v-if=
"$q.platform.is.desktop"
></navs>
<router-view
/>
</div>
<router-view
v-else
/>
</q-page-container>
...
...
@@ -54,7 +56,7 @@
import
horBtm
from
"../components/navs/hor-btm"
;
import
newHorBtm
from
"../components/navs/newHor-btm"
;
import
subscriber
from
"../components/navs/subscriber"
;
import
Navs
from
'src/pages/usercenter/components/navs.vue'
;
import
Navs
from
'src/pages/usercenter/components/navs.vue'
;
export
default
{
components
:
{
horBigOne
,
...
...
@@ -90,9 +92,9 @@ import Navs from 'src/pages/usercenter/components/navs.vue';
};
},
watch
:
{
'$route'
:
function
()
{
'$route'
:
function
()
{
this
.
showUserInfo
=
Boolean
(
this
.
$route
.
meta
.
isUserCenter
)
this
.
isSearch
=
this
.
$router
.
history
.
current
.
path
!=
"/"
&&
this
.
$router
.
history
.
current
.
path
!=
"/index"
this
.
isSearch
=
this
.
$router
.
history
.
current
.
path
!=
"/"
&&
this
.
$router
.
history
.
current
.
path
!=
"/index"
}
},
destroyed
()
{
...
...
@@ -108,7 +110,7 @@ import Navs from 'src/pages/usercenter/components/navs.vue';
})
},
mounted
()
{
this
.
isSearch
=
this
.
$router
.
history
.
current
.
path
!=
"/"
&&
this
.
$router
.
history
.
current
.
path
!=
"/index"
this
.
isSearch
=
this
.
$router
.
history
.
current
.
path
!=
"/"
&&
this
.
$router
.
history
.
current
.
path
!=
"/index"
window
.
addEventListener
(
'scroll'
,
this
.
getScrollHeight
,
false
);
//判断是不是同一天
if
(
localStorage
.
ToDay
)
{
...
...
@@ -133,6 +135,7 @@ import Navs from 'src/pages/usercenter/components/navs.vue';
//获取网站基础配置
if
(
localStorage
.
baseifo
)
{
var
jObj
=
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'baseifo'
));
console
.
log
(
"layout"
,
jObj
);
this
.
baseinfo
.
logo
=
jObj
.
Config
.
Logo
;
this
.
baseinfo
.
name
=
jObj
.
Config
.
Name
;
this
.
baseinfo
.
nav
.
navs
=
jObj
.
HeaderList
;
...
...
@@ -173,7 +176,7 @@ import Navs from 'src/pages/usercenter/components/navs.vue';
var
msg
=
{
GroupId
:
0
,
B2BDomain
:
locationName
,
IsGetConfigSite
:
1
,
IsGetConfigSite
:
1
,
};
this
.
apipost
(
"admin_get_GetGroupDomain"
,
msg
,
...
...
@@ -189,7 +192,7 @@ import Navs from 'src/pages/usercenter/components/navs.vue';
},
//获取网站配置数据
getConfigData
()
{
let
locationName
=
this
.
GetDomain
();
let
locationName
=
this
.
GetDomain
();
this
.
apipost
(
"ws_get_GetWebSiteConfig"
,
{
RB_Group_Id
:
this
.
RB_Group_Id
,
...
...
src/pages/SearchProduct.vue
View file @
6b0c29f5
...
...
@@ -1263,7 +1263,6 @@
var
seriesIds
=
this
.
getUrlKey
(
"SeriesIds"
,
window
.
location
.
href
);
var
lineIds
=
this
.
getUrlKey
(
"LineIds"
,
window
.
location
.
href
);
var
TeamType
=
this
.
getUrlKey
(
"TeamType"
,
window
.
location
.
href
);
console
.
log
(
"TeamType"
,
TeamType
);
if
(
qsearchKey
)
{
this
.
qMsg
.
searchKey
=
qsearchKey
;
}
...
...
src/pages/usercenter/setUsersList.vue
View file @
6b0c29f5
...
...
@@ -312,7 +312,6 @@ export default {
},
methods
:
{
pageChange
(
value
)
{
console
.
log
(
"pageChange"
,
value
);
this
.
current
=
value
;
this
.
getUsersList
();
},
...
...
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