Commit c198c7fe authored by xd's avatar xd

小调整

parent b2fa0663
......@@ -16,7 +16,7 @@
<div class="type">
<div class="t-l">佣金类型</div>
<div class="t-r">
<van-radio-group v-model="type">
<van-radio-group v-model="type" @change="handleChooseChange">
<van-radio name="1" style="float:left;">固定金额</van-radio>
<van-radio name="2" style="float:right;">成交价比例</van-radio>
</van-radio-group>
......@@ -169,6 +169,10 @@ export default {
handleEndTime(value) {
this.endTime1 = this.timeFormat(value);
this.endShow = false;
},
handleChooseChange(e) {
this.price = ''
this.percent = ''
}
}
};
......
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