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

Merge branch 'v_req_11.2' into uat

parents 79977430 a857c75a
......@@ -89,12 +89,12 @@
"disableHostCheck": true,
"proxy": {
"/": {
"target": "https://fpdev.xiaopay.net",
"target": "https://uat-pay.xiaopay.net",
"changeOrigin": true,
"secure": false
},
"/cgi-xpay": {
"target": "https://fpdev.xiaopay.net",
"target": "https://uat-pay.xiaopay.net",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
......
......@@ -226,13 +226,9 @@ export default {
jWeixin.miniProgram.navigateTo({
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.data = "closePage";
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