From 722da005a5ec126bedf752ac6bd5c5c7f6172155 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期三, 30 四月 2025 10:52:53 +0800 Subject: [PATCH] 1.1.4 --- pages/index/bumen.vue | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/pages/index/bumen.vue b/pages/index/bumen.vue index 29f9b48..8bd6f85 100644 --- a/pages/index/bumen.vue +++ b/pages/index/bumen.vue @@ -34,14 +34,23 @@ <u-checkbox :customStyle="{marginTop: '5px'}"> </u-checkbox> </u-checkbox-group> --> - <view style="margin-left: 23px;margin-bottom: 10px;font-size: 20px;">缂栧彿:{{item.id}}</view> + <view style="margin-left: 23px;margin-bottom: 10px;font-size: 20px;">{{item.name}}</view> </view> <view style="display: flex;"> - - <!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">缂栧彿:{{item.objectid}} + <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">缂栧彿{{item.id}} + </view> + <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">璐熻矗浜�:{{item.baoliu4}} + </view> + <!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">鍏徃:{{item.company}} </view> --> - <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">鍚嶇О:{{item.name}}</view> + </view> + <view style="display: flex;"> + + <!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">璐熻矗浜�:{{item.baoliu4}} + </view> --> + <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">鍏徃:{{item.company}} + </view> </view> <!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;"> @@ -198,7 +207,7 @@ current: data.page, size: data.size, company: this.company, - juese:uni.getStorageSync('juese'), + juese: uni.getStorageSync('juese'), } if (this.vuex_is_login) { findbumenpage(params).then((res) => { @@ -230,7 +239,7 @@ size: 10, objectid: this.keyword, company: this.company, - juese:uni.getStorageSync('juese'), + juese: uni.getStorageSync('juese'), } if (this.vuex_is_login) { findbumenpage(params).then((res) => { @@ -259,7 +268,7 @@ size: data.size, objectid: data.objectid, company: this.company, - juese:uni.getStorageSync('juese'), + juese: uni.getStorageSync('juese'), } if (this.vuex_is_login) { findbumenpage(params).then((res) => { -- Gitblit v1.9.3