From 377700c2d7677af5c08a7508ccf78e3ca32c9128 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期六, 06 七月 2024 15:18:25 +0800 Subject: [PATCH] # --- pages/home/home.vue | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index b294171..d30e828 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -4,7 +4,7 @@ <view class="nav-list"> <navigator hover-class='none' :url="'/pages' + item.url" class="nav-li" navigateTo :class="'bg-'+item.color" :style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1'}]" - v-for="(item,index) in elements" :key="index"> + v-for="(item,index) in elements2" :key="index"> <view class="nav-title">{{item.title}}</view> <view class="nav-name">{{item.name}}</view> <text :class="'cuIcon-' + item.cuIcon"></text> @@ -65,6 +65,13 @@ color: 'green', cuIcon: 'pulldown', url: '/order/orderPickConfirm' + }, + { + title: '鍒朵护鍏ュ簱', + name: 'pakin', + color: 'green', + cuIcon: 'pulldown', + url: '/order/zlOrderPakin' }, // { // title: '搴撳瓨鏌ヨ', @@ -156,9 +163,9 @@ } that.elements.push({ title: '閫�鍑虹櫥褰�', - name: 'logOut', + name: '', color: 'grey', - cuIcon: 'exit', + cuIcon: '', url: '/login/logOut' }) } else if (res.code === 403) { -- Gitblit v1.9.1