评论需要添加功能,提交订单有问题

This commit is contained in:
bobobobo
2025-12-26 02:15:32 +08:00
parent 1aab94bbc3
commit bb02cb22c0
32 changed files with 2844 additions and 117 deletions

View File

@@ -1,7 +1,11 @@
<script setup></script>
<script setup>
import EditBox from './add.vue'
</script>
<template>
<view class="address-edit">修改地址</view>
<view class="address-edit">
<EditBox type="edit"></EditBox>
</view>
</template>
<style lang="scss" scoped></style>