|
|
|
@ -882,6 +882,7 @@ export default {
|
|
|
|
resData.recordList.map((item, index) => {
|
|
|
|
resData.recordList.map((item, index) => {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
...item,
|
|
|
|
...item,
|
|
|
|
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
|
|
|
|
liuNum: item.liuNum,
|
|
|
|
liuNum: item.liuNum,
|
|
|
|
baoNum: uni.getStorageSync("lin-bao") ? uni.getStorageSync("lin-bao") / 10 : Math.ceil(item.liuNum / 10),
|
|
|
|
baoNum: uni.getStorageSync("lin-bao") ? uni.getStorageSync("lin-bao") / 10 : Math.ceil(item.liuNum / 10),
|
|
|
|
collected: item.collected ? true : false,
|
|
|
|
collected: item.collected ? true : false,
|
|
|
|
|