diff --git a/apis/commonApi.js b/apis/commonApi.js index d90fb5c..f0403b3 100644 --- a/apis/commonApi.js +++ b/apis/commonApi.js @@ -73,7 +73,7 @@ export function getBaseInfo(data = {}, refresh = false) { if (res.enterpriseList && res.enterpriseList.length > 0 && res.enterpriseList[0].enterpriseType == enterpriseType.SUPPLIER) { uni.showToast({ title: '您是供应商角色,请登陆纸掌柜app进行操作', - icon: ' error' + icon: 'error' }) resolve(null) } else { diff --git a/pages/device-production-info/index.vue b/pages/device-production-info/index.vue index b1de430..42f94df 100644 --- a/pages/device-production-info/index.vue +++ b/pages/device-production-info/index.vue @@ -16,9 +16,9 @@ - 品牌:{{ info.brand }} + 品牌:{{ info.trademark }} 供应商:{{ info.supplier }} - 出厂年月:{{ info.outFactoryDate | formatDate }} + 出厂年月:{{ info.producedAt | formatDate }} 平均产能:{{ info.avgCapacity }}件/小时 电压/功率:{{ info.voltage }}V/10KW