mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 14:36:44 +08:00
tiaoz
This commit is contained in:
@@ -32,7 +32,7 @@ service.interceptors.request.use(
|
||||
}
|
||||
|
||||
config.headers['token'] = window.localStorage.getItem('token')
|
||||
// config.headers['token'] = `507e5ff426364e95b22cd4c1e22f427f`
|
||||
// config.headers['token'] = ``
|
||||
return config
|
||||
},
|
||||
error => {
|
||||
|
||||
@@ -217,7 +217,6 @@ export default {
|
||||
delete i.extra2
|
||||
delete i.show
|
||||
})
|
||||
// console.log(item.impartType)
|
||||
financeImpartDTO = item
|
||||
return financeImpartDTO
|
||||
} else if (item.impartType == '1') {
|
||||
@@ -256,15 +255,7 @@ export default {
|
||||
}
|
||||
saveInformation(data).then(res => {
|
||||
if (res.result == '0') {
|
||||
// that.$jump({
|
||||
// flag: 'h5',
|
||||
// extra: {
|
||||
// url: location.origin + '/#/sale/accountInformation'
|
||||
// },
|
||||
// routerInfo: {
|
||||
// path: '/sale/accountInformation'
|
||||
// }
|
||||
// })
|
||||
|
||||
} else {
|
||||
this.$toast(res.resultMessage)
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<div id="pdf"></div>
|
||||
<div @click="click">111</div>
|
||||
<div @click="next">xiayibu</div>
|
||||
<div @click="token">tokentoken</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -16,6 +17,9 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
token(){
|
||||
localStorage.setItem('token','507e5ff426364e95b22cd4c1e22f427f')
|
||||
},
|
||||
click() {
|
||||
let that = this
|
||||
EWebBridge.webCallAppInJs('ca_sign', {
|
||||
|
||||
Reference in New Issue
Block a user