初始上传
This commit is contained in:
40
addon/niusms/shop/view/sms/pay_result.html
Executable file
40
addon/niusms/shop/view/sms/pay_result.html
Executable file
@@ -0,0 +1,40 @@
|
||||
<style>
|
||||
.pay-wrap{
|
||||
text-align: center;
|
||||
}
|
||||
.pay-wrap .pay-text {
|
||||
font-size: 16px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.pay-wrap .pay-money {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.pay-wrap .pay-footer {
|
||||
margin-top: 30px;
|
||||
}
|
||||
.form-wrap{
|
||||
margin-top: 250px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="layui-form form-wrap">
|
||||
{notempty name="$order_info"}
|
||||
<div class="pay-wrap">
|
||||
{if $order_info.order_status == 1}
|
||||
<div class="pay-icon"><img src="NIU_SMS_IMG/pay_success.png"/></div>
|
||||
<div class="pay-text">支付成功</div>
|
||||
{else/}
|
||||
<div class="pay-icon"><img src="NIU_SMS_IMG/pay_error.png"/></div>
|
||||
<div class="pay-text">支付失败</div>
|
||||
{/if}
|
||||
<div class="pay-money text-color">支付金额:¥{$order_info.pay_money}</div>
|
||||
<div class="pay-footer">
|
||||
<button class="layui-btn layui-btn-primary" onclick="location.hash = ns.hash('niusms://shop/sms/index')">返回</button>
|
||||
</div>
|
||||
</div>
|
||||
{else/}
|
||||
<p class="error">支付失败</p>
|
||||
{/notempty}
|
||||
</div>
|
||||
Reference in New Issue
Block a user