From 81f25b1e8c7db1db399fce8d1c9143bd489a7ee0 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期一, 12 五月 2025 15:11:22 +0800 Subject: [PATCH] #AGV站点绑定 --- pages/home/index.vue | 29 +++++++++++++++++------------ 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 12e7ad4..70d6370 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -4,7 +4,7 @@ <image src="../../static/img/toux.png" class="tx" mode="widthFix"></image> <view class="text-xl margin-top-sm margin-left-lg"> <view class="text-blue text-bold text-xxl"> - 寮犵粡鐞� + {{user.username}} </view> <view class="text-gray">浠撳簱涓荤 | zy32423423</view> </view> @@ -19,13 +19,13 @@ </view> <view class="cu-list grid col-4 no-border"> - <view class="cu-item"> + <!-- <view class="cu-item"> <navigator hover-class='none' url="/pages/rece/standard" navigateTo> <view class="cuIcon-apps text-blue"> </view> <text>鏍囧噯鏀惰揣</text> </navigator> - </view> + </view> --> <view class="cu-item"> <navigator hover-class='none' url="/pages/rece/other" navigateTo> @@ -35,18 +35,18 @@ </navigator> </view> - <view class="cu-item"> + <!-- <view class="cu-item"> <navigator hover-class='none' url="/pages/listing/disc" navigateTo> <view class="cuIcon-cardboard text-blue"> </view> <text>缁勭洏</text> </navigator> - </view> + </view> --> <view class="cu-item"> <navigator hover-class='none' url="/pages/listing/matnrPalletising" navigateTo> <view class="cuIcon-cardboard text-blue"> </view> - <text>鐗╂枡缁勭洏</text> + <text>鍗曟嵁缁勭洏</text> </navigator> </view> @@ -90,19 +90,19 @@ <text>浜哄伐涓婃灦</text> </navigator> </view> - + <view class="cu-item"> - <navigator hover-class='none' url="/pages/listing/upper" navigateTo> + <navigator hover-class='none' url="/pages/AGV/AGVStaBind" navigateTo> <view class="cuIcon-punch text-blue"> </view> - <text>涓婃灦</text> + <text>AGV绔欑偣缁戝畾</text> </navigator> </view> <view class="cu-item"> - <navigator hover-class='none' url="/pages/phyz/inStock/inStock" navigateTo> + <navigator hover-class='none' url="/pages/AGV/AGVStaBind" navigateTo> <view class="cuIcon-punch text-blue"> </view> - <text>鍏ュ簱涓婃灦</text> + <text>AGV鍚姩鍏ュ簱</text> </navigator> </view> </view> @@ -135,9 +135,14 @@ export default { data() { return { - + user:{ + + } } }, + onShow() { + this.user = uni.getStorageSync('userData'); + }, methods: { equit() { uni.showToast({ -- Gitblit v1.9.1