diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml index 769e635..9ee14da 100644 --- a/Host/Views.Mobile/Product/Index.cshtml +++ b/Host/Views.Mobile/Product/Index.cshtml @@ -955,7 +955,7 @@ } }, pay_page(){ - if (this.province_city.surplus_out_total < this.order_info.buy_num>){ + if (this.province_city.surplus_out_total < this.order_info.buy_num){ alert('节点数量不足!'); return; } diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index 5f371f3..d399220 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -1296,7 +1296,7 @@ } }, pay_page(){ - if (this.province_city.surplus_out_total < this.order_info.buy_num>){ + if (this.province_city.surplus_out_total < this.order_info.buy_num){ alert('节点数量不足!'); return; }