浏览代码

bugfix:修复bug

leo 1 年之前
父节点
当前提交
63304f1786
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 2 2
      pages/claimCloudPhone/components/bargainingAssistance.vue
  2. 0 1
      pages/claimCloudPhone/index.vue

+ 2 - 2
pages/claimCloudPhone/components/bargainingAssistance.vue

@@ -379,7 +379,7 @@ export default {
       bargainingVisible: false, // 首次砍价弹窗
       bargainingTipsBool: false, // 是否切换成砍价金额的页面
       exitVisible: false, // 退出弹窗
-      successfulBargainingVisible: false, // 砍价成功弹窗
+      successfulBargainingVisible: true, // 砍价成功弹窗
       expireVisible: false, // 免单时间过期弹窗
       loginVisible: false, // 被邀请人登录框
       agreementBool: false, // 是否勾选协议
@@ -681,7 +681,7 @@ export default {
             ) {
               window.native.webBackStatus && window.native.webBackStatus(false);
             }
-            this.$router.replace('/claimCloudPhone?exit=1&boo=1');
+            this.$router.replace('/claimCloudPhone?exit=1&bool=1');
           }
         })
         .catch((error) => {

+ 0 - 1
pages/claimCloudPhone/index.vue

@@ -73,7 +73,6 @@ export default {
       }
       this.$axios
         .$get('activity/v5/assist/bargaining/current/bargainingStatus', {
-          headers: this.headers,
           params,
         })
         .then((res) => {