From 2d92dadadcdc27f72c7ebd07ec401f0119982ad2 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Mon, 9 May 2022 10:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5api=5Fbak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/common.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/common.ts b/src/common/common.ts index ef93cee..e2ba671 100644 --- a/src/common/common.ts +++ b/src/common/common.ts @@ -23,7 +23,6 @@ export const goLink = (path = '', params = {}, type:false|true = false) => { } } -<<<<<<< HEAD /** * 判断对象为空 * @param object @@ -88,7 +87,6 @@ export const retrieval = (data: any, message: string="请填写完信息", rules resolve(null); }) } -======= // 金额千位分割符 export const formatKbPrice = (number: string) => { @@ -102,4 +100,3 @@ export const formatKbPrice = (number: string) => { },[]) return ret.reverse().join(''); } ->>>>>>> 1557571 (确认订单)