From 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 15 三月 2024 18:54:04 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/aboutUs/index.wxml | 29 +++++++++-------------------- 1 files changed, 9 insertions(+), 20 deletions(-) diff --git a/pages/aboutUs/index.wxml b/pages/aboutUs/index.wxml index f57c59d..40f4321 100644 --- a/pages/aboutUs/index.wxml +++ b/pages/aboutUs/index.wxml @@ -1,30 +1,19 @@ -<!--pages/aboutUs/index.wxml--> -<!-- <text>鍏充簬鎴戜滑</text> --> +<view style="width: 100%; height: {{barHeight}}px; "></view> +<view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> + <view> + <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> + </view> + <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">鍏充簬鎴戜滑</view> + <view wx:else class="navbar-title">鑱旂郴鎴戜滑</view> +</view> - - -<!-- 浜岀淮鐮佸睍绀� --> -<!-- <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> -- Gitblit v1.9.1