shish há 11 meses atrás
pai
commit
78e5b7795c

+ 1 - 1
hdApp/src/admin/express/create.vue

@@ -70,7 +70,7 @@
       <!-- 操作按钮 -->
       <view class="button-section">
         <button class="express-button query-button" @click="queryDeliveryFee" :disabled="isQuerying">
-          {{ isQuerying ? '查询中...' : '查运费' }}
+          {{ isQuerying ? '查询中...' : '查运费' }}
         </button>
         <button class="express-button submit-button" @click="submitExpress" :disabled="isSubmitting">
           {{ isSubmitting ? '提交中...' : '提交' }}

+ 1 - 1
hdApp/src/admin/goods/add.vue

@@ -94,7 +94,7 @@
 
         <tui-list-cell class="line-cell" :hover="false">
           <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" />
+          <input v-model="form.weight" placeholder-class="phcolor" @focus="onWeightFocus" @blur="onWeightBlur" class="tui-input" name="weight" placeholder="公斤,可输入小数" maxlength="10" type="digit" />
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">

+ 1 - 1
hdApp/src/admin/goods/detail.vue

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