Commit 678f89f3 authored by 李智书's avatar 李智书

Merge branch 'develop' of https://git.xiaopay.net/lizhishu/xzf_uniapp-wechat-web into develop

parents dcf53c15 b1722e22
......@@ -2588,7 +2588,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
if (item != 'calculateType') {
if (e[item] > 0) {
tmpColorList.push('#FA2B00');
} else if (e[item] > 0) {
} else if (e[item] < 0) {
tmpColorList.push('#00A367');
} else {
tmpColorList.push('');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment