This commit is contained in:
liushiwei
2024-05-18 16:06:44 +08:00
parent 98fa8fc150
commit 2e1a84681d
18 changed files with 7445 additions and 7664 deletions

View File

@@ -274,7 +274,7 @@ import AiLazyCascader from "@/components/AiLazyCascader.vue"
methods: {
getList () {
this.$http.post('/api/product/myPage',null,{
this.$http.post('/api/product/myPage?type=0',null,{
params: {
...this.search
}
@@ -463,6 +463,7 @@ import AiLazyCascader from "@/components/AiLazyCascader.vue"
mallName: mallInfo[0].mallName,
productSpu: res.result.productId,
productName: res.result.productName,
type: 0,
content: content
}).then(res1 => {
if (res1.code == 0) {
@@ -495,6 +496,7 @@ import AiLazyCascader from "@/components/AiLazyCascader.vue"
mallName: mallInfo[0].mallName,
productSpu: spu,
productName: res.result.productName,
type: 0,
content: content
}).then(res1 => {
if (res1.code == 0) {