5 lines
225 B
Plaintext
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>
|