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=>{