|
@@ -130,7 +130,6 @@ var app = new Vue({
|
|
|
handleColumnData() {
|
|
|
this.currentPath = window.location.pathname;
|
|
|
this.columnList = JSON.parse(localStorage.getItem('storeColumnList')).data;
|
|
|
- this.requestParams.categoryid = this.columnList[0].id
|
|
|
console.log(JSON.parse(localStorage.getItem('storeColumnList')))
|
|
|
console.log(Date.now())
|
|
|
|
|
@@ -152,6 +151,7 @@ var app = new Vue({
|
|
|
if (_this.columnList[i].sname == '/index.html' && (window.location.pathname == '/'||window.location.pathname == '')) {
|
|
|
getSeoCommon()
|
|
|
|
|
|
+ this.requestParams.categoryid = this.columnList[0].id
|
|
|
_this.modelType = _this.columnList[0].modelType;
|
|
|
_this.columnImage = _this.columnList[0].imagePath;
|
|
|
setTimeout(() => {
|
|
@@ -271,7 +271,7 @@ var app = new Vue({
|
|
|
console.log(bb)
|
|
|
console.log(_this.articalArray[0])
|
|
|
_this.articalArrayRelated = bb.filter(obj => obj.title != _this.articalArray[0].title);
|
|
|
- // _this.articalArrayRelated = bb
|
|
|
+ _this.articalArrayRelated = bb
|
|
|
console.log(_this.articalArrayRelated)
|
|
|
}
|
|
|
// _this.loading = false;
|