接口
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {getOrderList} from '../../config/user.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -78,6 +79,10 @@ export default {
|
||||
]
|
||||
}
|
||||
},
|
||||
async onLoad() {
|
||||
const res= await getOrderList()
|
||||
console.log(res);
|
||||
},
|
||||
methods: {
|
||||
switchTab(index) {
|
||||
this.currentTab = index
|
||||
|
||||
Reference in New Issue
Block a user