修改部分文字,注释未使用的scanPay方法接口

This commit is contained in:
2026-03-13 13:26:13 +08:00
parent 4b1e8066f0
commit ffe9fa58f2
3 changed files with 11 additions and 11 deletions

View File

@@ -19,15 +19,15 @@ export function getOrderPayUrl(data, urlType = 'order') {
* 扫码支付 * 扫码支付
* @returns * @returns
*/ */
export function scanPay(data, urlType = 'order') { // export function scanPay(data, urlType = 'order') {
return request({ // return request({
url: `${urlType}/pay/scanPay`, // url: `${urlType}/pay/scanPay`,
method: "POST", // method: "POST",
data: { // data: {
...data // ...data
} // }
}) // })
} // }
/** /**
* 现金支付 * 现金支付

View File

@@ -120,7 +120,7 @@ const pageData = reactive({
bgcolor: "#31ACFE", bgcolor: "#31ACFE",
}, },
{ {
payType: "主扫收款", payType: "扫码收款金额",
key: "backScanPayAmount", key: "backScanPayAmount",
payAmount: 0, payAmount: 0,
bgcolor: "#FF5C6D", bgcolor: "#FF5C6D",

View File

@@ -282,7 +282,7 @@
} from "@/http/yskApi/market/discountActivity.js"; } from "@/http/yskApi/market/discountActivity.js";
import { import {
scanPay, // scanPay,
microPay, microPay,
cashPay, cashPay,
vipPay, vipPay,