components/key-bord/key-bord.vue
@@ -9,7 +9,7 @@ </view> <view class="u-flex-col"> <view hover-class="num-hover" class="del-item u-flex u-row-center" @click="delStr"> <image src="@/static/imgs/del-icon.png" class="del-btn"></image> <image src="@/static/del-icon.png" class="del-btn"></image> </view> <view hover-class="num-hover" :class="['pay-btn', 'u-font-30', 'color-fff', 'font-bold',{'disa-btn':Number(emitNum||'0')===0}]" @click="pay">付款 </view>