@@ -90,6 +90,7 @@ function doConnectDirectives() {
url: baseUrl + '/api/public/v5/pushflow/popup',
headers: {
Authorization: token,
+ versionName: '5.8.0'
},
type: 'get',
dataType: 'json',
@@ -67,6 +67,17 @@ function downline() {
decodeWoker.postMessage('close');
decodeWoker.terminate();
deleteDB(db, storeName, userCardId)
+ parent.postMessage(
+ {
+ type: 'exit',
+ },
+ '*',
+ );
+ uni.postMessage({
+ data: {
+ type: 'exit'
+ }
+ });
quit();
} else {
$.toast(res.msg, 'text');