Commit 08acd4dd authored by 郝聪敏's avatar 郝聪敏

fix: 解决添加家人按钮无响应问题

parent 603b40fa
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<span class="user-family-info-item-name">{{ item.nameMask }}</span> <span class="user-family-info-item-name">{{ item.nameMask }}</span>
<div class="user-family-info-item-divider" v-show="index === activeIndex"></div> <div class="user-family-info-item-divider" v-show="index === activeIndex"></div>
</div> </div>
<div <div
class="user-family-info-item" class="user-family-info-item"
:class="{ 'user-family-info-item_fixed': isFixed }" :class="{ 'user-family-info-item_fixed': isFixed }"
@click="go('/user/family')" @click="go('/user/family')"
...@@ -119,6 +119,8 @@ export default { ...@@ -119,6 +119,8 @@ export default {
localStorage.remove(params.itype + "DetailFormData"); localStorage.remove(params.itype + "DetailFormData");
} else if (path === "/policy/detail" && params.orderNo) { } else if (path === "/policy/detail" && params.orderNo) {
pathObj = `${path}/${params.orderNo}`; pathObj = `${path}/${params.orderNo}`;
} else {
pathObj = path;
} }
if (pathObj) { if (pathObj) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment