@dolphinweex/weex-harmony 0.1.43 → 0.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolphinweex/weex-harmony",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "weex harmony adapter",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -979,9 +979,6 @@ export default {
979
979
  'data.list': {
980
980
  handler(newList, oldList) {
981
981
  // 防止死循环
982
- if (this.isProcessingData) {
983
- return;
984
- }
985
982
  if (newList.length !== oldList.length) {
986
983
  console.log('检测到data.list变化');
987
984
  this.generateDataList();