数据驱动、坚持为客户提供有价值的服务和内容
第一种:弹出提示框,可以选择确定或者取消。
代码:
wx.showModal({
title: '提示',
content: '这是一个模态弹窗',
success: function (res) {
if (res.confirm) {//这里