@@ -93,7 +93,7 @@
</tui-list-cell>
<tui-list-cell class="line-cell" :hover="false">
- <view class="tui-title">重量(千克)</view>
+ <view class="tui-title">重量(公斤)</view>
<input v-model="form.weight" placeholder-class="phcolor" @focus="onWeightFocus" @blur="onWeightBlur" class="tui-input" name="weight" placeholder="单位:千克,可输入小数" maxlength="10" type="digit" />
@@ -98,7 +98,7 @@
<input v-model="form.weight" @focus="onWeightFocus" @blur="onWeightBlur" placeholder-class="phcolor" class="tui-input" name="weight" placeholder="单位:千克,可输入小数" maxlength="10" type="digit" />