传值回调

This commit is contained in:
dragon
2024-04-25 18:20:32 +08:00
parent d575f38a9e
commit aa30bc011a
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ $(function () {
identityNumber: encryptDes(personId, "1ea53d260ecf11e7b56e00163e046a26"),
metaInfo: JSON.stringify(metaInfo),
phone: encryptDes( phone, "1ea53d260ecf11e7b56e00163e046a26"),
returnUrl: urlPrefix + `/yinmeng/modules/identity/new.html?uid=${pubInfo.uid}&ticket=${pubInfo.ticket}`,
returnUrl: tranUrl + `/yinmeng/modules/identity/new.html?uid=${pubInfo.uid}&ticket=${pubInfo.ticket}`,
uid: pubInfo.uid,
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
};

View File

@@ -91,7 +91,7 @@
<script src="../../common/js/crypto-js.js"></script>
<script src="../../common/js/layer.js"></script>
<script src="./js/jsvm_all.js"></script>
<script src="./js/new.js?=2.3"></script>
<script src="./js/new.js?=2.4"></script>
</body>
</html>