|
|
@@ -7,7 +7,7 @@
|
|
|
<image :src="pageInfo.avatar"></image>
|
|
|
<view class="shop_info">
|
|
|
<view class="shop_title">{{pageInfo.name}}</view>
|
|
|
- <view class="shop_intro"><text style="margin-right: 20upx;">已采购:{{pageInfo.expendAmount}}</text> <text>欠款:{{pageInfo.debtAmount}}</text></view>
|
|
|
+ <view class="shop_intro"><text style="margin-right: 20upx;">已采购:{{pageInfo.expendAmount || '0.00'}}</text> <text>欠款:{{pageInfo.debtAmount || '0.00'}}</text></view>
|
|
|
</view>
|
|
|
<i class="iconfont icondianhua1" v-if="pageInfo.mobile !=''" @tap="toPhone(pageInfo.mobile)"></i>
|
|
|
</view>
|