From f9d4b09377c5471e1202be2fef2c89de27b6654d Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 13 三月 2024 19:50:42 +0800 Subject: [PATCH] feat(撒): 的 --- 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