luban-mall/unpackage/dist/dev/mp-weixin/pagesB/about/about.wxml

1 line
633 B
Plaintext
Raw Normal View History

2022-07-12 10:07:08 +00:00
<view><status-nav vue-id="432585fe-1" ifReturn="{{true}}" navBarTitle="关于我们" marginBottom="{{0}}" bind:__l="__l"></status-nav><view class="about-bg" style="{{'min-height:'+(aboutHeight)+';'}}"><view class="about-map"><map style="width:100%;height:390rpx;" latitude="{{latitude}}" longitude="{{longitude}}" markers="{{markers}}"></map></view><view data-event-opts="{{[['tap',[['goThere',['$event']]]]]}}" class="navigation-btn" bindtap="__e">导航到我们</view><view class="about"><view class="about-title">关于我们</view><view class="about-txt"><rich-text nodes="{{aboutData}}"></rich-text></view></view></view></view>