<!--pages/aboutUs/index.wxml-->
|
<!-- <text>关于我们</text> -->
|
|
|
|
<!-- 二维码展示 -->
|
<!-- <view class="">
|
<canvas style="width: 200px; height: 200px;margin:0 auto" canvas-id="myQrcode"></canvas>
|
</view> -->
|
|
|
|
|
|
|
<!-- <view class="swiper-wrap">
|
<t-swiper list="{{bannerList}}" current="{{current}}" autoplay="{{autoplay}}" duration="{{duration}}" interval="{{interval}}" navigation="{{navigation}}" />
|
</view> -->
|
|
|
|
|
|
<view class="aboutUs">
|
<view class="imageBox">
|
<image src="{{swiperList}}" alt="" />
|
</view>
|
<view class="aboutText">
|
<rich-text nodes="{{aboutText}}"></rich-text>
|
</view>
|
</view>
|