greenPro/unpackage/dist/dev/mp-weixin/pages/tabBar/extUI/extUI.wxml

1 line
688 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="uni-container"><view wx:if="{{a}}" class="uni-header-logo"><image class="uni-header-image" src="/static/extuiIndex.png"></image></view><view wx:if="{{b}}" class="uni-hello-text"><text class="hello-text">以下是uni-app扩展组件示例更多组件见插件市场</text><u-link wx:if="{{c}}" class="hello-link" u-i="5e9bbc2b-0" bind:__l="__l" u-p="{{c}}"></u-link></view><view wx:for="{{d}}" wx:for-item="item" wx:key="e" class="{{[item.d && 'pc-hide', 'uni-panel']}}"><view class="{{[item.b && 'left-win-active', 'uni-panel-h']}}" bindtap="{{item.c}}"><text class="uni-panel-text">{{item.a}}</text><text class="uni-panel-icon uni-icon"></text></view></view></view>