From 599f181edacaafc2be0792d5881f93bdcb16522b Mon Sep 17 00:00:00 2001 From: GJW200011 <2399547226@qq.com> Date: Tue, 7 Dec 2021 15:55:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=A1=AE=E8=AE=A4=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2=E6=BC=94=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/invoice/make_invoice/make_invoice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user/invoice/make_invoice/make_invoice.js b/pages/user/invoice/make_invoice/make_invoice.js index a9d81f5..8abf81f 100644 --- a/pages/user/invoice/make_invoice/make_invoice.js +++ b/pages/user/invoice/make_invoice/make_invoice.js @@ -24,7 +24,7 @@ wx.navigateTo({ } wx.showModal({ content: '是否确认开票', - confirmColor:"red", + confirmColor:"#FF333", success (res) { if (res.confirm) { http("/api/v1/invoice-add","post",data1).then(res=>{