mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 16:46:43 +08:00
空签问题修改
This commit is contained in:
@@ -380,6 +380,7 @@ export default {
|
|||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
// console.log(res)
|
// console.log(res)
|
||||||
window.localStorage.setItem('detailJump', '')
|
window.localStorage.setItem('detailJump', '')
|
||||||
|
|
||||||
// let url = config.imgDomain + `/app/returnStream?imgPath=${res.signDTO.policyUrl}`
|
// let url = config.imgDomain + `/app/returnStream?imgPath=${res.signDTO.policyUrl}`
|
||||||
// axios.get(url).then(res => {
|
// axios.get(url).then(res => {
|
||||||
// console.log(res)
|
// console.log(res)
|
||||||
|
|||||||
@@ -387,6 +387,8 @@ export default {
|
|||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
window.localStorage.setItem('detailJump', '')
|
window.localStorage.setItem('detailJump', '')
|
||||||
|
window.sessionStorage.onewxSigned = false
|
||||||
|
window.sessionStorage.oneimgBase64Data = ''
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
@@ -438,6 +440,8 @@ export default {
|
|||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
window.localStorage.setItem('detailJump', '')
|
window.localStorage.setItem('detailJump', '')
|
||||||
|
window.sessionStorage.onewxSigned = false
|
||||||
|
window.sessionStorage.oneimgBase64Data = ''
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
|
|||||||
Reference in New Issue
Block a user