zhaoxiaoqiang
2022-11-10 afd7bc9b1512074c5e09927852ae91b6a609827c
合同显示
4 files modified
19 ■■■■■ changed files
src/App.vue 4 ●●●● patch | view | raw | blame | history
src/router/index.js 3 ●●●● patch | view | raw | blame | history
src/views/bankCard/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/order-handling/contract-signing.vue 9 ●●●● patch | view | raw | blame | history
src/App.vue
@@ -1,8 +1,8 @@
<!--
 * @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>
src/router/index.js
@@ -2,7 +2,7 @@
 * @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";
@@ -25,7 +25,6 @@
// 全局前置守卫:页面跳转前拦截
router.beforeEach((to, from, next) => {
    if(to.meta.isLogin){
        next()
    }else{
        // 需要登录的页面
src/views/bankCard/index.vue
@@ -1,7 +1,7 @@
<!--
 * @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
@@ -118,7 +118,6 @@
      return val.length==11;
    },
    onSubmit(values) {
        console.log(this.isClickSend)
        if(!this.isClickSend){
              this.$tool.toast('请先获取验证码');
              return false
src/views/order-handling/contract-signing.vue
@@ -2,7 +2,7 @@
 * @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>
@@ -57,7 +57,7 @@
          <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>
@@ -93,6 +93,11 @@
Vue.use(Field);
Vue.use(Button);
export default {
  computed:{
    isShowAge(){
      return this.bankContract;//没有协议以及当前未选中协议不展示协议
    }
  },
  data() {
    return {
      index: 0,//合同当前查看页