From 09f07246fabaa963a05b924d08b8d925bff0bc53 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 27 Dec 2019 19:44:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AE=9D=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=BD=BF=E7=94=A8in(this)?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E7=9A=84Bug=20#1190?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/mp-alipay/runtime/api/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/platforms/mp-alipay/runtime/api/index.js b/src/platforms/mp-alipay/runtime/api/index.js index fa81afc0..d55421ec 100644 --- a/src/platforms/mp-alipay/runtime/api/index.js +++ b/src/platforms/mp-alipay/runtime/api/index.js @@ -88,6 +88,12 @@ export function createSelectorQuery () { return this } } + + if (!query.in) { + query.in = function () { + return this + } + } return query } -- GitLab