Commit ac739525 by crushh

'update:其他订单'

parent f9fbb7e7
......@@ -110,6 +110,7 @@ export default {
numOfEcommerce: 0,
collectionCount: 0,
purchaseCount: 0,
otherMallNum: 0,
subscribeCount: 0,
numOfChat: 0,
numOfTel: 0,
......
......@@ -214,6 +214,10 @@
<p class="font14">微盟订单</p>
<p>{{ memberInfo.weimobMallNum | fomatNumber }}</p>
</div>
<div class="recodlist-item itemhover pointer" @click="linkRoute('/wmDetail')">
<p class="font14">其他订单</p>
<p>{{ memberInfo.otherMallNum | fomatNumber }}</p>
</div>
</div>
</div>
<div class="wechat-recorditem ml15 bordercustom">
......
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