mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 15:06:45 +08:00
[FIX]【自助入司优化】页面跳转调试
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<li class="flex" v-for="(sign, index) in guaranteeSignList" :key="index">
|
||||
<div class="w240 blue">{{ sign.name }}</div>
|
||||
<van-icon v-if="sign.signState === '1'" color="green" name="checked" />
|
||||
<van-button v-if="sign.signState === '1'" @click="changeSign(sign, '0')" v-no-more-click="1000" plain type="danger" round size="small" class="ml5"
|
||||
<van-button v-if="sign.signState === '1'" @click="changeSign(sign, '1')" v-no-more-click="1000" plain type="danger" round size="small" class="ml5"
|
||||
>重新签名</van-button
|
||||
>
|
||||
</li>
|
||||
@@ -215,10 +215,10 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: `${location.origin}/#/agentEenter/${v.path}?code=${code}`
|
||||
url: `${location.origin}/#/agentEenter/${v.path}?code=${code}&isChange=0`
|
||||
},
|
||||
routerInfo: {
|
||||
path: `/agentEenter/${v.path}?code=${code}`
|
||||
path: `/agentEenter/${v.path}?code=${code}&isChange=0`
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user