| 123456789101112131415161718192021 |
- <!--pages/about/about.wxml-->
- <view class="about_container">
- <view class="inner">
- <view class="logo">
- <image class="logo-1" src="../../static/images/logo1.png" mode="aspectFit" />
- <image class="logo-2" src="../../static/images/logo2.png" mode="aspectFit" />
- <text class="logo-3">LI-Stream</text>
- </view>
- <view class="info">
- <text class="hero">四维带看是一款全新概念的VR远程营销利器,可通过VR场景,视频,图片,文字等同屏互动和重点标记的形式帮助商家/经纪人实现远程销售。</text>
- <text class="sub">官方网站:www.4dkankan.com</text>
- <text class="sub">客服电话:0756-6996790-800</text>
- <t-divider />
- <text class="version">版本号:{{version}}</text>
- </view>
- </view>
- </view>
|