mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 09:55:53 +08:00
店铺入驻bug修改,订单详情添加修改金额展示
This commit is contained in:
@@ -77,12 +77,13 @@ export default {
|
||||
this.dataReview = false;
|
||||
let data = res.result;
|
||||
let first = [
|
||||
'storeAddressIdPath',
|
||||
'storeAddressPath',
|
||||
'storeAddressDetail',
|
||||
'companyAddressPath',
|
||||
'companyAddress',
|
||||
'companyAddressIdPath',
|
||||
'companyEmail',
|
||||
'companyName',
|
||||
'employeeNum',
|
||||
'companyPhone',
|
||||
'legalId',
|
||||
'legalName',
|
||||
'licencePhoto',
|
||||
@@ -104,7 +105,10 @@ export default {
|
||||
'storeCenter',
|
||||
'storeDesc',
|
||||
'storeLogo',
|
||||
'storeName'
|
||||
'storeName',
|
||||
'storeAddressIdPath',
|
||||
'storeAddressPath',
|
||||
'storeAddressDetail'
|
||||
];
|
||||
|
||||
this.storeDisable = data.storeDisable;
|
||||
|
||||
Reference in New Issue
Block a user