Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
complate.pug 586 Bytes
Copy Edit Raw Blame History
chancy authored 2018-10-16 13:37 . 统一PUG中请求URL和时间戳
include helps/common.pug
title 商品支付成功
style
include helps/result.css
body
div(id='main-container')
h1(class="mod-title")
span 支付
div(class="mod-ct")
div(class="qrcode-img-wrapper" data-role="qrPayImgWrapper")
div(data-role="qrPayImg" class="qrcode-img-area")
div(class="show-qr-container")
img(width="126" height="100" src="/static/pay-success.png?" + customVariable.times_tamp)
p(class="pay-complete") 支付成功
div(class="order-detail")
div(class="tip-text")
script
include helps/statistics.js
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化