mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2026-08-01 20:15:49 +00:00
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
<view wx:if="{{componentName}}">
|
|
<diy-dynamic-bridge-app
|
|
wx:if="{{routeBridge === 'app'}}"
|
|
id="bridge-app"
|
|
componentName="{{componentName}}"
|
|
component="{{component}}"
|
|
global="{{global}}"
|
|
index="{{index}}"
|
|
scrollBool="{{scrollBool}}"
|
|
bindupdateComponentIsShow="forwardShow"
|
|
bindloadingFn="forwardLoading"
|
|
/>
|
|
<!-- MP_MERGE_ADDON_BRIDGES -->
|
|
</view>
|