Merge branch 'feature/GFRS-597【电投页面优化】' into dev

This commit is contained in:
yuweiqi
2020-03-13 14:51:59 +08:00
4 changed files with 4 additions and 1 deletions

View File

@@ -370,9 +370,9 @@ export default {
}
}
}
saveInformation(data).then(res => {
if (res.result == '0') {
localStorage.salePageFlag = '8' //当前后台接口及前端代码不完善,仅调试观察现象使用,调试完成后删除
window.localStorage.setItem('accountInformationRadio', that.radio)
that.$jump({

View File

@@ -959,6 +959,7 @@ export default {
window.localStorage.removeItem('bankCardUrlPath')
window.localStorage.removeItem('bankCardUrlInsured')
window.localStorage.removeItem('bankCardUrlInsuredPath')
localStorage.salePageFlag = '8' //当前后台接口及前端代码不完善,仅调试观察现象使用,调试完成后删除
that.$jump({
flag: 'h5',
extra: {

View File

@@ -165,6 +165,7 @@ export default {
// console.log(res)
if (res.result == 0) {
localStorage.removeItem('applicant')
localStorage.salePageFlag = '8' //当前后台接口及前端代码不完善,仅调试观察现象使用,调试完成后删除
//页面跳转
this.$jump({
flag: 'h5',

View File

@@ -501,6 +501,7 @@ export default {
saveInformation(data).then(res => {
if (res.result == '0') {
localStorage.removeItem('changeCard')
localStorage.salePageFlag = '8' //当前后台接口及前端代码不完善,仅调试观察现象使用,调试完成后删除
that.$jump({
flag: 'h5',
extra: {