Commit 24ea0ea71b9379d70a6aaeb8dce8ef45fcb3a3de

Authored by lxf
1 parent 1c3a8a3a

fix: 下单加保险

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
pages/order/add.vue
... ... @@ -142,6 +142,7 @@
142 142 :placeholder="form.coverageLimit ? `最高赔付${form.coverageLimit}万` : '最高赔付300万'"
143 143 disabledColor="#ffffff"
144 144 placeholder-style="color:#ffcc00"
  145 + color="#ffcc00"
145 146 disabled
146 147 >
147 148 <template #suffix>
... ...