Browse Source

立即发单

shish 5 years ago
parent
commit
69a0f9c0ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ghsApp/src/components/app-timer.vue

+ 2 - 2
ghsApp/src/components/app-timer.vue

@@ -28,11 +28,11 @@ export default{
   props: {
   props: {
     timeLabel: {
     timeLabel: {
 			type: String,
 			type: String,
-			default: "配送时间"
+			default: "发单时间"
 		},
 		},
     placeholder: {
     placeholder: {
 			type: String,
 			type: String,
-			default: "请选择具体时间"
+			default: "默认立即发单"
 		},
 		},
     sendTime: {
     sendTime: {
 			type: String,
 			type: String,