@@ -33,6 +33,10 @@
import {ref} from "vue";
const isShow = ref(false)
+
+const {appVersion, appWgtVersion} = uni.getSystemInfoSync();
+console.log(appVersion, appWgtVersion)
</script>
<style scoped lang="scss">