message.vue 374 B

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