From e4bf87c5cac0e9dc291c93a364658fefccd2884d Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 12 九月 2024 11:32:27 +0800 Subject: [PATCH] feat:登陆密码输入框增加眼睛显示 --- pages/customer-page/customer-index/customer-index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 450af5b..0309926 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -5,7 +5,7 @@ <!-- 寰呴鍙栧拰杞彂鏀跺彂鍗� --> <view class="wait-collection" - style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> + style="background: url('https://wrzs.czjlchem.com:9090/wrzs/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> </view> <!-- 鑷富閰嶉�佺晫闈� --> <view class="self-deliver" v-if="personnelType === 1"> @@ -50,7 +50,8 @@ </view> <view class="second-line"> <view class="coal-name"> - <view class="coal-name-tag">{{ item.productNames || item.productName }}</view> + <view class="coal-name-tag">{{ item.productNames || item.productName }} <text style="margin-left: 20rpx;">{{ proType[item.packingType]}}</text> </view> + <view class="black-bar"></view> <view class="coal-type" v-if="item.orderType">{{ item.orderType }}</view> @@ -109,7 +110,7 @@ size="40"></u-icon></view> </view> <view class="second"> - <view class="coal-name">{{ item.productNames || item.productName }}</view> + <view class="coal-name">{{ item.productNames || item.productName }} <text style="margin-left: 20rpx;">{{ proType[item.packingType]}}</text></view> <view class="order-type">{{ item.orderType || '' }}</view> </view> <view class="third"> @@ -205,6 +206,7 @@ data() { return { orderPlanData: [], + proType:['鏁h','娑叉隘鐡惰','缃愯','PVC25','PVC80','PVC1150','PVc1200'], personnelType:'', // 鐢ㄦ埛绫诲瀷 show: false, // 棰嗗彇鏀跺彂鍗曞脊鍑烘 receiveNum: null, -- Gitblit v1.9.1