Browse Source

测试判断微信支付方式

master
lixiaoyu 3 years ago
parent
commit
f37dcdeefd
  1. 14
      mobile/source/apps/flow/views/done.html

14
mobile/source/apps/flow/views/done.html

@ -42,13 +42,13 @@
{$pay_online} {$pay_online}
<!-- {/if} --> <!-- {/if} -->
</div> </div>
<div class="flow-done-other"> <!-- <div class="flow-done-other">-->
{if $child_order > 1} <!-- {if $child_order > 1}-->
<a href="{U('user/index/index')}">会员中心</a> <!-- <a href="{U('user/index/index')}">会员中心</a>-->
{else} <!-- {else}-->
<a href="{U('user/order/detail', array('order_id'=>$order['order_id']))}">查看订单</a> <!-- <a href="{U('user/order/detail', array('order_id'=>$order['order_id']))}">查看订单</a>-->
{/if} <!-- {/if}-->
</div> <!-- </div>-->
</div> </div>
</div> </div>
<!--引用js--> <!--引用js-->

Loading…
Cancel
Save