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
968436aa
Commit
968436aa
authored
Nov 27, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0ef603de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
kkday.vue
src/components/searchdata/kkday.vue
+3
-1
No files found.
src/components/searchdata/kkday.vue
View file @
968436aa
...
@@ -513,7 +513,6 @@ export default {
...
@@ -513,7 +513,6 @@ export default {
this.goSearchHandler();
this.goSearchHandler();
}
,
}
,
mounted() {
mounted() {
console.log('kkday', this.msg)
this.areaTicked = this.msg.areaId ? [this.msg.areaId] : (this.msg.areaIds ? this.msg.areaIds : []);
this.areaTicked = this.msg.areaId ? [this.msg.areaId] : (this.msg.areaIds ? this.msg.areaIds : []);
this.msg.placeIds = this.getChoseAddressCity().join("
,
");
this.msg.placeIds = this.getChoseAddressCity().join("
,
");
var CategoryName = this.getUrlKey("
CategoryName
", window.location.href);
var CategoryName = this.getUrlKey("
CategoryName
", window.location.href);
...
@@ -676,6 +675,9 @@ export default {
...
@@ -676,6 +675,9 @@ export default {
let arr = [];
let arr = [];
let jObj = JSON.parse(window.localStorage.getItem("
baseifo
"));
let jObj = JSON.parse(window.localStorage.getItem("
baseifo
"));
jObj.CategoryList.forEach((x) => {
jObj.CategoryList.forEach((x) => {
if(x.Id==1){
return;
}
x.checked = false;
x.checked = false;
x.explsed = false;
x.explsed = false;
x.isShow = true;
x.isShow = true;
...
...
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