| | |
| | | <!-- |
| | | * @Author: 小明丶 |
| | | * @Date: 2019-08-19 15:23:17 |
| | | * @LastEditors: 小明丶 |
| | | * @LastEditTime: 2020-07-06 10:49:57 |
| | | * @LastEditors: zxq |
| | | * @LastEditTime: 2022-11-10 09:51:40 |
| | | * @Description: |
| | | --> |
| | | <template> |
| | |
| | | * @Author: 小明丶 |
| | | * @Date: 2019-08-19 15:23:17 |
| | | * @LastEditors: zxq |
| | | * @LastEditTime: 2022-08-09 15:12:13 |
| | | * @LastEditTime: 2022-11-10 10:01:08 |
| | | * @Description: |
| | | */ |
| | | import Vue from "vue"; |
| | |
| | | // 全局前置守卫:页面跳转前拦截 |
| | | router.beforeEach((to, from, next) => { |
| | | if(to.meta.isLogin){ |
| | | |
| | | next() |
| | | }else{ |
| | | // 需要登录的页面 |
| | |
| | | <!-- |
| | | * @Author: your name |
| | | * @Date: 2021-10-28 17:26:45 |
| | | * @LastEditTime: 2022-10-11 17:44:10 |
| | | * @LastEditTime: 2022-10-11 17:56:19 |
| | | * @LastEditors: zxq |
| | | * @Description: In User Settings Edit |
| | | * @FilePath: \axx_ins_client\src\views\bankCard\index.vue |
| | |
| | | return val.length==11; |
| | | }, |
| | | onSubmit(values) { |
| | | console.log(this.isClickSend) |
| | | if(!this.isClickSend){ |
| | | this.$tool.toast('请先获取验证码'); |
| | | return false |
| | |
| | | * @Author: 小明丶 |
| | | * @Date: 2020-05-25 11:14:44 |
| | | * @LastEditors: zxq |
| | | * @LastEditTime: 2022-06-16 10:32:23 |
| | | * @LastEditTime: 2022-11-10 09:51:44 |
| | | * @Description: 合同签署页面 |
| | | --> |
| | | <template> |
| | |
| | | <span @click="goAgr(6)" v-if="cardInfo.contractList.indexOf(6) > -1">《委托担保合同》</span> |
| | | <span @click="goAgr(7)" v-if="cardInfo.contractList.indexOf(7) > -1">《融资担保服务申请书》</span> |
| | | <!-- <span @click="goAgr(4)">《重要信息告知书》</span> --> |
| | | <span @click="getBankContract" v-show="cardInfo.bankCode!='BCOM'&&cardInfo.bankCode!='CIB'&&cardInfo.bankCode">《{{bankContract}}》</span> |
| | | <span @click="getBankContract" v-show="isShowAge">《{{bankContract}}》</span> |
| | | </p> |
| | | </div> |
| | | </div> |
| | |
| | | Vue.use(Field); |
| | | Vue.use(Button); |
| | | export default { |
| | | computed:{ |
| | | isShowAge(){ |
| | | return this.bankContract;//没有协议以及当前未选中协议不展示协议 |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | index: 0,//合同当前查看页 |