consumer模块完成度95%,实现数据库多端注册登录,优化安卓端小程序bug
This commit is contained in:
@@ -95,6 +95,10 @@
|
||||
<text class="service-icon">👑</text>
|
||||
<text class="service-text">会员中心</text>
|
||||
</view>
|
||||
<view class="service-item" @click="goToSettings">
|
||||
<text class="service-icon">⚙️</text>
|
||||
<text class="service-text">设置</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -102,7 +106,7 @@
|
||||
<view class="order-shortcuts">
|
||||
<view class="section-header-row">
|
||||
<text class="section-title">我的订单</text>
|
||||
<text class="view-all" @click="goToOrders(currentOrderTab)">查看更多 ></text>
|
||||
<text class="view-all" @click="goToOrders(currentOrderTab)">查看更多 ❯</text>
|
||||
</view>
|
||||
<view class="order-tabs">
|
||||
<view class="order-tab" :class="{ active: currentOrderTab === 'all' }" @click="switchOrderTab('all')">
|
||||
@@ -144,7 +148,7 @@
|
||||
<view class="order-shop">
|
||||
<text class="shop-icon">🏪</text>
|
||||
<text class="shop-name">{{ getOrderShopName(order) }}</text>
|
||||
<text class="shop-arrow">›</text>
|
||||
<text class="shop-arrow"> › </text>
|
||||
</view>
|
||||
<view class="status-row">
|
||||
<text class="order-status-text" :class="getOrderStatusClass(order.status)">{{ getOrderStatusText(order.status) }}</text>
|
||||
|
||||
Reference in New Issue
Block a user