This commit is contained in:
2025-12-20 08:34:16 +08:00
commit 9d4fdc7242
872 changed files with 3536 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"uni-popup": "/components/uni-popup/uni-popup"
}
}

View File

@@ -0,0 +1 @@
<view class="ns-time data-v-6199fa64"><uni-popup vue-id="a1d3b5fc-1" type="bottom" data-ref="selectTime" class="data-v-6199fa64 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="box data-v-6199fa64"><view class="title data-v-6199fa64"><block wx:if="{{obj.delivery&&obj.delivery.delivery_type=='local'}}"><block class="data-v-6199fa64">选择送达时间</block></block><block wx:if="{{obj.delivery&&obj.delivery.delivery_type=='store'}}"><block class="data-v-6199fa64">选择自提时间</block></block><text data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="iconfont icon-close data-v-6199fa64" bindtap="__e"></text></view><view class="body data-v-6199fa64"><scroll-view class="left data-v-6199fa64" scroll-y="{{true}}"><block wx:for="{{dayData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['selectTime',['days',index,'yes']]]]]}}" class="{{['item','data-v-6199fa64',index==keyJudge?'itemDay':'']}}" bindtap="__e"><block wx:if="{{item.title}}"><block class="data-v-6199fa64">{{item.title}}</block></block><block wx:else><block class="data-v-6199fa64">{{item.month}}</block></block><text class="itemtext data-v-6199fa64">{{item.Day}}</text></view></block></scroll-view><scroll-view class="right data-v-6199fa64" scroll-y="{{true}}"><block wx:for="{{timeData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['selectTime',['time',index,'yes']]]]]}}" class="{{['item','data-v-6199fa64',key==keyJudge&&index==keys?'itemTime':'']}}" bindtap="__e">{{''+item+''}}<block wx:if="{{key==keyJudge&&index==keys}}"><text class="iconfont icon-yuan_checked color-base-text data-v-6199fa64"></text></block></view></block></scroll-view></view></view></uni-popup></view>

View File

@@ -0,0 +1 @@
.box.data-v-6199fa64{height:728rpx}.box .title.data-v-6199fa64{padding:0 30rpx;box-sizing:border-box;text-align:center;font-size:28rpx;font-weight:700;position:relative;height:90rpx;line-height:90rpx;border-bottom:1rpx solid #f7f4f4}.box .title .icon-close.data-v-6199fa64{font-size:26rpx;color:#909399;position:absolute;right:30rpx;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.box .body.data-v-6199fa64{width:100%;height:calc(100% - 90rpx);display:flex;align-items:center}.box .body .left.data-v-6199fa64{width:230rpx;background:#f8f8f8;height:100%}.box .body .left .item.data-v-6199fa64{width:100%;padding:16rpx 30rpx;box-sizing:border-box;text-align:center;font-size:24rpx;display:flex;align-items:center}.box .body .left .itemDay.data-v-6199fa64{background:#fff}.box .body .right.data-v-6199fa64{width:calc(100% - 230rpx);height:100%;padding:0 30rpx;box-sizing:border-box}.box .body .right .item.data-v-6199fa64{width:100%;font-size:24rpx;border-bottom:1rpx solid #eee;display:flex;align-items:center;justify-content:space-between;height:72rpx}.box .body .right .item .icon-yuan_checked.data-v-6199fa64{font-size:38rpx;margin-right:30rpx}.box .body .right .itemTime.data-v-6199fa64{color:var(--main-color)}