提交 2292a2ef6a28c42d80bc78efae454da4fdc57caf

作者 wangyu
1 个父辈 1bdaea7c

优化

@@ -375,6 +375,7 @@ Page({ @@ -375,6 +375,7 @@ Page({
375 wx.showModal({ 375 wx.showModal({
376 title: '', 376 title: '',
377 content: '确认要删除吗?', 377 content: '确认要删除吗?',
  378 + confirmColor: '#357aeb',
378 success(res) { 379 success(res) {
379 if (res.confirm) { 380 if (res.confirm) {
380 console.log('用户点击确定') 381 console.log('用户点击确定')
注册登录 后发表评论