问题模块 框架类型 问题类型 操作系统 工具版本
开发者工具 微信小程序 Bug Windows 1.02.1809111
- 当前 Bug 的表现(可附上截图)
showCancel: true, 此项无效,模态框总是显示。
title 和 content 项也为按预期显示
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
pList = [p1,p2];
Promise.all(pList).then(function(resolve,reject) {
//提交
app.util.request({
url: 'entry/wxapp/regist',
data: regist_data,
success: function (res) {
wx.showModal({
title: '提交认证成功',
content: '审核通过后,即可发布招聘',
success: function (e) {}
//此处代码不执行,回调无效
});
},
error: function (e) {
wx.showToast({ title: '请求失败' });
}
})
})
微信小程序开发问题解答
微信小程序开发者回答:
没有不对啊,能运行
微信小程序开发者回答:
wechatide://minicode/0na6PemD7X37 了解一下
本文网址:http://www.91bianli.com/kaifazhinan/76470.html