shish 5 lat temu
rodzic
commit
e1015da0bc
1 zmienionych plików z 1 dodań i 1 usunięć
  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>