Merge branch 'dev'
Showing
9 changed files
with
37 additions
and
24 deletions
-
Please register or sign in to post a comment
... | ... | @@ -297,6 +297,7 @@ |
this.previewImg.imgList = res.result ? res.result : []; | ||
}) | ||
this.previewImg.bsmSj = item?.bsmSj; | ||
this.$refs.imageRef.initialIndex = 0 | ||
}, | ||
/** | ||
* @description: 小图片点击 | ||
... | ... |
... | ... | @@ -166,7 +166,7 @@ |
type: 'success' | ||
}) | ||
if (!this.isJump) { | ||
this.jump(res.result, this.djywbm) | ||
this.jump(res.result) | ||
} else { | ||
store.dispatch('user/refreshPage', true); | ||
} | ||
... | ... |