@using Newtonsoft.Json @model trade_cash @{ ViewBag.Title = "交易 | 交易平仓"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; trade trade = ViewBag.trade; trade pairTrade = ViewBag.PairTrade; //是否平仓复核提交 bool isReCheckConfirm = trade.TradeStatus == ConsTrade.平仓待复核; bool isShowReCheckClose = ViewBag.IsShowReCheckClose; bool isShowApplySwap = ViewBag.IsShowApplySwap; bool isUseApproval = ViewBag.isUseApproval; } @section CSS{ } @section JS { }
@if (ViewBag.IsSwap != 1) {
%
@*
*@ }
@if (ViewBag.IsSwap != 1) { } else { }
@if (ViewBag.IsSwap != 1) {
} else {
}

收取

支付


@if (isUseApproval) { } else { if (ViewBag.IsSwap == 1) { } else { } }