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; } - +