liucf 5 years ago
parent
commit
f4f50f3c32
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/OptionInp.vue

+ 2 - 2
src/common/OptionInp.vue

@@ -5,7 +5,7 @@
     <div class="inp" @click="preClick">
       <input :type="msg.type=='number'?'tel':'text'" 
               :placeholder="msg.placeholder"
-              
+              :disabled="exclu"
               :class="[{'exclu':exclu},{'cancel':item.select==0}]"
               v-model="txt"
               @click="handleCli"
@@ -99,7 +99,7 @@ import { getExpStr,scrollToV,isIos} from '@utils/tools';
       color: #bbbbbb !important;
     }
     input:disabled, input[disabled]{
-      background:transparent;
+      // background:transparent;
       border-bottom-color: #DEDEDE !important;
     }
     // input:disabled,input[disabled]::-webkit-input-placeholder{