shish 3 жил өмнө
parent
commit
afb578f1a6

+ 2 - 2
hdApp/src/admin/billing/affirmGhs.vue

@@ -99,9 +99,9 @@
 					</tui-list-cell>
 
 					<tui-list-cell class="line-cell" :hover="false" :arrow="true">
-						<view class="tui-title ">送花时间</view>
+						<view class="tui-title ">配送日期</view>
 						<picker mode="date" :value="sendTimeWant" @change="bindDateChange" style="width:400upx;">
-							<view class="uni-input" v-if="sendTimeWant==''" style="color:#CCCCCC;">请选日期,默认当天</view>
+							<view class="uni-input" v-if="sendTimeWant==''" style="color:#CCCCCC;">请选日期,默认当天</view>
 							<view class="uni-input">{{sendTimeWant}}</view>
 						</picker>
 					</tui-list-cell>

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -70,7 +70,7 @@
 									<view class="has-color-button">点我选颜色</view>
 								</view>
 								<view v-if="productItem.presell && productItem.presell == 1" style="position:absolute;top:150upx;font-size:26upx;color:#3385ff;white-space: nowrap;text-overflow: hidden;">
-									到货
+									配送日期
 									<block v-if="!$util.isEmpty(productItem.presellDateShow)">
 										<text v-for="(dateItem, dateIndex) in productItem.presellDateShow" :key="dateIndex" style="">{{dateItem}}<text v-if="dateIndex!=productItem.presellDateShow.length-1">,</text></text>
 									</block>