zydx-plus 1.35.637 → 1.35.638

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": "zydx-plus",
3
- "version": "1.35.637",
3
+ "version": "1.35.638",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -286,7 +286,7 @@ export default {
286
286
  // 解析选项并回填答案
287
287
  if (item.testKey) {
288
288
  item.testKey = typeof item.testKey === 'string' ? JSON.parse(item.testKey) : item.testKey
289
- this.markCheckedOptions(item)
289
+ // this.markCheckedOptions(item) // 选择题选项的选中状态checked的值是true还是false,在组件外面引用该组件的父级组件中根据参数设置好了,不再用此处方法在组件内部处理了
290
290
  }
291
291
 
292
292
  return item
package/src/index.js CHANGED
@@ -87,7 +87,7 @@ function install(app) {
87
87
  }
88
88
 
89
89
  export default {
90
- version: '1.35.637',
90
+ version: '1.35.638',
91
91
  install,
92
92
  Calendar,
93
93
  Message,