|
@@ -13,7 +13,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <payPopup ref="payRef" :amount="FenYuanTransform(itemData?.admissionPrice || 0)" @paySuccess="paySuccess"></payPopup>
|
|
|
|
|
|
+ <payPopup ref="payRef" @paySuccess="paySuccess"></payPopup>
|
|
</layout-page>
|
|
</layout-page>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -27,7 +27,6 @@ import { getJobFairList, checkJobFairPermission } from '@/api/jobFair'
|
|
import { timesTampChange } from '@/utils/date'
|
|
import { timesTampChange } from '@/utils/date'
|
|
import { userStore } from '@/store/user'
|
|
import { userStore } from '@/store/user'
|
|
import payPopup from '@/components/payPopup'
|
|
import payPopup from '@/components/payPopup'
|
|
-import { FenYuanTransform } from '@/utils'
|
|
|
|
|
|
|
|
const useUserStore = userStore()
|
|
const useUserStore = userStore()
|
|
const items = ref([])
|
|
const items = ref([])
|