flying-monkey/pages/workOrder/pay-return-visit.vue

33 lines
485 B
Vue
Raw Normal View History

2022-03-18 09:57:22 +00:00
<template>
<view>
<view class="hint">
客户服务重在回访仔细倾听以服务质量求发展
</view>
<view class="123123">
12312313
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
.hint{
color: #358ff0;
padding:30rpx;
}
</style>