From c299f99d637eb8f30b7571979bf710c3bcd74ee8 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 12 十二月 2024 13:46:10 +0800 Subject: [PATCH] # --- pages/index/index.vue | 85 +++++++++++++++++++++++++++++++++++++----- 1 files changed, 74 insertions(+), 11 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index a1f9b16..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()"> @@ -23,11 +23,23 @@ data() { return { elements:[ + // { + // title: '涓婃灦绠$悊', + // name: 'putOnSale', + // color: 'blue', + // cuIcon: 'video' + // }, + // { + // title: '涓嬫灦绠$悊', + // name: 'offLines', + // color: 'blue', + // cuIcon: 'copy' + // }, { title: '缁勬墭鍏ュ簱', name: 'pakin', color: 'blue', - cuIcon: 'goods' + cuIcon: 'copy' }, { title: '璁㈠崟缁勬墭', @@ -35,18 +47,69 @@ color: 'blue', cuIcon: 'goods' }, - { - title: '搴撲綅鐩樼偣', - name: 'stockCheck', - color: 'blue', - cuIcon: 'goods' - }, + // { + // title: '鍚姩鍏ュ簱', + // name: 'startPakin', + // color: 'blue', + // cuIcon: 'goods' + // }, + // { + // title: '鎷f枡鍏ュ簱', + // name: 'paking', + // color: 'blue', + // cuIcon: 'goods' + // }, + // { + // title: '搴撳瓨鏌ヨ', + // name: 'stockQuery', + // color: 'blue', + // cuIcon: 'searchlist' + // }, + + // { + // title: '鍗曟嵁鍑哄簱', + // name: 'orderOut', + // color: 'blue', + // cuIcon: 'video' + // }, + // { + // title: '搴撲綅鍑哄簱', + // name: 'stoOut', + // color: 'blue', + // cuIcon: 'video' + // }, + // { + // title: '鍟嗗搧鍏ュ簱', + // name: 'pakStore', + // color: 'blue', + // cuIcon: 'video' + // }, + // { + // title: '搴撳瓨鐩樼偣', + // name: 'stoCheck', + // color: 'blue', + // cuIcon: 'safe' + // }, + // { + // title: '骞充粨搴撳瓨鐩樼偣', + // name: 'manStoCheck', + // color: 'blue', + // cuIcon: 'safe' + // }, + // { + // title: '骞充粨搴撳瓨鐩樼偣', + // name: 'manStoCheck', + // color: 'blue', + // cuIcon: 'safe' + // }, { title: '閫�鍑虹櫥褰�', name: 'logOut', - color: 'blue', + color: 'grey', cuIcon: 'exit' - }] + }, + + ] } }, onLoad() { -- Gitblit v1.9.1