@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(
|
|
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