小程序端广告

This commit is contained in:
2024-07-23 01:59:50 +08:00
parent 3b6191cd6e
commit be0676239e
19 changed files with 2089 additions and 7 deletions

View File

@@ -682,6 +682,8 @@
};
const chooseGoodsCategory = (item,value) => {
console.log(item);
console.log(value);
form.categoryId = value[1].value;
form.categoryParent = value[0].label;
form.categoryChildren = value[1].label;