From 84cbc1adddbfa75e8f8c61ea508e6efb045352b1 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 25 十一月 2024 13:17:25 +0800
Subject: [PATCH] #
---
pages/index/index.vue | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 1e784cc..4c9cc5e 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,11 +1,11 @@
<template>
<view>
<scroll-view scroll-y>
- <view class="flex justify-end custom-position">
+ <!-- <view class="flex justify-end custom-position">
<view>
<image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image>
</view>
- </view>
+ </view> -->
<view class="nav-list" >
<navigator hover-class="none" :url="'/pages/basics/' + item.name" 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" @click="checked()">
@@ -47,18 +47,18 @@
color: 'blue',
cuIcon: 'goods'
},
- {
- title: '鍚姩鍏ュ簱',
- name: 'startPakin',
- color: 'blue',
- cuIcon: 'goods'
- },
- {
- title: '鎷f枡鍏ュ簱',
- name: 'paking',
- color: 'blue',
- cuIcon: 'goods'
- },
+ // {
+ // title: '鍚姩鍏ュ簱',
+ // name: 'startPakin',
+ // color: 'blue',
+ // cuIcon: 'goods'
+ // },
+ // {
+ // title: '鎷f枡鍏ュ簱',
+ // name: 'paking',
+ // color: 'blue',
+ // cuIcon: 'goods'
+ // },
// {
// title: '搴撳瓨鏌ヨ',
// name: 'stockQuery',
--
Gitblit v1.9.1