mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 11:22:52 +08:00
Merge branch 'feature/GFRS-597【电投页面优化】' into dev
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -165,6 +165,7 @@ export default {
|
||||
// console.log(res)
|
||||
if (res.result == 0) {
|
||||
localStorage.removeItem('applicant')
|
||||
localStorage.salePageFlag = '8' //当前后台接口及前端代码不完善,仅调试观察现象使用,调试完成后删除
|
||||
//页面跳转
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user