lanan-old/lanan-master-uniapp/components/popup/popup.vue
愉快的大福 7dc28dc701 init
2024-07-17 14:16:22 +08:00

20 lines
228 B
Vue

<template>
<view>
<image src="../../static/images/pages/pop.png" mode=""></image>
</view>
</template>
<script>
export default {
name: "popup",
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>