Skip to content

Commit

Permalink
Merge pull request #1398 from Meituan-Dianping/feature/ttalipay
Browse files Browse the repository at this point in the history
fix #1393
  • Loading branch information
hucq authored Feb 18, 2019
2 parents 8b9a143 + 7b11eff commit 0a1bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/mp/runtime/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function getVM (vm, comkeys = []) {
for (let i = 0; i < len; i++) {
const v = res.$children[i]
const k = getComKey(v)
if (k === key) {
if (k === keys.join(KEY_SEP)) {
res = v
return res
}
Expand Down

0 comments on commit 0a1bae1

Please sign in to comment.