fix 确认开票按钮颜色演示

develop
GJW200011 4 years ago
parent 4176ca7aa1
commit 599f181eda

@ -24,7 +24,7 @@ wx.navigateTo({
} }
wx.showModal({ wx.showModal({
content: '是否确认开票', content: '是否确认开票',
confirmColor:"red", confirmColor:"#FF333",
success (res) { success (res) {
if (res.confirm) { if (res.confirm) {
http("/api/v1/invoice-add","post",data1).then(res=>{ http("/api/v1/invoice-add","post",data1).then(res=>{

Loading…
Cancel
Save