29 lines
326 B
Vue
29 lines
326 B
Vue
<template>
|
|
<view class="container">
|
|
保修列表
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
import { request, picUrl, NavgateTo } from '../../utils';
|
|
import { apiArr } from '../../api/community';
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
},
|
|
|
|
onLoad(options) {
|
|
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style>
|