This commit is contained in:
ping 2025-09-22 15:35:46 +08:00
parent 7917ac2d3d
commit f289e32b31

View File

@ -12,7 +12,7 @@
<script> <script>
import { baiducloudAPI } from '@/api/BaiDuTokenapi' import { baiducloudAPI } from '@/api/BaiDuTokenapi'
import { reqBaiduJudgePrice } from '@/api/baidu' import { reqBaiduJudgePrice, reqConfirmBtn } from '@/api/baidu'
export default { export default {
name: 'baiduProductShow', name: 'baiduProductShow',
@ -75,7 +75,7 @@ export default {
// 3. ID () // 3. ID ()
// ID退 // ID退
const orderId = String(uuidListArray[0]); const orderId = uuidListArray;
// ID // ID
// const orderId = uuidListArray.join(','); // const orderId = uuidListArray.join(',');
@ -99,7 +99,7 @@ export default {
this.loading = true; this.loading = true;
// 7. 退API // 7. 退API
reqBaiduJudgePrice(payload) reqConfirmBtn(payload)
.then((res) => { .then((res) => {
console.log("调用 reqBaiduJudgePrice 接口返回:", res); console.log("调用 reqBaiduJudgePrice 接口返回:", res);
if (res.status) { // status true if (res.status) { // status true