Commit 2e3e7026 by caoyanzhi

update: 修复营销记录展示bug

parent fafb2a00
......@@ -372,7 +372,7 @@
item.key === "storedValue"
? memberInfo[item.key] || storedValue
: item.key == "numOfMarket"
? marketingRecordNum
? marketingRecordNum || 0
: memberInfo[item.key] || 0
}}
<!-- {{
......
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