daofu-applet/components/title-bar/index.wxml

5 lines
225 B
Plaintext
Raw Permalink Normal View History

2024-01-29 17:42:38 +08:00
<!--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>