wip
This commit is contained in:
parent
e2499a9153
commit
2770fe5de2
|
|
@ -312,7 +312,7 @@
|
|||
url = `products/${this.link.value}/name`;
|
||||
break;
|
||||
case 'category':
|
||||
url = `categories/${this.link.value}/autocomplete`;
|
||||
url = `categories/${this.link.value}/name`;
|
||||
break;
|
||||
case 'manufacturer':
|
||||
url = '';
|
||||
|
|
|
|||
|
|
@ -137,6 +137,9 @@
|
|||
|
||||
$http.post('design/builder/preview', data, {hload: true}).then((res) => {
|
||||
// layer.msg(res.message)
|
||||
console.log(res)
|
||||
// $(previewWindow.document).find('.module-edit .edit').on('click', function(event) {
|
||||
// });
|
||||
})
|
||||
// console.log(module)
|
||||
},
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ Vue.component('module-editor-slideshow', {
|
|||
},
|
||||
|
||||
created: function () {
|
||||
console.log(this.module)
|
||||
// console.log(this.module)
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue