daofu-applet/pages/web/index.wxml

10 lines
386 B
Plaintext
Raw Normal View History

2024-01-29 17:42:38 +08:00
<!--pages/web/index.wxml-->
<web-view wx:if="{{url}}" src="{{url}}" />
2024-03-20 17:09:58 +08:00
<scroll-view wx:else class="sc">
2024-06-04 14:45:44 +08:00
<!-- <view class="flex text-center">
<view class="cu-item flex-sub {{index==currentIndex?'text-blue cur':''}}" wx:for="{{tabs}}" wx:key catchtap="tabSelect" data-index="{{index}}">
{{item.lab}}
</view>
</view> -->
2024-03-20 17:09:58 +08:00
<rich-text nodes="{{content}}" />
</scroll-view>