mali-applet-ui 1.0.129 → 1.0.130

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.
@@ -16,6 +16,9 @@ export default {
16
16
  openAction () {
17
17
  uni.showActionSheet({
18
18
  itemList: this.options.map(item => item.label),
19
+ // #ifdef MP-DINGTALK
20
+ cancelButtonText: '取消',
21
+ // #endif
19
22
  success: (res) => {
20
23
  const index = res.tapIndex
21
24
  const item = this.options[index]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.0.129",
3
+ "version": "1.0.130",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "lib",