|
@@ -0,0 +1,26 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <title>GOLD PLAN</title>
|
|
|
+ <script type="text/javascript" charset="UTF-8"
|
|
|
+ src="https://wx.gtimg.com/pay_h5/goldplan/js/jgoldplan-1.0.0.js"></script>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+GOLD PLAN<br>
|
|
|
+<a onclick="jumpOut()" href="javascript:;">JUMP OUT</a>
|
|
|
+</body>
|
|
|
+<script type="text/javascript">
|
|
|
+ window.onload = function () {
|
|
|
+ var mchData = {action: 'onIframeReady', displayStyle: 'SHOW_CUSTOM_PAGE'}
|
|
|
+ var postData = JSON.stringify(mchData)
|
|
|
+ parent.postMessage(postData, 'https://payapp.weixin.qq.com')
|
|
|
+ }
|
|
|
+
|
|
|
+ function jumpOut() {
|
|
|
+ var mchData = {action: 'jumpOut', jumpOutUrl: "http://daili.uat.churenyiliao.com/"}
|
|
|
+ var postData = JSON.stringify(mchData)
|
|
|
+ parent.postMessage(postData, 'https://payapp.weixin.qq.com')
|
|
|
+ }
|
|
|
+</script>
|
|
|
+</html>
|