上传代码
This commit is contained in:
15
distribution/pages/takePhoto/takePhoto.vue
Normal file
15
distribution/pages/takePhoto/takePhoto.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<view class="example-body">
|
||||
<uni-file-picker limit="9" title="最多选择9张图片"></uni-file-picker>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.example-body {
|
||||
padding: 10px;
|
||||
padding-top: 0;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user