|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
<view class="content__btn">
|
|
|
|
|
<u-button :custom-style="btnStyle1" shape="circle" type="error"
|
|
|
|
|
@click="$emit('update:isShow',false),clearList()">取消</u-button>
|
|
|
|
|
<u-button :custom-style="btnStyle2" shape="circle" type="primary" @click.stop="submit">确认</u-button>
|
|
|
|
|
<u-button :throttle-time="5000" :custom-style="btnStyle2" shape="circle" type="primary" @click.stop="submit">确认</u-button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</u-mask>
|
|
|
|
|
|