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