@uxda/appkit 1.2.63 → 1.2.64

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/dist/index.js CHANGED
@@ -3725,6 +3725,7 @@ var script$1 = /* @__PURE__ */ defineComponent({
3725
3725
  icon: "none"
3726
3726
  });
3727
3727
  bannerMessages.value.splice(index, 1);
3728
+ startMessageCarousel();
3728
3729
  }).catch(() => {
3729
3730
  startMessageCarousel();
3730
3731
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -150,7 +150,7 @@ const onClose = debounce((item: any, index: number) => {
150
150
  })
151
151
  bannerMessages.value.splice(index, 1)
152
152
 
153
- // startMessageCarousel()
153
+ startMessageCarousel()
154
154
 
155
155
  // if (item.isRead === 0) {
156
156
  // toReadFun([item.id])