Commit 2e587f57 authored by 袁玲利's avatar 袁玲利

Merge branch 'v_req_11.2' into uat

parents 79977430 a857c75a
...@@ -89,12 +89,12 @@ ...@@ -89,12 +89,12 @@
"disableHostCheck": true, "disableHostCheck": true,
"proxy": { "proxy": {
"/": { "/": {
"target": "https://fpdev.xiaopay.net", "target": "https://uat-pay.xiaopay.net",
"changeOrigin": true, "changeOrigin": true,
"secure": false "secure": false
}, },
"/cgi-xpay": { "/cgi-xpay": {
"target": "https://fpdev.xiaopay.net", "target": "https://uat-pay.xiaopay.net",
"changeOrigin": true, "changeOrigin": true,
"secure": false, "secure": false,
"pathRewrite": { "pathRewrite": {
......
...@@ -226,13 +226,9 @@ export default { ...@@ -226,13 +226,9 @@ export default {
jWeixin.miniProgram.navigateTo({ jWeixin.miniProgram.navigateTo({
url: "/pages_subpackB/pages/game/main?appId=" + game.appId, url: "/pages_subpackB/pages/game/main?appId=" + game.appId,
}); });
// 离开游戏排行榜界面
this.params.behavior = "viewPage";
this.params.data = "closePage";
this.GameStatistics();
}, },
}, },
onUnload() { onHide() {
this.params.behavior = "viewPage"; this.params.behavior = "viewPage";
this.params.data = "closePage"; this.params.data = "closePage";
this.GameStatistics(); this.GameStatistics();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment