card-mini/pages/serve/index/index.wxml

6 lines
212 B
Plaintext
Raw Normal View History

2021-07-20 15:45:29 +08:00
<!--pages/serve/index/index.wxml-->
2021-07-20 16:40:10 +08:00
<cu-custom id="head" isCustom="{{false}}" isBack="{{false}}" isIndex="{{true}}">
<view slot="content">{{nameTxt}}</view>
</cu-custom>
2021-07-20 15:45:29 +08:00
<web-view src="{{shopUrl}}">
</web-view>