瀏覽代碼

职位价格,传递单位:分

lifanagju_citu 1 月之前
父節點
當前提交
c8e37e563b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      components/positionItem/index.vue

+ 1 - 2
components/positionItem/index.vue

@@ -121,11 +121,10 @@ const getSubmitParams = async() => {
   }
   }
   
   
   if (jobId.value) submitParams.id = jobId.value  // 有id则为编辑
   if (jobId.value) submitParams.id = jobId.value  // 有id则为编辑
-  debugger
   saveEmit()
   saveEmit()
 }
 }
 // 
 // 
-const price = 1 // 39900
+const price = 39900 // 39900 职位价格,传递单位:分
 const isStudent = ref(false)
 const isStudent = ref(false)
 let _jobId = ''
 let _jobId = ''
 const saveEmit = async (retry) => {
 const saveEmit = async (retry) => {