Commit 177b6d50 authored by 罗超's avatar 罗超

1

parent cc1c61b3
......@@ -224,6 +224,18 @@ export default {
this.showDialog = false;
uni.setStorageSync("mall_UserInfo", res.data);
that.$emit("changeuserinfo");
// ----------橙霜---------------
let AppletID = this.GetMiniAppId().TenantId;
if (AppletID === 24) {
let basedata = wx.getStorageSync("basedata");
let isAttestation = basedata?.user_info?.isAttestation ?? 0;
if (isAttestation === 0) {
uni.navigateTo({
url: "/pages/user-center/user-center",
});
}
}
// --------------------------------
if (res.couponResultCode == 1) {
if (uni.getStorageSync("ComeFrom")) {
that.ComeFrom = uni.getStorageSync("ComeFrom").ComeFrom;
......
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