﻿<!-- pages/mall/consumer/cart.uvue -->
<template>
	<view class="cart-page">
		<!-- 鏅鸿兘椤堕儴瀵艰埅鏍?- 涓庢秷鎭〉淇濇寔涓€鑷?-->
		<view class="smart-navbar" :style="{ paddingTop: statusBarHeight + 'px' }">
			<view class="nav-container">
				<text class="nav-title">璐墿杞?/text>
				<view class="nav-actions">
					<view class="action-btn" @click="toggleManageMode">
						<text class="action-icon">{{ isManageMode ? '鉁? : '鈿欙笍' }}</text>
						<text class="action-text">{{ isManageMode ? '瀹屾垚' : '绠＄悊' }}</text>
					</view>
				</view>
			</view>
		</view>

		<!-- 瀵艰埅鏍忓崰浣嶇 - 闇€瑕佸寘鍚玸tatusBarHeight + 瀵艰埅鏍忛珮搴?4px -->
		<view class="navbar-placeholder" :style="{ height: (statusBarHeight + 44) + 'px' }"></view>
		
		<!-- 璐墿杞﹀唴瀹?-->
		<scroll-view 
            :scroll-y="true" 
            class="cart-content" 
            :show-scrollbar="false" 
            :enhanced="true" 
