mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 15:32:52 +08:00
zz
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div id="pdf"></div>
|
||||
<div @click="click">111</div>
|
||||
<div @click="next">xiayibu</div>
|
||||
<div @click="token">tokentoken</div>
|
||||
<div @click="tokens">tokentoken</div>
|
||||
|
||||
<div @click="reload">强刷</div>
|
||||
</div>
|
||||
@@ -25,8 +25,9 @@ export default {
|
||||
this.$router.back(-1)
|
||||
}, 200);
|
||||
},
|
||||
token(){
|
||||
localStorage.setItem('token',this.$$router.query.token)
|
||||
tokens(){
|
||||
window.localStorage.setItem('token',this.$route.query.token)
|
||||
// localStorage.setItem('token',this.$router.query.token)
|
||||
this.$router.back(-1)
|
||||
},
|
||||
click() {
|
||||
|
||||
@@ -108,10 +108,10 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
// 获取保单列表
|
||||
getPolicyList() {
|
||||
getpolicyListAgent() {
|
||||
let that = this
|
||||
let data = {}
|
||||
getPolicyList(data).then(res => {
|
||||
getpolicyListAgent(data).then(res => {
|
||||
// console.log(res)
|
||||
if (res.result == '0') {
|
||||
res.policyListDTOList.map(item => {
|
||||
|
||||
Reference in New Issue
Block a user