douzhuo 2年前
コミット
b8b92f6d7e
1個のファイルの変更10行の追加9行の削除
  1. +10
    -9
      pages/mine/reception/addreception.vue

+ 10
- 9
pages/mine/reception/addreception.vue ファイルの表示

@@ -70,7 +70,7 @@
</view>
</view>
<view class="clive" @click.stop="btnSave" :style="{background:(tap==true?'#2671E2':'#949494')}">确定</view>
<view class="clive" @click.stop="btnSave" :style="{background:(isBand==false?'#2671E2':'#949494')}">确定</view>
<!-- <view v-if="Showhiddenunits"> -->
<!-- <u-select v-model="show" :list="list"></u-select> -->
@@ -171,16 +171,17 @@
this.parames.replaceReception = 1;
this.baochunfun()
},
btnSave() {
let that = this
clearTimeout(this.fdFlag)
this.fdFlag = setTimeout(() => {
that.save()
that.fdFlag = null;
}, 500)
btnSave() {
if (this.isBand) return
that.save()
// let that = this
// clearTimeout(this.fdFlag)
// this.fdFlag = setTimeout(() => {
// that.fdFlag = null;
// }, 500)
},
save() {
if (this.isBand) return
if (this.parames.name.length == 0) {
uni.showToast({
icon: "none",


読み込み中…
キャンセル
保存