103
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "高测",
|
"name" : "高测",
|
||||||
"appid" : "__UNI__C550D5E",
|
"appid" : "__UNI__C550D5E",
|
||||||
"description" : "高测手持系统",
|
"description" : "高测手持系统",
|
||||||
"versionName" : "1.0.2",
|
"versionName" : "1.0.3",
|
||||||
"versionCode" : 102,
|
"versionCode" : 103,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="zd-row submit-bar_new">
|
<view class="zd-row submit-bar_new">
|
||||||
<button class="zd-col-7 submit-button_c" @tap="toClear">清空</button>
|
<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>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
},
|
},
|
||||||
async _yclrk () {
|
async _yclrk () {
|
||||||
this.disabled = true
|
this.disabled = true
|
||||||
if (!this.index1 || !this.val2 || !this.val3 || !this.val4) {
|
if (!this.index1 || !this.val2 || !this.val4) {
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user