Commit b97808d4 authored by Smile's avatar Smile Committed by wux

bug167:(web)登录会员每次升级后登录都应该弹出升级弹窗才对。实际只有第一次才弹出

parent 89056124
......@@ -294,7 +294,7 @@ export default {
getUpdateOpenAd: function (data) {
//获取存储的会员等级信息
// const levelRule = this.levelRule;
const levelRule = window.localStorage.getItem("levelRule");
const levelRule = JSON.parse(window.localStorage.getItem("levelRule"));
const user=data;
const params = {
memberId: data.id,
......
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