fix 支付配置页面 aps配置调整

master
Todking 3 years ago
parent 2bbabab137
commit bb1e1382c7

@ -250,13 +250,13 @@
ng-change="toggleChannel('rpaypmt_dd')"> ng-change="toggleChannel('rpaypmt_dd')">
</div> </div>
</div> </div>
<div class="form-group col-sm-4"> <!-- <div class="form-group col-sm-4">-->
<label class="col-xs-6 control-label">Alipay+|支付宝</label> <!-- <label class="col-xs-6 control-label">Alipay+|支付宝</label>-->
<div class="col-xs-6"> <!-- <div class="col-xs-6">-->
<input type="checkbox" ng-model="paymentInfo.enable_alipayplus" bs-switch <!-- <input type="checkbox" ng-model="paymentInfo.enable_alipayplus" bs-switch-->
ng-change="toggleChannel('alipayplus')"> <!-- ng-change="toggleChannel('alipayplus')">-->
</div> <!-- </div>-->
</div> <!-- </div>-->
<div class="form-group col-sm-4"> <div class="form-group col-sm-4">
<label class="col-xs-6 control-label">Alipay+(APS)</label> <label class="col-xs-6 control-label">Alipay+(APS)</label>
<div class="col-xs-6"> <div class="col-xs-6">
@ -556,7 +556,7 @@
<div class="form-group col-sm-4"> <div class="form-group col-sm-4">
<label class="col-xs-6 control-label">AlipayCN channel</label> <label class="col-xs-6 control-label">AlipayCN channel</label>
<div class="col-xs-6"> <div class="col-xs-6">
<input type="checkbox" ng-model="paymentInfo.alipay_cn_switch" bs-switch switch-on-text="APS" <input type="checkbox" ng-model="paymentInfo.alipay_cn_switch" bs-switch switch-on-text="Alipay+(APS)"
switch-off-text="Alipay" switch-off-text="Alipay"
ng-change="switchAlipayCn(paymentInfo.client_id,paymentInfo.aps_config_id,paymentInfo.alipay_cn_switch)"> ng-change="switchAlipayCn(paymentInfo.client_id,paymentInfo.aps_config_id,paymentInfo.alipay_cn_switch)">
</div> </div>

Loading…
Cancel
Save