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

@@ -59,7 +59,7 @@
import { reactive, ref } from 'vue';
import { onLoad } from '@dcloudio/uni-app';
import go from '@/commons/utils/go.js'
import { debounce } from '@/commons/utils/debounce.js'
import { addCreditBuyer,editCreditBuyer } from '@/http/api/buyer.js';
const pageData = reactive({
@@ -120,7 +120,7 @@
* 保存
*/
let save = debounce(() => {
let save = uni.$utils.debounce(() => {
console.log(pageData.formData)
uFormRef.value.validate().then(valid => {
if (valid) {