汇付宝添加支付宝与微信

master
zhengyongxing 5 years ago
parent 541ec17db5
commit 2a54b0ed08

@ -21,6 +21,7 @@ class ToolController extends ThinkController {
{ {
$name = $_POST['name']; $name = $_POST['name'];
$config = I('config'); $config = I('config');
$data = array('config'=>json_encode($config),'template'=>$_POST['template'],'status'=>$_POST['status']); $data = array('config'=>json_encode($config),'template'=>$_POST['template'],'status'=>$_POST['status']);
$map['name']=$name; $map['name']=$name;

@ -1710,10 +1710,18 @@
</label></span> </label></span>
<span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">支付宝</span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">支付宝</span>
--> -->
<!-- <span class="form_checkbox">-->
<!-- <label><input name="config[wxp]" type="checkbox" value="1" <eq name="heepay['wxp']" value="1">checked="checked"</eq> class="">-->
<!-- </label></span>-->
<!-- <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">微信小程序</span>-->
<span class="form_checkbox"> <span class="form_checkbox">
<label><input name="config[wxp]" type="checkbox" value="1" <eq name="heepay['wxp']" value="1">checked="checked"</eq> class=""> <label><input name="config[alipay]" type="checkbox" value="1" <eq name="heepay['alipay']" value="1">checked="checked"</eq> class="">
</label></span> </label></span>
<span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">微信小程序</span> <span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">支付宝</span>
<span class="form_checkbox">
<label><input name="config[wxpay]" type="checkbox" value="1" <eq name="heepay['wxpay']" value="1">checked="checked"</eq> class="">
</label></span>
<span class="notice-text" style="margin-left:5px;margin-right: 15px;width: 70px;">微信</span>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save