This commit is contained in:
2025-01-16 10:43:34 +08:00
parent 90a57bcfdb
commit 8ed3fdcde2
182 changed files with 19251 additions and 26623 deletions
+5
View File
@@ -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