Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
115c5409
Commit
115c5409
authored
Jan 14, 2020
by
尹亚亭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify sekftmreg
parent
1f9fd8c7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
channel-access/src/views/pages/selftmreg/ConfirmOrder.vue
+7
-7
channel-access/src/views/pages/selftmreg/ModifyTrademark.vue
+0
-0
channel-access/src/views/pages/selftmreg/Selftmreg.vue
+1
-0
No files found.
channel-access/src/views/pages/selftmreg/ConfirmOrder.vue
View file @
115c5409
...
...
@@ -35,7 +35,7 @@
</p>
<p>
<strong>
商标图样:
</strong>
<img
<
!--
<
img
:src=
"
this.$parent.$parent.confirmStepsParams.stepOneThreeParams.type ==
1 &&
...
...
@@ -45,7 +45,8 @@
: brandIconManual
"
alt
/>
/>
-->
<img
:src=
"brandIcon"
alt
/>
</p>
<p>
<strong>
商标类别:
</strong>
...
...
@@ -224,9 +225,8 @@ export default {
return
{
textarea
:
""
,
// 选中的商标种类
checkedKinds
:
[],
// 商标展示
brandIcon
:
""
,
// 手动上传 或 上传 的商标
brandIconManual
:
""
,
// 自动上传的商标
...
...
@@ -247,14 +247,14 @@ export default {
}
},
created
()
{
// 获取缓存里面的已经选中的商品/服务项
let
checkedKinds
=
JSON
.
parse
(
localStorage
.
getItem
(
"classDataList"
));
this
.
checkedKinds
=
checkedKinds
;
// 获取缓存里面的商标图片地址
let
brandIconManual
=
localStorage
.
getItem
(
"manualImgToConfirm"
);
this
.
brandIconManual
=
brandIconManual
;
let
brandIconAuto
=
localStorage
.
getItem
(
"autoImgToConfirm"
);
this
.
brandIconAuto
=
brandIconAuto
;
let
brandIcon
=
localStorage
.
getItem
(
"icon"
);
this
.
brandIcon
=
brandIcon
;
}
};
</
script
>
...
...
channel-access/src/views/pages/selftmreg/ModifyTrademark.vue
View file @
115c5409
This diff is collapsed.
Click to expand it.
channel-access/src/views/pages/selftmreg/Selftmreg.vue
View file @
115c5409
...
...
@@ -357,6 +357,7 @@ export default {
}
},
mounted
()
{
localStorage
.
removeItem
(
"icon"
);
// 页面初始挂载成功之后先清除之前的缓存的图片信息
localStorage
.
removeItem
(
"manualImgToConfirm"
);
localStorage
.
removeItem
(
"autoImgToConfirm"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment