12 lines
612 B
Plaintext
12 lines
612 B
Plaintext
<view class="page">
|
|
<view class="card">
|
|
<view class="section-title">我的</view>
|
|
<view class="muted">邻小帮居民端</view>
|
|
</view>
|
|
<view class="card menu" bindtap="go" data-url="/pages/orders/index">我的订单</view>
|
|
<view class="card menu" bindtap="go" data-url="/pages/address/index">地址管理</view>
|
|
<view class="card menu" bindtap="go" data-url="/pages/express/create">代取快递</view>
|
|
<view class="card menu" bindtap="go" data-url="/pages/products/index">商品预定</view>
|
|
<view class="card menu" bindtap="go" data-url="/pages/notices/index">社区公告</view>
|
|
</view>
|