about.wxml 707 B

12345678910111213141516
  1. <header-nav titleText="关于我们" />
  2. <view class="about">
  3. <view class="about-content">
  4. <image class="logo" src="/image/4Dage/about/logo.png"></image>
  5. <view class="about-title">好玩展</view>
  6. <view class="about-sub-title">找房大平台</view>
  7. </view>
  8. <view class="about-bottom">
  9. <view class="about-desc">好玩展为购房者、租房者提供房源信息搜索、浏览功能、为业主提供房源委托等功能,让你的房产交易更加便捷。</view>
  10. <view class="about-sub-desc">
  11. <view>官方网站:www.4dkankan.com</view>
  12. <view>客服电话:0756-6996790-800</view>
  13. </view>
  14. <view class="version">版本号:1.0.2</view>
  15. </view>
  16. </view>