Commit 3efceb0d authored by 黄奎's avatar 黄奎

页面修改

parent e9e1d381
......@@ -412,21 +412,21 @@ namespace Mall.Module.MarketingCenter
{
driveModel.SearchBackground = driveData?.SearchBackground ?? "";
driveModel.SearchTips = driveData?.SearchTips ?? "";
driveModel.IsShowDate = driveData?.IsShowDate ?? 0;
driveModel.IsShowCity = driveData?.IsShowCity ?? 0;
driveModel.IsShowAddress = driveData?.IsShowAddress ?? 0;
driveModel.IsShowCarpooling = driveData?.IsShowCarpooling ?? 0;
driveModel.IsShowGuideCarGoodsType = driveData?.IsShowGuideCarGoodsType ?? 0;
driveModel.IsShowCarClass = driveData?.IsShowCarClass ?? 0;
driveModel.IsShowTravelGuestNum = driveData?.IsShowTravelGuestNum ?? 0;
driveModel.Tips = driveData?.Tips ?? "";
driveModel.TipsIco = driveData?.TipsIco ?? "";
driveModel.IsShowDate = driveData?.IsShowDate ?? 1;
driveModel.IsShowCity = driveData?.IsShowCity ?? 1;
driveModel.IsShowAddress = driveData?.IsShowAddress ?? 1;
driveModel.IsShowCarpooling = driveData?.IsShowCarpooling ?? 1;
driveModel.IsShowGuideCarGoodsType = driveData?.IsShowGuideCarGoodsType ?? 1;
driveModel.IsShowCarClass = driveData?.IsShowCarClass ?? 1;
driveModel.IsShowTravelGuestNum = driveData?.IsShowTravelGuestNum ?? 1;
driveModel.Tips = driveData?.Tips ?? "每辆车都会配备一名专业导游,方便游客出行";
driveModel.TipsIco = driveData?.TipsIco ?? Common.Config.GetFileUrl("/Static/dir_icon.png");
driveModel.SearchIco = driveData?.SearchIco ?? "";
driveModel.SearchFilletPX = driveData?.SearchFilletPX ?? 0;
driveModel.ButtonFilletPX = driveData?.ButtonFilletPX ?? 0;
driveModel.ButtonText = driveData?.ButtonText ?? "";
driveModel.ButtonColor = driveData?.ButtonColor ?? "";
driveModel.ButtonTextColor = driveData?.ButtonTextColor ?? "";
driveModel.ButtonText = driveData?.ButtonText ?? "去订车";
driveModel.ButtonColor = driveData?.ButtonColor ?? "#FF4048";
driveModel.ButtonTextColor = driveData?.ButtonTextColor ?? "#fff";
driveModel.PaddingTop = driveData?.PaddingTop ?? "0";
driveModel.PaddingBottom = driveData?.PaddingBottom ?? "0";
driveModel.PaddingLeft = driveData?.PaddingLeft ?? "0";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment