message.vue 424 B

1234567891011121314151617181920212223242526272829
  1. <template>
  2. <view class="head-icon" >
  3. <text class="iconfont">&#xe607;</text>
  4. <!-- <image src="../../static/images/logo.png" mode="aspectFit"></image> -->
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. data() {
  10. return {
  11. };
  12. },
  13. methods:{
  14. // getService(){
  15. // uni.navigateTo({
  16. // url:'/pages/content/customer-service'
  17. // })
  18. // }
  19. }
  20. }
  21. </script>
  22. <style lang="scss" scoped>
  23. </style>