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