<template>
<view>
<goodslist></goodslist>
</view>
</template>
<script>
export default {
data() {
return {
list: []
}
},
methods: {
getlist() {
this.axiosFromToken('POST','', {}, '加载中').then(res => {
})
</script>
<style>
page {
background: #f7f6f9;
</style>