dengjie commit : 我的页面部分接口

This commit is contained in:
clay
2023-01-05 21:57:51 +08:00
parent 2417d8fe28
commit 458f5a2562
17 changed files with 341 additions and 371 deletions

View File

@@ -0,0 +1,15 @@
<template>
<view>
<productsBtn :type="2"></productsBtn>
</view>
</template>
<script>
export default {
data() {
return {
type: '',
}
}
}
</script>