diff --git a/mobile/source/apps/flow/views/checkout.html b/mobile/source/apps/flow/views/checkout.html index ba8f49f..6e8774a 100755 --- a/mobile/source/apps/flow/views/checkout.html +++ b/mobile/source/apps/flow/views/checkout.html @@ -2,7 +2,7 @@ -
+
@@ -98,19 +98,19 @@
- -
-
-

配送方式

- -
-
-
-
-
    -
  • - + + +
  • + {if $ru.ru_id == 0 && $ru.self_point != '' && !empty($picksite_list)} + +
  • + +
  • + {/if} +
+ +
-
- -
- + + + {if $ru.ru_id == 0} {if $ru.shipping_type == 1 || ($ru.shipping_type == 0 && !empty($ru.shipping.shipping_name))}
  • -
    -
    - - +
    +
    + + - -
    -
    - - - + + + $.post("{U('select_picksite')}", {shipping_date: text[0], time_range: text[1]}, function(result){ + if(result.error > 0){ + if(result.err_msg){ + d_messages(result.err_msg); + } + return false; + } + }, 'json'); + return true; + } + }); +
  • {/if} {if $ru.self_point != '' && !empty($picksite_list)} @@ -195,34 +195,34 @@
    {$ru.self_point.name}
    -
    -
    -
    - - 关闭 -
    -
    -
    -
    -
    -
    -
      - {foreach $picksite_list as $pick} -
    • - -
    • - {/foreach} -
    -
    -
    -
    -
    -
    +
    +
    +
    + + 关闭 +
    +
    +
    +
    +
    +
    +
      + {foreach $picksite_list as $pick} +
    • + +
    • + {/foreach} +
    +
    +
    +
    +
    +
    {/if} @@ -336,103 +336,103 @@

    {$order.inv_content}

    -
    -
    -
    -
    -
    -
    -
    -
    - 发票抬头 -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -
    - 发票内容 -
    -
    -
      - {foreach $inv_content_list as $key => $content} -
    • - -
    • - {/foreach} -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    +
    +
    +
    +
    +
    +
    +
    +
    + 发票抬头 +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + 发票内容 +
    +
    +
      + {foreach $inv_content_list as $key => $content} +
    • + +
    • + {/foreach} +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    - - {/if} - {if $allow_use_bonus && $bonus_list} -
  • +
  • + {/if} + {if $allow_use_bonus && $bonus_list} +
  • -
    - {if $order_bonus} - 优惠金额 - {$order_bonus.type_money_format} - {else} - 不使用优惠券 - - {/if} -
    - -
    -
    -
    -
      - {foreach $bonus_list as $key=>$bonus} -
    • -
      -
      - ¥{$bonus.type_money} -
      -
      - {if $bonus.shop_name} -

      {$bonus.shop_name}

      - {/if} -

      {$bonus.type_name}

      -

      {$bonus.use_start_date} ~ {$bonus.use_end_date}

      -
      - -
      +
      + {if $order_bonus} + 优惠金额 + {$order_bonus.type_money_format} + {else} + 不使用优惠券 + + {/if} +
      + +
      +
      +
      +
        + {foreach $bonus_list as $key=>$bonus} +
      • +
        +
        + ¥{$bonus.type_money} +
        +
        + {if $bonus.shop_name} +

        {$bonus.shop_name}

        + {/if} +

        {$bonus.type_name}

        +

        {$bonus.use_start_date} ~ {$bonus.use_end_date}

        +
        +
        -
      • - {/foreach} -
      -
      - -
      -
      -
      -
      - -
    • - {/if} -
    - +
    +
  • + {/foreach} + +
    + +
    + + + + + + {/if} + + {if $allow_use_integral}
    @@ -452,231 +452,153 @@ 实付款 {if $total.exchange_integral}{$total.exchange_integral}积分 + {/if}{$total.amount_formated} - {if $total.exchange_integral}确认兑换{else}提交订单{/if} + {if $total.exchange_integral}确认兑换{else}提交订单{/if} - - + + - - + + - -
    -
    - - - {include file="script"} - - + + $(".invliothers").click(function(){ + $(".invhead").css('display','block'); + }); + $(".invli").click(function(){ + $(".invhead").css('display','none'); + }); + }) +