新增跳转ui和ticket
This commit is contained in:
@@ -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=${sessionStorage.getItem("uid")}&ticket=${sessionStorage.getItem("ticket")}`,
|
||||
returnUrl: urlPrefix + `/yinmeng/modules/identity/new.html?uid=${pubInfo.uid}&ticket=${pubInfo.ticket}`,
|
||||
uid: pubInfo.uid,
|
||||
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
};
|
||||
|
@@ -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.2"></script>
|
||||
<script src="./js/new.js?=2.3"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user