first commit

This commit is contained in:
lingxiao865
2025-09-18 12:39:54 +08:00
parent b2e8461792
commit 6c6fe3d0d6
1898 changed files with 30918 additions and 0 deletions

11
pages/cart/index.wxml Normal file
View File

@@ -0,0 +1,11 @@
<!--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>