第一次上传
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="" style="display: flex; align-items: center; justify-content: center; margin-top: 20rpx;">
|
||||
<u-barcode value="1234567890" :width="300" :height="100" />
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onShow, onLoad } from "@dcloudio/uni-app";
|
||||
onLoad(() => {
|
||||
|
||||
});
|
||||
|
||||
onShow(() => {
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
Reference in New Issue
Block a user