fix 确认开票按钮颜色演示

develop
GJW200011 4 years ago
parent 4176ca7aa1
commit 599f181eda

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

Loading…
Cancel
Save