resolver-egretimp-plus 0.1.142 → 0.1.143

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": "resolver-egretimp-plus",
3
- "version": "0.1.142",
3
+ "version": "0.1.143",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -103,7 +103,7 @@ const calcConditionValue = {
103
103
  try {
104
104
  retVal = JSON.parse(value)
105
105
  } catch (e) {
106
- // console.log('e==:', e)
106
+ retVal = value
107
107
  }
108
108
  return retVal
109
109
  },