xiaoe_mp_npm 0.5.42-test1 → 0.5.42-test2

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.
@@ -99,6 +99,7 @@ Component({
99
99
  observer(newVal) {
100
100
  newVal.switch && this.handlerListInfo(newVal)
101
101
  },
102
+ },
102
103
  isManage: {
103
104
  type: Boolean,
104
105
  value: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.5.42-test1",
3
+ "version": "0.5.42-test2",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -99,6 +99,7 @@ Component({
99
99
  observer(newVal) {
100
100
  newVal.switch && this.handlerListInfo(newVal)
101
101
  },
102
+ },
102
103
  isManage: {
103
104
  type: Boolean,
104
105
  value: false,