wx.showModal ios系统不显示按钮
以下代码段,测试时按钮正常显示,真机测试时按钮不显示;***【 解决方式:颜色全部用十六进制】***
百度后发现的解决方式
wx.showModal({
title: '提示',
content: '提示提示!',
showCancel:false,
confirmColor:'red', //此处颜色改为#ff0000
success(res
wx.showModal({
title: '提示',
content: '提示提示!',
showCancel:false,
confirmColor:'red', //此处颜色改为#ff0000
success(res