Commit 2c59cc26 authored by qipeng's avatar qipeng

三方同步不显示

parent 1d181316
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<template v-else-if="item.orderType==10&&item.subOrderType!=4">{{item.orderNum}}</template> <template v-else-if="item.orderType==10&&item.subOrderType!=4">{{item.orderNum}}</template>
<template v-else>{{item.orderNum}}</template> <template v-else>{{item.orderNum}}</template>
</view> </view>
<view class="allPice"> <view class="allPice" v-if="item.subOrderType!=8">
<text>¥</text>{{item.totalMoney}} <text>¥</text>{{item.totalMoney}}
</view> </view>
</view> </view>
......
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