建议时长不超过5分钟
建议时长不超过5分钟
diff --git a/index.html b/index.html index dbfab41..615d90e 100644 --- a/index.html +++ b/index.html @@ -722,6 +722,7 @@ const SITE_MAP = [ {label:'菜品详情', file:'eat-dish-detail.html'}, {label:'订餐', file:'eat-order.html'}, {label:'订单确认', file:'eat-order-confirm.html'}, + {label:'购物车', file:'eat-cart.html'}, {label:'就餐记录', file:'eat-meal-record.html'}, {label:'AI营养助手', file:'ask-home.html'}, {label:'AI对话', file:'ask-chat.html'}, @@ -736,8 +737,14 @@ const SITE_MAP = [ {label:'健康档案', file:'me-health.html'}, {label:'我的订单', file:'me-orders.html'}, {label:'订单详情', file:'me-order-detail.html'}, + {label:'订单详情-待处理', file:'me-order-detail-pending.html'}, + {label:'我的收藏', file:'me-favorites.html'}, {label:'我的余额', file:'me-wallet.html'}, + {label:'会员中心', file:'me-vip.html'}, + {label:'消息中心', file:'me-messages.html'}, + {label:'操作日志', file:'me-logs.html'}, {label:'设置', file:'me-settings.html'}, + {label:'账户管理', file:'me-account.html'}, {label:'扫码溯源', file:'trace-query.html'}, {label:'溯源链路', file:'trace-detail.html'} ] }, diff --git a/other-module/mini-program/nutrition/make-create.html b/other-module/mini-program/nutrition/make-create.html index 655b784..6ee79be 100644 --- a/other-module/mini-program/nutrition/make-create.html +++ b/other-module/mini-program/nutrition/make-create.html @@ -54,16 +54,18 @@ } .cover-upload .icon { font-size: 32px; } .cover-upload .text { font-size: 13px; } - .cover-type-row { - display: flex; gap: 10px; margin-top: 10px; + /* 作品视频上传 */ + .video-upload { + display: flex; align-items: center; gap: 12px; margin-top: 14px; } - .cover-type-btn { - flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; - padding: 10px 0; border-radius: 10px; border: 1px solid #e8e8e8; - background: #fafafa; font-size: 13px; color: #333; cursor: pointer; + .video-upload-box { + width: 100px; height: 72px; border: 1.5px dashed #d9d9d9; border-radius: 10px; + display: flex; flex-direction: column; align-items: center; justify-content: center; + gap: 3px; background: #fafafa; cursor: pointer; color: #999; flex-shrink: 0; } - .cover-type-btn .ct-icon { font-size: 18px; } - .cover-type-btn:active { border-color: #1677ff; background: #f0f7ff; color: #1677ff; } + .video-upload-box .vu-icon { font-size: 24px; } + .video-upload-box .vu-text { font-size: 10px; } + .video-upload-hint { font-size: 12px; color: #999; line-height: 1.5; } /* 步骤媒体上传 */ .step-media-row { display: flex; gap: 8px; margin: 6px 0 0 30px; @@ -108,15 +110,23 @@