删除多余的代码
This commit is contained in:
@@ -196,16 +196,10 @@ import { Message } from 'element-ui'
|
|||||||
this.getList()
|
this.getList()
|
||||||
if (this.$store.state.mallList.length > 0) {
|
if (this.$store.state.mallList.length > 0) {
|
||||||
this.productPage.mallId = this.$store.state.mallList[0].mallId
|
this.productPage.mallId = this.$store.state.mallList[0].mallId
|
||||||
|
|
||||||
this.getCateList('')
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
getCateList (id) {
|
|
||||||
// console.log(222)
|
|
||||||
},
|
|
||||||
|
|
||||||
getList () {
|
getList () {
|
||||||
this.$http.post('/api/product/myPage',null,{
|
this.$http.post('/api/product/myPage',null,{
|
||||||
params: {
|
params: {
|
||||||
|
|||||||
Reference in New Issue
Block a user