From ade8738172fa411125b6afbb6cceed53ea0f7c94 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Wed, 8 Jun 2022 11:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/learning.vue | 2 +- pages/mine/equipment/index.vue | 2 +- pages/mine/reception/addreception.vue | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/index/learning.vue b/pages/index/learning.vue index e272ebb..9a6dc9b 100644 --- a/pages/index/learning.vue +++ b/pages/index/learning.vue @@ -3,7 +3,7 @@ + :class="activeClass == index ? 'bottom' : ''" @click="clocktab(index, item.id)"> {{ item.name }} diff --git a/pages/mine/equipment/index.vue b/pages/mine/equipment/index.vue index 1ddd389..de34e11 100644 --- a/pages/mine/equipment/index.vue +++ b/pages/mine/equipment/index.vue @@ -20,7 +20,7 @@ - 领用人:{{item.accName}} + 领用人:{{item.accName}} diff --git a/pages/mine/reception/addreception.vue b/pages/mine/reception/addreception.vue index 824d7d9..531b7b9 100644 --- a/pages/mine/reception/addreception.vue +++ b/pages/mine/reception/addreception.vue @@ -122,7 +122,7 @@ daitiReceptionobj: {}, saveisshow: true, isBand: false, // 阻止二次提交 - tap: true, + tap: true, fdFlag:null }; }, @@ -200,17 +200,17 @@ agentId: that.parames.agentId }).then(res => { if (res.unchecked == 0) { - that.baochunfun() + that.baochunfun() this.tap = false; } else { if (res.zs == 0) { that.parames.agentId = res.assign.accountId; - that.baochunfun() + that.baochunfun() this.tap = false; } else { console.log("zo") if (res.assign == null && res.replacement == null) { - that.baochunfun() + that.baochunfun() this.tap = false; } else { if (res.assign == null) { @@ -470,7 +470,7 @@ .clive2 { width: 690rpx; height: 88rpx; - background: #9999; + background: #999; text-align: center; line-height: 88rpx; color: #666; @@ -479,4 +479,4 @@ margin-top: 300rpx; font-size: 32rpx; } - +