Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
69e8c829
Commit
69e8c829
authored
May 26, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
02653c19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
labelBar.vue
src/components/StoreDesign/labelBar.vue
+18
-1
navigationIcon.vue
src/components/StoreDesign/navigationIcon.vue
+1
-1
goods.vue
src/components/sallCenter/plugin/goods.vue
+1
-1
No files found.
src/components/StoreDesign/labelBar.vue
View file @
69e8c829
...
...
@@ -568,7 +568,24 @@
//重置
resetInfo
()
{
if
(
this
.
mallMsg
.
BottomTagList
&&
this
.
mallMsg
.
BottomTagList
.
length
>
0
)
{
var
tagIds
=
"0,"
;
this
.
mallMsg
.
BottomTagList
.
forEach
(
item
=>
{
if
(
item
.
TagId
>
0
)
{
tagIds
+=
item
.
TagId
+
","
;
}
});
tagIds
=
tagIds
.
substring
(
0
,
tagIds
.
lastIndexOf
(
','
));
this
.
apipost
(
"/api/Tenant/RemoveMiniProgramMallTag"
,
{
TagId
:
tagIds
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{}
else
{
this
.
Info
(
res
.
data
.
message
);
}
})
}
this
.
mallMsg
.
BottomTagList
=
[];
this
.
mallMsg
.
BottomTagList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
defaultTagList
));
}
},
mounted
()
{
...
...
src/components/StoreDesign/navigationIcon.vue
View file @
69e8c829
...
...
@@ -78,7 +78,7 @@
<el-button
plain
size=
"small"
@
click=
"isShowLink=true"
>
选择链接
</el-button>
</el-form-item>
<el-form-item
label=
"是否显示"
>
<el-switch
v-model=
"addMsg.NavIconIsShow"
:active-value=
"
1"
:inactive-value=
"0
"
></el-switch>
<el-switch
v-model=
"addMsg.NavIconIsShow"
:active-value=
"
0"
:inactive-value=
"1
"
></el-switch>
</el-form-item>
</el-form>
</div>
...
...
src/components/sallCenter/plugin/goods.vue
View file @
69e8c829
...
...
@@ -396,7 +396,7 @@
<div
class=
"diy-goods-label"
>
商品数量
</div>
<div>
<el-input
v-model
.
number=
"cat.goodsNum"
type=
"number"
min=
"1"
max=
"30"
size=
"small"
:disabled=
"cat.staticGoods"
@
change=
"catGoodsNumChange(catIndex)"
></el-input>
@
change=
"catGoodsNumChange(catIndex)"
></el-input>
</div>
</div>
<div
flex=
"box:first"
>
...
...
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