From 1272a4ce615ed691767f4d7bf982e6c2f984dbc9 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Mon, 27 Jun 2022 18:32:40 +0800 Subject: [PATCH] no message --- apis/commonApi.js | 2 +- pages/device-production-info/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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