shish 1 год назад
Родитель
Сommit
eeec5b96fd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/admin/custom/set.vue

+ 1 - 1
ghsApp/src/admin/custom/set.vue

@@ -43,7 +43,7 @@
 				</tui-list-cell>
 
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">默认送货上门</view>
+					<view class="tui-title">新客送货上门</view>
 					<view>
 						<switch style="transform:scale(0.7,0.7)" :checked="form.home == 0 ? false : true" @change="homeChange" /> {{form.home==1 ? '是' : '否'}}
 					</view>