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
f24a462a
Commit
f24a462a
authored
Jun 04, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
84f8d798
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
576 additions
and
652 deletions
+576
-652
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+260
-308
Index.vue
src/components/Index.vue
+0
-12
PeaceDistributionSet.vue
src/components/UserMan/PeaceDistributionSet.vue
+316
-331
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+0
-1
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
f24a462a
This diff is collapsed.
Click to expand it.
src/components/Index.vue
View file @
f24a462a
...
@@ -695,17 +695,6 @@
...
@@ -695,17 +695,6 @@
this
.
Info
(
res
.
data
.
message
);
this
.
Info
(
res
.
data
.
message
);
}
}
})
})
},
//修改版权
TestMall
()
{
this
.
apipost
(
"/api/Mall/GetHome"
,{
MiniAppId
:
"wxacd9f8cc3480d29e"
},
res
=>
{
console
.
log
(
"res"
,
res
);
if
(
res
.
data
.
resultCode
==
1
)
{
}
else
{
this
.
Info
(
res
.
data
.
message
);
}
})
},
},
//跳转至首页
//跳转至首页
goHomePage
(){
goHomePage
(){
...
@@ -718,7 +707,6 @@
...
@@ -718,7 +707,6 @@
}
}
},
},
mounted
()
{
mounted
()
{
this
.
TestMall
();
this
.
init
();
this
.
init
();
this
.
getMiniPrograme
();
this
.
getMiniPrograme
();
this
.
getRemoveMiniPrograme
();
this
.
getRemoveMiniPrograme
();
...
...
src/components/UserMan/PeaceDistributionSet.vue
View file @
f24a462a
This diff is collapsed.
Click to expand it.
src/components/sallCenter/templateEdit.vue
View file @
f24a462a
...
@@ -1237,7 +1237,6 @@
...
@@ -1237,7 +1237,6 @@
//点击保存
//点击保存
SaveData
()
{
SaveData
()
{
this
.
addMsg
.
ComponentDataList
=
this
.
dataList
;
this
.
addMsg
.
ComponentDataList
=
this
.
dataList
;
console
.
log
(
"this.addMsg"
,
this
.
addMsg
);
this
.
apipost
(
"/api/Template/SetMiniTemplate"
,
this
.
addMsg
,
res
=>
{
this
.
apipost
(
"/api/Template/SetMiniTemplate"
,
this
.
addMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
addMsg
.
Id
=
res
.
data
.
data
;
this
.
addMsg
.
Id
=
res
.
data
.
data
;
...
...
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