Skip to content

Commit 42e8c14

Browse files
committedJul 30, 2019
perf(wx-react): 提前移除_or
1 parent 6e2938e commit 42e8c14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎packages/wx-react/miniprogram_dist/AllComponent.js

+3
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ export class BaseComponent {
258258
}
259259
}
260260

261+
// _or 不在有用
262+
this._or = {}
263+
261264
if (Object.keys(cp).length === 0) {
262265
updatePros.push(P_R)
263266
} else {

0 commit comments

Comments
 (0)