|
@@ -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) => {
|