This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<template>
<view>
<view class="hint">
客户服务,重在回访仔细倾听,以服务质量求发展
</view>
<view class="123123">
12312313
</template>
<script>
export default {
data() {
return {
}
},
methods: {
</script>
<style>
.hint{
color: #358ff0;
padding:30rpx;
</style>