8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
|
<!--pages/shop/shop.wxml-->
|
||
|
<!-- 标题栏 -->
|
||
|
<cu-custom bgColor="bg-gradual-blue" isBack="{{false}}">
|
||
|
<view slot="content">服务</view>
|
||
|
</cu-custom>
|
||
|
<view>
|
||
|
<text>数据加载中...</text>
|
||
|
</view>
|