shish 5 лет назад
Родитель
Сommit
766d1bde9e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -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>