提交 11241069 编写于 作者: fxy060608's avatar fxy060608

fix(v3): compatible with Android 4.4

上级 0431e71c
......@@ -11,7 +11,7 @@ module.exports = function definePages (appJson) {
return {
name: 'define-pages.js',
content: `
if (!Promise.prototype.finally) {
if (typeof Promise !== 'undefined' && !Promise.prototype.finally) {
Promise.prototype.finally = function(callback) {
const promise = this.constructor
return this.then(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册