pricing blocktitle translated
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
console.log('MainContent getHomeHtml');
|
||||
MA.get('materio_home/ajax/gethome')
|
||||
.then(({data}) => {
|
||||
console.log('MainContent getHomeHtml data', data)
|
||||
// console.log('MainContent getHomeHtml data', data)
|
||||
this.full_home_template_loaded = true
|
||||
this.home_template_src = data.rendered // record the html src into data
|
||||
})
|
||||
|
@@ -60,7 +60,7 @@ export default {
|
||||
getItemIndex ({ dispatch, commit, state }, nid) {
|
||||
console.log('getItemIndex nid', nid)
|
||||
return state.items.findIndex((e) => {
|
||||
console.log('findIndex', e.nid, nid)
|
||||
// console.log('findIndex', e.nid, nid)
|
||||
return e.nid === nid
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user