introduce.vue 612 B

12345678910111213141516171819202122
  1. <template>
  2. <view class="container">
  3. <view class="top">
  4. <img src="/static/second/intro.png"/>
  5. </view>
  6. <!-- <view id="second-hand-btn" >
  7. <button>去发布</button>
  8. <button>逛二手市场</button>
  9. <button>去维修</button>
  10. <button >去首页</button>
  11. <view class="foot_font">
  12. <span style="color: #ADADAD"> 业务咨询/合作请联系:</span><span style="color: #666666"> 0755 22907771 </span><span style="color: #ADADAD;">手机:</span><span style="color: #666666">15817465281</span>
  13. </view>
  14. </view> -->
  15. </view>
  16. </template>
  17. <script>
  18. </script>
  19. <style>
  20. </style>