daofu-applet/components/title-bar/index.wxml
2024-01-29 17:42:38 +08:00

5 lines
225 B
Plaintext

<!--components/title-bar/index.wxml-->
<image class="title-bar-img" src="/images/home/icon_top-bg.png" mode="aspectFill" />
<cu-custom isBack="{{true}}">
<view slot="content" class="text-white">{{title}}</view>
</cu-custom>