|
@@ -81,7 +81,6 @@ class StoreOrder extends BaseController
|
|
|
$payType = $this->request->param('pay_type');
|
|
|
$is_percentage = (int)$this->request->param('is_percentage',0); //0.正常购买 1.百分比支付
|
|
|
$post = (array)$this->request->param('post');
|
|
|
-
|
|
|
$isPc = $payType === 'pc';
|
|
|
if ($isPc) {
|
|
|
$payType = 'balance';
|