tapd相关修改更新

This commit is contained in:
GaoHao
2025-03-19 18:19:34 +08:00
parent 994cf8bf2b
commit f01bc839f7
53 changed files with 1084 additions and 1032 deletions

View File

@@ -71,7 +71,7 @@
<script setup>
import { reactive,ref } from 'vue';
import { debounce } from '@/commons/utils/debounce.js'
import { getCreditBuyerPage,creditBuyerRepayment,creditBuyerOrderPay } from '@/http/api/buyer.js';
const props=defineProps({
@@ -124,7 +124,6 @@
function open(options){
show.value = true;
console.log(options)
if (options.creditBuyerId) {
pageData.formData.creditBuyerId = options.creditBuyerId;
pageData.formData.orderId = options.order.orderId;
@@ -149,7 +148,7 @@
/**
* 确认
*/
let affirm = debounce(() => {
let affirm = uni.$utils.debounce(() => {
uFormRef.value.validate().then(valid => {
if (valid) {
console.log(pageData.formData)