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