shish пре 1 година
родитељ
комит
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>