From e94ac3c8f45346809a72488bafe51bc5b2cd19e3 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 05 十二月 2022 11:02:46 +0800
Subject: [PATCH] #
---
pages/index/index.vue | 66 +++++++++++++++++++-------------
1 files changed, 39 insertions(+), 27 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 86aec83..80fc7b5 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -3,7 +3,7 @@
<scroll-view scroll-y>
<view class="flex justify-end custom-position">
<view>
- <image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image>
+ <!-- <image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image> -->
</view>
</view>
<view class="nav-list" >
@@ -23,18 +23,6 @@
data() {
return {
elements:[
- // {
- // title: '涓婃灦绠$悊',
- // name: 'putOnSale',
- // color: 'blue',
- // cuIcon: 'video'
- // },
- // {
- // title: '涓嬫灦绠$悊',
- // name: 'offLines',
- // color: 'blue',
- // cuIcon: 'copy'
- // },
{
title: '缁勬墭鍏ュ簱',
name: 'pakin',
@@ -49,19 +37,48 @@
cuIcon: 'goods',
show: true
},
- {
- title: '鍚姩鍏ュ簱',
- name: 'startPakin',
- color: 'blue',
- cuIcon: 'goods',
- show: true
- },
// {
// title: '搴撳瓨鏌ヨ',
// name: 'stockQuery',
// color: 'blue',
- // cuIcon: 'searchlist'
+ // cuIcon: 'searchlist',
+ // show: true
// },
+ // {
+ // title: '搴撳瓨鐩樼偣',
+ // name: 'stockCheck',
+ // color: 'blue',
+ // cuIcon: 'safe',
+ // show: true
+ // },
+ {
+ title: '鍛煎彨绌烘澘',
+ name: 'callEmpty',
+ color: 'blue',
+ cuIcon: 'safe',
+ show: true
+ },
+ // {
+ // title: '涓婃灦绠$悊',
+ // name: 'putOnSale',
+ // color: 'blue',
+ // cuIcon: 'video'
+ // },
+ // {
+ // title: '涓嬫灦绠$悊',
+ // name: 'offLines',
+ // color: 'blue',
+ // cuIcon: 'copy'
+ // },
+
+ // {
+ // title: '鍚姩鍏ュ簱',
+ // name: 'startPakin',
+ // color: 'blue',
+ // cuIcon: 'goods',
+ // show: true
+ // },
+
// {
// title: '鍗曟嵁鍑哄簱',
@@ -81,12 +98,7 @@
// color: 'blue',
// cuIcon: 'video'
// },
- // {
- // title: '搴撳瓨鐩樼偣',
- // name: 'stoCheck',
- // color: 'blue',
- // cuIcon: 'safe'
- // },
+
// {
// title: '骞充粨搴撳瓨鐩樼偣',
// name: 'manStoCheck',
--
Gitblit v1.9.1