shish 5 years ago
parent
commit
e1015da0bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghsApp/src/pagesArrears/details.vue

+ 1 - 1
ghsApp/src/pagesArrears/details.vue

@@ -13,7 +13,7 @@
 					</text>
 				</view>
 				<view class="price-item">
-					{{ totalAmount || "" }}
+					{{ customInfo.debtAmount || "0.00" }}
 				</view>
 			</view>
 		</view>