card-mini/pages/serve/index/index.wxml
2021-07-20 16:40:10 +08:00

6 lines
212 B
Plaintext

<!--pages/serve/index/index.wxml-->
<cu-custom id="head" isCustom="{{false}}" isBack="{{false}}" isIndex="{{true}}">
<view slot="content">{{nameTxt}}</view>
</cu-custom>
<web-view src="{{shopUrl}}">
</web-view>