|
@@ -1177,7 +1177,7 @@ class CloudVodView(View):
|
|
|
<body style="" rlt="1" inmaintabuse="true">
|
|
|
<div class="content">
|
|
|
<p>
|
|
|
- <img src="https://test.dvema.com/web/images/timg.jpg" class="content_img">
|
|
|
+ <img src="https://test.dvema.com/web/images/success.png" class="content_img">
|
|
|
<br>
|
|
|
支付成功
|
|
|
</p>
|
|
@@ -1213,7 +1213,7 @@ class CloudVodView(View):
|
|
|
<!-- viewport的<meta>标签,这个标签可以修改在大部分的移动设备上面的显示,为了确保适当的绘制和触屏缩放。-->
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<link rel="shortcut icon" href="https://test.dvema.com/web/images/favicon.ico" type="image/x-icon" charset="utf-8">
|
|
|
- <title>Trading particulars</title>
|
|
|
+ <title>支付失败</title>
|
|
|
<style>
|
|
|
.title_head{
|
|
|
height: 50px;
|
|
@@ -1252,17 +1252,16 @@ class CloudVodView(View):
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
- <div class="title_head">Trading particulars</div>
|
|
|
<div class="content">
|
|
|
<p>
|
|
|
- <img src="https://test.dvema.com/web/images/failed.jpg" class="content_img">
|
|
|
+ <img src="https://test.dvema.com/web/images/fail.png" class="content_img">
|
|
|
<br>
|
|
|
- Payment failure
|
|
|
+ 支付失败
|
|
|
</p>
|
|
|
</div>
|
|
|
<center class="bottom">
|
|
|
<div class="bottom_div" onclick="payOKButton()">
|
|
|
- Finish
|
|
|
+ 完成
|
|
|
</div>
|
|
|
</center>
|
|
|
<script> // 点击付款成功按钮
|