mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 10:35:07 +08:00
调整页面在微信模拟器下的样式
This commit is contained in:
17
yudao-ui-app/pages/address/edit.vue
Normal file
17
yudao-ui-app/pages/address/edit.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<view class="container"> </view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
title: ''
|
||||
}
|
||||
},
|
||||
onLoad() {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
Reference in New Issue
Block a user