Fix:5882 【商城小程序】【商户入驻-特产供应商/文玩供应商】填写特产供应商的基本信息资料,文玩供应商的基本信息会被自动同步填写成一模一样的(测试用户ID:5838 配)

This commit is contained in:
linxi
2026-08-26 09:37:02 +08:00
parent 59dec5c11c
commit 1687f417d7
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -904,7 +904,11 @@ export default {
},
initInfo() {
// 是否缺少参数区分文玩和特产?
getShopInfo().then((res) => {
// 2026-08-25 BUG 5882 确实需要区分参数
const params = {
subType: this.pageType
}
getShopInfo(params).then((res) => {
this.showUpload = true
const {data} = res
// console.log(res, 'initInfo--------');