调整
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user