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