This commit is contained in:
2025-05-13 16:56:30 +08:00
838 changed files with 923 additions and 88523 deletions

View File

@ -1,8 +0,0 @@
{
"navigationBarTitleText": "选择门店",
"usingComponents": {
"u-tag": "/components/uview-ui/components/u-tag/u-tag",
"u-icon": "/components/uview-ui/components/u-icon/u-icon",
"u-image": "/components/uview-ui/components/u-image/u-image"
}
}

View File

@ -1,55 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.store .store-bg {
background: linear-gradient(180deg, #0CB5F1 0%, rgba(207, 235, 245, 0) 100%);
height: 420rpx;
}
.store .address {
position: absolute;
top: 24rpx;
margin: 0 24rpx;
padding: 0 20rpx;
left: 0;
right: 0;
border-radius: 24rpx;
height: 128rpx;
}
.store .store-list {
position: absolute;
top: 176rpx;
left: 0;
right: 0;
}
.store .store-list .block {
display: flex;
align-items: flex-start;
box-sizing: border-box;
}
.store .store-list .block .time {
color: #ACACAC;
}
.store .store-list .block .order::before {
content: "";
display: block;
width: 40rpx;
height: 210rpx;
border-left: 4rpx solid #eee;
margin-left: 10rpx;
}
.store .store-list .block .order {
white-space: nowrap;
}

View File

@ -1,9 +0,0 @@
{
"navigationBarTitleText": "门店",
"usingComponents": {
"u-search": "/components/uview-ui/components/u-search/u-search",
"u-icon": "/components/uview-ui/components/u-icon/u-icon",
"u-button": "/components/uview-ui/components/u-button/u-button",
"cate-one": "/components/cate-one/cate-one"
}
}

View File

@ -1 +0,0 @@
<view class="content"><view data-event-opts="{{[['tap',[['toSearch',['$event']]]]]}}" class="search" bindtap="__e"><u-search vue-id="2553bd08-1" placeholder="请输入商品名" disabled="{{true}}" bind:__l="__l"></u-search></view><view><view class="store u-flex u-row-between u-p-32"><view><view data-event-opts="{{[['tap',[['chooseStore',['$event']]]]]}}" class="lg bold-400 u-flex" bindtap="__e">MEET轻食店<u-icon class="right-icon u-m-l-4" vue-id="2553bd08-2" name="arrow-right" size="28" bind:__l="__l"></u-icon></view><view data-event-opts="{{[['tap',[['chooseAddress',['$event']]]]]}}" class="u-flex u-m-t-8" bindtap="__e"><u-icon vue-id="2553bd08-3" name="map" size="32" bind:__l="__l"></u-icon>门店地址</view></view><view><u-button vue-id="2553bd08-4" shape="circle" hair-line="{{false}}" hover-class="none" customStyle="{{({backgroundColor:themeColor,color:'#fff',border:'none',padding:'36rpx'})}}" data-event-opts="{{[['^click',[['signin']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">自取</u-button></view></view><cate-one vue-id="2553bd08-5" list="{{cateList}}" bind:__l="__l"></cate-one></view></view>

View File

@ -1,20 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.store {
background-color: #FFFAFB;
height: 108rpx;
}