@uxda/appkit 4.0.2 → 4.0.3

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
@@ -5194,7 +5194,7 @@ var script$7 = /* @__PURE__ */ defineComponent({
5194
5194
  countdownActive: countdownActive1
5195
5195
  } = useCountdown();
5196
5196
  const { phoneValidator } = useValidator();
5197
- const current = ref(2);
5197
+ const current = ref(1);
5198
5198
  onMounted(() => {
5199
5199
  if (!params.mobile) {
5200
5200
  return Taro.showToast({ title: "\u8DEF\u5F84\u7F3A\u5C11mobile\u53C2\u6570", icon: "none" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -112,7 +112,7 @@ const {
112
112
  countdownActive: countdownActive1,
113
113
  } = useCountdown()
114
114
  const { phoneValidator } = useValidator()
115
- const current = ref(2)
115
+ const current = ref(1)
116
116
 
117
117
  onMounted(() => {
118
118
  if (!params.mobile) {