diff --git a/pages/storage/order-info/index.wxml b/pages/storage/order-info/index.wxml index 70aa625..3727c32 100644 --- a/pages/storage/order-info/index.wxml +++ b/pages/storage/order-info/index.wxml @@ -69,13 +69,13 @@ 过磅信息 - + 第一次过磅(皮重) 重量(公斤):{{formate.minWeight(poundInfo.firstWeight, poundInfo.secondWeight)}} - + @@ -83,14 +83,13 @@ - - + 第二次过磅(毛重) 重量(公斤):{{formate.maxWeight(poundInfo.firstWeight, poundInfo.secondWeight)}} - + @@ -238,18 +237,19 @@ + 过磅信息 - + 第一次过磅(皮重) 重量(公斤):{{formate.minWeight(poundInfo.firstWeight, poundInfo.secondWeight)}} - + @@ -257,13 +257,13 @@ - + 第二次过磅(毛重) 重量(公斤):{{formate.maxWeight(poundInfo.firstWeight, poundInfo.secondWeight)}} - + diff --git a/pages/storage/order-settlement/index.wxml b/pages/storage/order-settlement/index.wxml index 163fafc..89988aa 100644 --- a/pages/storage/order-settlement/index.wxml +++ b/pages/storage/order-settlement/index.wxml @@ -101,7 +101,7 @@ 过磅信息 - + 第一次过磅(皮重) 重量(公斤):{{formate.minWeight(poundInfo.firstWeight, poundInfo.secondWeight)}} @@ -115,8 +115,7 @@ - - + 第二次过磅(毛重) 重量(公斤):{{formate.maxWeight(poundInfo.firstWeight, poundInfo.secondWeight)}}