11 lines
519 B
Plaintext
11 lines
519 B
Plaintext
|
|
<!--pages/cart/index.wxml-->
|
||
|
|
<navigation-bar title="预约服务" back="{{false}}" color="black" background="#FFF"></navigation-bar>
|
||
|
|
|
||
|
|
<view class="appointment-redirect">
|
||
|
|
<view class="redirect-content">
|
||
|
|
<t-icon name="calendar" size="160rpx" color="#FF5F15" />
|
||
|
|
<view class="redirect-title">美容服务预约</view>
|
||
|
|
<view class="redirect-desc">在这里您可以预约我们的美容服务</view>
|
||
|
|
<t-button theme="primary" size="large" bindtap="goToAppointment">立即预约</t-button>
|
||
|
|
</view>
|
||
|
|
</view>
|