|
|
@@ -44,9 +44,9 @@
|
|
|
</div>
|
|
|
<div class="weui-msg__text-area">
|
|
|
<h2 class="weui-msg__title">支付成功</h2>
|
|
|
- {{!-- <p class="weui-msg__desc">
|
|
|
- 内容详情,可根据实际需要安排,如果换行则不超过规定长度,居中展现
|
|
|
- </p> --}}
|
|
|
+ {{!--
|
|
|
+ <p class="weui-msg__desc">内容详情,可根据实际需要安排,如果换行则不超过规定长度,居中展现</p>
|
|
|
+ --}}
|
|
|
</div>
|
|
|
<div class="weui-msg__opr-area">
|
|
|
<p class="weui-btn-area">
|
|
|
@@ -61,8 +61,7 @@
|
|
|
</div>
|
|
|
<div class="weui-msg__text-area">
|
|
|
<h2 id="errtitle" class="weui-msg__title">操作失败</h2>
|
|
|
- <p id="errmsg" class="weui-msg__desc">
|
|
|
- </p>
|
|
|
+ <p id="errmsg" class="weui-msg__desc"></p>
|
|
|
</div>
|
|
|
<div class="weui-msg__opr-area">
|
|
|
<p class="weui-btn-area">
|
|
|
@@ -70,7 +69,9 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <script>
|
|
|
+ eruda.init();
|
|
|
+ </script>
|
|
|
<script>
|
|
|
var viewData = {
|
|
|
success: {{ success }},
|
|
|
@@ -78,7 +79,7 @@
|
|
|
errorCode: {{ errorCode }},
|
|
|
data: {{ data }},
|
|
|
}
|
|
|
- eruda.init();
|
|
|
+
|
|
|
$.get('/api/weixin/jsapiSign', { url: encodeURI(window.location.href.split('#')[0]), }, function (res) {
|
|
|
res.debug = true;
|
|
|
res.jsApiList = [
|