From 7b76391180904d58156aef13abcac0256ff7fcc1 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 23 九月 2022 10:07:56 +0800
Subject: [PATCH] 1.登出接口接入
---
pages/xtsy/index.html | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/pages/xtsy/index.html b/pages/xtsy/index.html
index aec973f..453a6f7 100644
--- a/pages/xtsy/index.html
+++ b/pages/xtsy/index.html
@@ -21,6 +21,7 @@
<link rel="stylesheet" href="../css/global.css" type="text/css" charset="utf-8" />
+ <script type="text/javascript" src="../../js/global.js"></script>
</head>
<body>
@@ -150,7 +151,13 @@
},
// 椤堕儴鍙冲浘鏍囦笅鎷夐�夋嫨
onSelect(action) {
- vant.Toast(action.text);
+ if(action.text==='鎿嶄綔鎸囧'){
+ topPopoverClick('鎿嶄綔鎸囧')
+ }else if(action.text==='鎴愬搧杩芥函'){
+ topPopoverClick('鎴愬搧杩芥函')
+ }else if(action.text==='閫�鍑虹櫥褰�'){
+ topPopoverClick('閫�鍑虹櫥褰�')
+ }
this.overlayShow = false
},
}
--
Gitblit v1.9.3