Commit 009e5cf1 authored by songrui's avatar songrui

Merge branch 'chronic-dev' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-dev

parents f11ef499 6c5c4e0c
...@@ -259,6 +259,8 @@ ...@@ -259,6 +259,8 @@
</div> </div>
</van-popup> </van-popup>
<div class='mt-5 mb-3'>文件上传测试(不用管)</div>
<van-uploader v-model="fileList" multiple />
</van-form> </van-form>
</div> </div>
</template> </template>
...@@ -349,6 +351,7 @@ export default { ...@@ -349,6 +351,7 @@ export default {
}, },
data() { data() {
return { return {
fileList: [],
store: useStore(), store: useStore(),
// 民族 // 民族
showNational: false, showNational: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment