- 当前 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: '审核通过后,即可发布招聘' ,
//此处代码不执行,回调无效 }); }, error: function (e) { wx.showToast({ title: '请求失败' }); } }) }) |
没有不对啊,能运行
wechatide://minicode/0na6PemD7X37 了解一下
你promise用的不对