activity-center.vue 546 B

12345678910111213141516171819202122232425262728293031
  1. <template>
  2. <view class="iframe-content">
  3. <headContent borderBottom>
  4. <template #left>
  5. <reverse-back />
  6. </template>
  7. <template #content>
  8. <view class="haed-title">
  9. 活动中心
  10. </view>
  11. </template>
  12. </headContent>
  13. <view class="iframe-box">
  14. <iframe src="https://biking.zendesk.com/hc/zh-cn/sections/10621646474513-%E6%B4%BB%E5%8A%A8%E4%B8%AD%E5%BF%83" frameborder="0"></iframe>
  15. </view>
  16. </view>
  17. </template>
  18. <script>
  19. export default {
  20. data() {
  21. return {
  22. };
  23. }
  24. }
  25. </script>
  26. <style lang="scss">
  27. </style>