Browse Source

测试判断微信支付方式

master
lixiaoyu 3 years ago
parent
commit
654053569c
  1. 1
      mobile/source/apps/flow/controllers/IndexController.php
  2. 2
      mobile/source/apps/flow/views/checkout.html

1
mobile/source/apps/flow/controllers/IndexController.php

@ -527,7 +527,6 @@ class IndexController extends FrontendController {
*/ */
public function actiondone(){ public function actiondone(){
var_dump("-----------------");
/* 取得购物类型 */ /* 取得购物类型 */
$flow_type = isset($_SESSION['flow_type']) ? intval($_SESSION['flow_type']) : CART_GENERAL_GOODS; $flow_type = isset($_SESSION['flow_type']) ? intval($_SESSION['flow_type']) : CART_GENERAL_GOODS;

2
mobile/source/apps/flow/views/checkout.html

@ -2,7 +2,7 @@
<link rel="stylesheet" type="text/css" href="{__TPL__}css/mobile-select-area.css"> <link rel="stylesheet" type="text/css" href="{__TPL__}css/mobile-select-area.css">
<link rel="stylesheet" type="text/css" href="{__TPL__}css/dialog.css"> <link rel="stylesheet" type="text/css" href="{__TPL__}css/dialog.css">
<form action="{U('flow/index/done')}" method="post" name="theForm" id="theForm" onSubmit="return checkOrderForm(this)"> <form action="{U('flow/index/done')}" method="post" name="theForm" id="theForm">
<div class="con"> <div class="con">
<div class="flow-checkout"> <div class="flow-checkout">
<section class="flow-checkout-adr padding-all"> <section class="flow-checkout-adr padding-all">

Loading…
Cancel
Save