Commit 75cd4dd0 authored by youjie's avatar youjie

优化 样式

parent ef251795
......@@ -24,7 +24,8 @@
<view class="err" v-if="x.err">
{{x.err}}
</view>
<view style="color: #dfbe6e;font-size: 22rpx;padding-top: 30rpx;">
<view style="color: #dfbe6e;font-size: 22rpx;"
:style="{'padding-top':x.err?'':'30rpx'}">
{{x.overlapUse==1?'可叠加使用':'不可叠加使用'}}
</view>
<!-- <view class="rule" v-if="x.lineTeamName!='' || x.lineName!=''">{{x.lineName}} {{x.lineTeamName}} 可用</view> -->
......
......@@ -514,6 +514,9 @@
},
// 用户点击确定按钮
getResult(event = null) {
uni.showLoading({
mask: true
})
setTimeout(() => {
let result = {};
// 只返回用户在this.params中配置了为true的字段
......@@ -535,6 +538,7 @@
}
if (event) this.$emit(event, result);
this.close();
uni.hideLoading()
}, 1000);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment