|
|
@ -161,31 +161,31 @@
|
|
|
|
<div class="panel-heading">Channels</div>
|
|
|
|
<div class="panel-heading">Channels</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="form-group col-sm-6">
|
|
|
|
<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_alipay" bs-switch switch-change="toggleChannel('alipay')">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_alipay" bs-switch switch-change="toggleChannel('alipay')">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group col-sm-6">
|
|
|
|
<div class="form-group col-sm-4">
|
|
|
|
<label class="col-xs-6 control-label">Bestpay|翼支付</label>
|
|
|
|
<label class="col-xs-6 control-label">Bestpay|翼支付</label>
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_bestpay" bs-switch switch-change="toggleChannel('bestpay')">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_bestpay" bs-switch switch-change="toggleChannel('bestpay')">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group col-sm-6">
|
|
|
|
<div class="form-group col-sm-4">
|
|
|
|
<label class="col-xs-6 control-label">WeChat|微信</label>
|
|
|
|
<label class="col-xs-6 control-label">WeChat|微信</label>
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_wechat" bs-switch switch-change="toggleChannel('wechat')">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_wechat" bs-switch switch-change="toggleChannel('wechat')">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group col-sm-6">
|
|
|
|
<div class="form-group col-sm-4">
|
|
|
|
<label class="col-xs-6 control-label">JD|京东</label>
|
|
|
|
<label class="col-xs-6 control-label">JD|京东</label>
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_jd" bs-switch switch-change="toggleChannel('jd')">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_jd" bs-switch switch-change="toggleChannel('jd')">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group col-sm-6">
|
|
|
|
<div class="form-group col-sm-4">
|
|
|
|
<label class="col-xs-6 control-label">HF|汇付</label>
|
|
|
|
<label class="col-xs-6 control-label">HF|汇付</label>
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_hf" bs-switch switch-change="toggleChannel('hf')">
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_hf" bs-switch switch-change="toggleChannel('hf')">
|
|
|
@ -313,6 +313,14 @@
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<label class="col-sm-2 control-label">HF Pay Link</label>
|
|
|
|
|
|
|
|
<div class="col-sm-10">
|
|
|
|
|
|
|
|
<input type="checkbox" ng-model="paymentInfo.enable_link" bs-switch switch-change="toggleHfLink('hf')">
|
|
|
|
|
|
|
|
<span ng-if="paymentInfo.enable_link">{{paymentInfo.hf_pay_url}}</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|