Commit 61b8bb81 by 尹亚亭

modify sekftmreg

parent 115c5409
...@@ -717,9 +717,10 @@ export default { ...@@ -717,9 +717,10 @@ export default {
this.$parent.$parent.confirmStepsParams.stepOneThreeParams.smallKinds = this.classDataList; this.$parent.$parent.confirmStepsParams.stepOneThreeParams.smallKinds = this.classDataList;
} }
localStorage.removeItem("icon");
// 商标图样 // 商标图样
this.$parent.$parent.confirmStepsParams.stepOneThreeParams.icon = this.imgUrl; this.$parent.$parent.confirmStepsParams.stepOneThreeParams.icon = this.imgUrl;
localStorage.removeItem("icon");
localStorage.setItem( localStorage.setItem(
"icon", "icon",
this.$parent.$parent.confirmStepsParams.stepOneThreeParams.icon this.$parent.$parent.confirmStepsParams.stepOneThreeParams.icon
......
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