소스 검색

改为一秒后跳转

lifanagju_citu 11 달 전
부모
커밋
5b0fa0a96b
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 2
      src/components/pay/index.vue
  2. 0 2
      src/views/recruit/enterprise/positionManagement/components/item.vue

+ 0 - 2
src/components/pay/index.vue

@@ -219,8 +219,6 @@ const payStatus = async () => {
       setTimeout(() => {
         const query = { hire: true }
         router.push({ path: '/recruit/enterprise/position', query }) // 返回到众聘页面
-      }, 500);
-      setTimeout(() => {
         Snackbar.success('付款成功')
       }, 1000);
     }

+ 0 - 2
src/views/recruit/enterprise/positionManagement/components/item.vue

@@ -110,8 +110,6 @@ const cost = ref(0)
 const spuId = ref('')
 const spuName = ref('')
 const toPay = (val) => {
-  console.log('1', val)
-  //
   spuId.value = val.id || ''
   spuName.value = val.name || ''
   cost.value = (val.hirePrice - 0) || 0