diff --git a/pages/apply/applypage3.vue b/pages/apply/applypage3.vue
index 642fcb43ff1ee9a0a8db1502d81ff164195f8fad..09856657caa47afe4987a58d43279ee254e09b11 100755
--- a/pages/apply/applypage3.vue
+++ b/pages/apply/applypage3.vue
@@ -151,7 +151,7 @@
 						this.submitFlag = true;
 						if(res.data.code === 0) {
 							uni.navigateTo({
-								url: `/pages/theRights/theRights?status=0`
+								url: `/pages/theRights/theRights`
 							});
 						} else {
 							uni.hideToast();
diff --git a/pages/financial/financialstage.vue b/pages/financial/financialstage.vue
index 516a2b8f42a16acb8c42591e1a61b05bc13fc9d3..160bfc1a69dac01c638fb68f04a2ccb4d7e06243 100755
--- a/pages/financial/financialstage.vue
+++ b/pages/financial/financialstage.vue
@@ -216,7 +216,7 @@
 					dataType: 'json',
 					success: (res) => {
 						if(res.data.code === 0) {
-							this.$jump(`${php}app=equipment_staging`);
+							this.$jump(`${php}app=equipment_staging&opt=check`);
 						}
 					}
 				});
diff --git a/pages/installment/installmentinfo.vue b/pages/installment/installmentinfo.vue
index dec84a9c63dcd16f0747416ed5cf5420f80d643b..440f44497b1cd36d6ec95bf4f10c21bae5896a01 100755
--- a/pages/installment/installmentinfo.vue
+++ b/pages/installment/installmentinfo.vue
@@ -275,12 +275,11 @@
 					property_id: this.e_info.property_id
 				}
 				if(this.sales) {
-					
+					uni.setStorage({
+						key: 'sales',
+						data: this.sales
+					});
 				}
-				uni.setStorage({
-					key: 'sales',
-					data: this.sales
-				});
 				uni.setStorage({
 					key: 'advance_payment',
 					data: this.e_info.advance_payment
diff --git a/pages/ious_refuse/ious_refuse.vue b/pages/ious_refuse/ious_refuse.vue
index 144e94fa42421f24cffb1e17de60fb8721fa0256..f244becb9a1da92bb5e36dae2a07ae2629ec9fbc 100644
--- a/pages/ious_refuse/ious_refuse.vue
+++ b/pages/ious_refuse/ious_refuse.vue
@@ -2,8 +2,9 @@
   <view class="main">
     <view class="bg"></view>
     <view class="refuse_title">寰堥仐鎲撅紝鎮ㄧ殑璁よ瘉鏈€氳繃</view>
-    <view class="reason">鎮ㄧ殑閲囪喘鍒嗘湡婵€娲荤敵璇凤紝鐢变簬 {{reason}} 绛夊師鍥犺祫璐ㄥ鏍告湭閫氳繃</view>
-    <view class="btn" @click="reupload">閲嶆柊濉啓淇℃伅</view>
+    <view class="reason">鎮ㄧ殑璋涘疂鐧芥潯婵€娲荤敵璇凤紝鐢变簬 {{reason}} 绛夊師鍥犺祫璐ㄥ鏍告湭閫氳繃</view>
+    <view class="btn" v-if="repeat_flg !== 0" @click="reupload">閲嶆柊濉啓淇℃伅</view>
+    <view class="return_home" @click="return_home">杩斿洖鍟嗗煄棣栭〉</view>
     <view class="refuse_tips">
       <text class="icon"></text>
       <text>纭繚鎵€濉韩浠戒俊鎭湡瀹炴湁鏁堬紝骞冲彴浼氫繚鎶ゆ偍鐨勪俊鎭�</text>
@@ -15,17 +16,24 @@
   export default {
     data() {
       return {
-        reason: ''
+        reason: '',
+        repeat_flg: -1
       }
     },
-    onLoad() {
+    onLoad(options) {
       this.reason = uni.getStorageSync('reason') || '';
+      this.repeat_flg = options.repeat_flg - 0;
     },
     methods: {
       reupload() {
         uni.navigateTo({
            url: '/pages/apply/applypage1'
         });
+      },
+      return_home() {
+        uni.navigateTo({
+           url: '/pages/home/home'
+        });
       }
     }
   }
@@ -67,6 +75,14 @@
       font-size: 28rpx;
       margin: 80rpx auto 24rpx;
     }
+    .return_home {
+      color: #867015;
+      font-size: 28rpx;
+      height: 40rpx;
+      line-height: 40rpx;
+      text-align: center;
+      margin-bottom: 24rpx;
+    }
     .refuse_tips {
       font-size: 24rpx;
       color: #979797;
diff --git a/pages/signcontract/signcontract.vue b/pages/signcontract/signcontract.vue
index 94e6699315255fa428411c5eed7feb556bf32f44..84c3946a386214a3cc7b050e078ecec49181b5d2 100755
--- a/pages/signcontract/signcontract.vue
+++ b/pages/signcontract/signcontract.vue
@@ -138,7 +138,7 @@
 				}
 				if(!this.is_agree){
 					uni.showToast({
-					    title: '璇烽槄璇诲苟鍚屾剰閲囪喘鍒嗘湡鍚堝悓',
+					    title: '璇烽槄璇诲苟鍚屾剰璋涘疂鐧芥潯鍚堝悓',
 					    duration: 2000,
 							icon: 'none'
 					});
diff --git a/pages/theRights/theRights.vue b/pages/theRights/theRights.vue
index 5ed78756a5ddfc77078d3d99726218d04c3be784..d6db5b877adbb973fa940cfea29b6856cf639422 100644
--- a/pages/theRights/theRights.vue
+++ b/pages/theRights/theRights.vue
@@ -3,20 +3,21 @@
     <view class="bg_card"></view>
     <view class="absolute">
       <view class="benefit_box">
-        <view class="lines_card" v-if="Number(status) === -1">
+        <view class="lines_card" v-if="Number(is_auth) === 0">
           <view class="lines_title">鏈€楂樺彲鐢宠棰濆害锛�</view>
           <view class="flex">
             <view class="left_title">楼200.00涓�</view>
             <!-- <view class="apply_btn"><text class="text">鐢宠寮€閫�</text></view> -->
           </view>
         </view>
-		<view class="lines_card" v-if="Number(status) === 0">
+		<view class="lines_card" v-if="Number(status) === 0 && Number(is_auth) !== 0">
 			<view class="waiting">瀹℃牳涓紝璇锋偍鑰愬績绛夊緟</view>
 			<view class="eosfont clock">&#xe601;</view>
 		</view>
 		<view class="lines_card" v-if="Number(status) === 2">
 			<view class="refuse_title">寰堥仐鎲�, 鎮ㄧ殑鐢宠澶辫触</view>
-      <view class="refuse_tips">鎮ㄥ彲浠ユ煡鐪嬪け璐ュ師鍥犲悗閲嶆柊鐢宠寮€閫�</view>
+      <view class="refuse_tips" v-if="repeat_flg == 1">鎮ㄥ彲浠ユ煡鐪嬪け璐ュ師鍥犲悗閲嶆柊鐢宠寮€閫�</view>
+      <view v-else style="height:10rpx"></view>
       <view class="refuse_btn_box">
         <view class="reason_btn" @click="check_reason">鏌ョ湅澶辫触鍘熷洜<text class="eosfont">&#xedb4;</text></view>
         <view class="reapply_btn" v-if="repeat_flg == 1" @click="reupload">閲嶆柊鐢宠</view>
@@ -155,7 +156,7 @@
       go_open() {
         if(!this.checked) {
           uni.showToast({
-            title: '璇烽槄璇汇€婅皼瀹濈櫧鏉″紑閫氬崗璁€�',
+            title: '璇烽槄璇诲苟鍚屾剰銆婅皼瀹濈櫧鏉″紑閫氬崗璁€�',
             icon: 'none',
             duration: 2000
           });
@@ -166,12 +167,13 @@
         });
       },
       check_reason() {
+        const that = this;
         uni.setStorage({
           key: 'reason',
           data: this.refuse_reason,
           success: function () {
             uni.navigateTo({
-              url: `/pages/ious_refuse/ious_refuse`
+              url: `/pages/ious_refuse/ious_refuse?repeat_flg=${that.repeat_flg}`
             });
           }
         });
diff --git a/store/store.js b/store/store.js
index 906fc04547e6f22006e066e6a0ae916038f1c068..6ffb1bc8c62a686da390b48deb90ac5ac0870645 100755
--- a/store/store.js
+++ b/store/store.js
@@ -4,7 +4,7 @@ Vue.use(Vuex)
 const store = new Vuex.Store({
     state: {
 		webviewUrl: '',
-		installment: {} //閲囪喘鍒嗘湡瀛樺偍鐨勬暟鎹�
+		installment: {} //璋涘疂鐧芥潯瀛樺偍鐨勬暟鎹�
 	},
     mutations: {
 		changeWebviewUrl(state, url) {