Browse Source

全员猎聘

Xiao_123 6 months ago
parent
commit
598d72356c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pay/index.vue

+ 1 - 1
src/components/pay/index.vue

@@ -214,7 +214,7 @@ const getUnpaidOrderList = async () => {
         await createTradeOrder({
           spuId: props.spuId,
           spuName: props.spuName,
-          price: props.cost / 100,
+          price: props.cost,
           type:  props.orderType, // 发布众聘职位订单
         })
         if (maxCount > 3) return // 避免死循环