mali-applet-ui 0.2.45 → 0.2.46

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.
@@ -65,7 +65,8 @@ export default {
65
65
  })
66
66
  }
67
67
  }
68
- }
68
+ },
69
+ openAddUser () {}
69
70
  }
70
71
  }
71
72
  </script>
@@ -170,7 +170,7 @@ export default {
170
170
  this.$emit('input', this.fileList)
171
171
  } else {
172
172
  this.fileList = this.value.map(item => {
173
- item.tempPath = item[this.urlField]
173
+ item.tempPath = this.getUrl(item)
174
174
  return item
175
175
  })
176
176
  this.selectUniFileList = this.value.map(item => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.2.45",
3
+ "version": "0.2.46",
4
4
  "description": "码里云小程序组件库",
5
5
  "scripts": {
6
6
  "release": "node script/release.js && npm publish"