|
|
@ -281,7 +281,9 @@ |
|
|
|
<Run Text="推广成本"/> |
|
|
|
<Run Text="{Binding ToDayOrderAchievement.AdvCost}"/> |
|
|
|
</TextBlock> |
|
|
|
<Path Style="{StaticResource path_question}" Fill="{StaticResource Text.Pink}" Width="14" Margin="5,0,0,0"> |
|
|
|
<Path Style="{StaticResource path_question}" Fill="{StaticResource Text.Pink}" Width="14" Margin="5,0,0,0" |
|
|
|
ToolTipService.InitialShowDelay="0" |
|
|
|
ToolTipService.ShowDuration="20000"> |
|
|
|
<Path.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<StackPanel> |
|
|
@ -1451,8 +1453,7 @@ |
|
|
|
<Run Text="售后成本"/> |
|
|
|
<Run Text="{Binding AfterTotalCost}"/> |
|
|
|
</TextBlock> |
|
|
|
<Path Style="{StaticResource path_question}" Width="14" Margin="5,0,0,0" Fill="{StaticResource Text.Pink}" |
|
|
|
ToolTipService.InitialShowDelay="0" ToolTipService.ShowDuration="10000"> |
|
|
|
<Path Style="{StaticResource path_question}" Width="14" Margin="5,0,0,0" Fill="{StaticResource Text.Pink}"> |
|
|
|
<Path.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<Grid Width="770" Height="120"> |
|
|
|