删除多余的代码

This commit is contained in:
yanran200730
2023-08-13 21:21:53 +08:00
parent c2757cf12d
commit 05e1b73763

View File

@@ -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: {