#@ucenter_noleft_layout('支付台') #define script() #end #define css() #end #define content()
#for(item : orderItems) #end
商品 单价 # 数量 总价
#(item.product_title ??)
#for(option : item.optionsMap) #(option.key ??) : #(option.value ??) #if(!(for.last))
#end #end
#(item.product_price ??)
#(item.product_count ??)
#(item.product_count * item.product_price ??)

收件人信息

支付信息

#if(wechatxConfig.isEnable())
#end #if(alipayxConfig.isEnable())
#end #if(wechatConfig.isEnable())
#end #if(alipayConfig.isEnable())
#end #if(paypalConfig.isEnable())
#end
#end