|
|
@@ -103,7 +103,7 @@
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-show="form.sendType == 2" >
|
|
|
<view class="tui-title">运费</view>
|
|
|
- <input type="number" placeholder="请填写运费,留空免运费" v-model="form.sendCost" placeholder-class="tui-placeholder"/>
|
|
|
+ <input type="digit" placeholder="请填写运费" v-model="form.sendCost" placeholder-class="tui-placeholder"/>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|