diff --git a/pages/certification/certification.vue b/pages/certification/certification.vue
index 76a54a7d9b583e84c61df1e2551cb2829fad2130..6d232eb50948929208307a3f4158038a6d644ff5 100755
--- a/pages/certification/certification.vue
+++ b/pages/certification/certification.vue
@@ -199,8 +199,12 @@
 								this.monthlySign();
 								return
 							}
+							// uni.navigateTo({
+							// 	url: '/pages/apply/choosetype'
+							// });
+							const d = uni.getStorageSync('installment');
 							uni.navigateTo({
-								url: '/pages/apply/choosetype'
+								url: `/pages/apply/applypage1?property_id=${d.property_id}&equipment_id=${d.equipment_id}`
 							});
 						} else {
 							uni.hideToast();
diff --git a/pages/checkstand/checkstand.vue b/pages/checkstand/checkstand.vue
index 48afaf40308037b08b9fe640f2b97b2d859c604d..e3a74ca25af54f80e4ee12e02b582537984e6d4c 100755
--- a/pages/checkstand/checkstand.vue
+++ b/pages/checkstand/checkstand.vue
@@ -96,7 +96,7 @@
 				const install = uni.getStorageSync('installment');
 				const { equipment_id, property_id} = install;
 				uni.request({
-					url: `/uni/api/repayment/PayDetails?contract_no=${this.contract_no}`,
+					url: `/uni/api/repayment/PayDetails?contract_no=${this.contract_no || install.contract_no}`,
 					method: 'GET',
 					dataType: 'json',
 					success: (res) => {
diff --git a/pages/installment/installmentinfo.vue b/pages/installment/installmentinfo.vue
index 8d78943e333c9c9b1279e3dd0e05676c0932e1ef..bfacb0f7168563be6d0c792438e7b01fbc2fcfea 100755
--- a/pages/installment/installmentinfo.vue
+++ b/pages/installment/installmentinfo.vue
@@ -152,7 +152,7 @@
 							<text>楼 {{e_info.remaining_payment}}</text>
 						</view>
 					</view>
-					<view class="profile">鍒╂伅姣忔湡(鍏�)锛毬{(Number(e_info.equipment_price)-Number(e_info.advance_payment))*Number(e_info.count)}}</view>
+					<view class="profile">鍒╂伅姣忔湡(鍏�)锛毬{((Number(e_info.equipment_price)-Number(e_info.advance_payment))*Number(e_info.count)).toFixed(2)}}</view>
 				</view>
 				<view class="poupp_tips">閲戣瀺鍒嗘湡闇€瑕佷笂浼犻噾铻嶈祫璐�, 鍖呭惈娉曚汉淇℃伅/浼佷笟鎵х収/閾惰娴佹按绛夆€�</view>
 				<view class="poupp_btn" @click="buy_now()">绔嬪嵆鍒嗘湡</view>