xiaoe_mp_npm 0.5.37-dev1 → 0.5.37-dev2

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.
@@ -634,6 +634,7 @@ Component({
634
634
  switchLoading: false,
635
635
  checked: !this.data.checked
636
636
  })
637
+ this.showToast('操作成功')
637
638
  }else{
638
639
  this.setData({
639
640
  switchLoading: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.5.37-dev1",
3
+ "version": "0.5.37-dev2",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -634,6 +634,7 @@ Component({
634
634
  switchLoading: false,
635
635
  checked: !this.data.checked
636
636
  })
637
+ this.showToast('操作成功')
637
638
  }else{
638
639
  this.setData({
639
640
  switchLoading: false