Merge branch 'feature/GFRS【0507】增加银保渠道明细' into dev

This commit is contained in:
jlw
2020-05-09 15:30:53 +08:00
2 changed files with 11 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ export default {
this.title = '健康险'
} else if (localStorage.title == '银代') {
if(localStorage.name){
this.title=localStorage.name
this.title= '银代-险种名称'
}else{
this.title = '银保'
}
@@ -117,6 +117,9 @@ export default {
case '机构名称':
text = '机构名称'
break
case '银代-险种名称':
text = '险种名称'
break
}
return text
}

View File

@@ -68,6 +68,13 @@
size="large"
>查看明细</van-button>
<div class="flex justify-content-s bottom-btn bg-white" v-show="this.active == '4'">
<van-button
class="bottom0 left0"
type="danger"
size="large"
v-no-more-click="1000"
@click="goDetail('3')"
>险种明细</van-button>
<van-button
class="bottom0 left0"
type="danger"
@@ -75,13 +82,6 @@
v-no-more-click="1000"
size="large"
>银行明细</van-button>
<van-button
class="bottom0 left0"
type="danger"
size="large"
v-no-more-click="1000"
@click="goDetail('3')"
>机构明细</van-button>
</div>
</div>
</template>