Skip to content

Commit

Permalink
修复内置商城支付选择错误
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamn committed May 9, 2020
1 parent e88683f commit 504ce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protected/controller/index/BuyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function actionCreate(){

$payId=$vpay->getPayId($price,$param);

$type=intval(arg('payType'))===1?1:2;
$type=intval(arg('type'))===1?1:2;

$html=1;//是否使用自带的支付页面,为0表示不使用自带的支付页面

Expand Down

0 comments on commit 504ce95

Please sign in to comment.