This commit is contained in:
2025-04-21 10:55:02 +08:00
parent 8f2dab15a8
commit 214ffc2d87
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
"name" : "高测",
"appid" : "__UNI__C550D5E",
"description" : "高测手持系统",
"versionName" : "1.0.2",
"versionCode" : 102,
"versionName" : "1.0.3",
"versionCode" : 103,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -35,7 +35,7 @@
</view>
<view class="zd-row submit-bar_new">
<button class="zd-col-7 submit-button_c" @tap="toClear">清空</button>
<button class="zd-col-15 submit-button_new" :class="{'btn-disabled': !index1 || !val2 || !val3 || !val4}" :disabled="disabled" @tap="_yclrk">确认</button>
<button class="zd-col-15 submit-button_new" :class="{'btn-disabled': !index1 || !val2 || !val4}" :disabled="disabled" @tap="_yclrk">确认</button>
</view>
</view>
</template>
@@ -84,7 +84,7 @@
},
async _yclrk () {
this.disabled = true
if (!this.index1 || !this.val2 || !this.val3 || !this.val4) {
if (!this.index1 || !this.val2 || !this.val4) {
this.disabled = false
return
}