From 4fe03b6ba321418a0356e37de44417be03cda5af Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期五, 12 四月 2024 10:24:10 +0800 Subject: [PATCH] # --- pages/mat/matQuery.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index e3713f5..caddab7 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -24,6 +24,7 @@ <view class="tag-item">鍟嗗搧缂栧彿锛� {{item.matnr}}</view> <view class="tag-item">鍟嗗搧鍚嶇О锛� {{item.maktx ? item.maktx : '--'}}</view> <view class="tag-item">鍟嗗搧瑙勬牸锛� {{item.specs ? item.specs : '--'}}</view> + <view class="tag-item">澶囨敞锛� {{item.memo ? item.memo : '--'}}</view> </view> </view> <uni-load-more v-show="matList.length != 0" :status="status" :icon-size="16" :content-text="contentText" /> @@ -124,6 +125,7 @@ 'token':uni.getStorageSync('token'), }, success(result) { + console.log(result); that.tagList = null that.matList = [] var res = result.data @@ -165,6 +167,7 @@ 'token':uni.getStorageSync('token'), }, success(result) { + console.log(result); that.tagList = null var res = result.data if (res.code === 200) { -- Gitblit v1.9.1