Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_electricity
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
zhengke
jz_electricity
Commits
a9731ae4
Commit
a9731ae4
authored
Jun 02, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
e545e993
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Index.vue
src/components/Index.vue
+1
-1
goods.vue
src/components/sallCenter/plugin/goods.vue
+5
-2
No files found.
src/components/Index.vue
View file @
a9731ae4
...
@@ -733,7 +733,7 @@
...
@@ -733,7 +733,7 @@
//修改版权
//修改版权
TestMiniApp
()
{
TestMiniApp
()
{
var
cmdStr
=
""
;
var
cmdStr
=
""
;
//
cmdStr="/api/Mall/GetHome";
cmdStr
=
"/api/Mall/GetHome"
;
var
postData
=
{
var
postData
=
{
};
};
...
...
src/components/sallCenter/plugin/goods.vue
View file @
a9731ae4
...
@@ -818,13 +818,15 @@
...
@@ -818,13 +818,15 @@
name
:
x
.
HotelName
,
name
:
x
.
HotelName
,
picUrl
:
x
.
CoverImg
,
picUrl
:
x
.
CoverImg
,
price
:
x
.
SalesPrice
,
price
:
x
.
SalesPrice
,
goodType
:
x
.
goodType
goodType
:
x
.
goodType
,
subname
:
x
.
Address
,
});
});
}
}
if
(
x
.
goodType
==
2
||
x
.
goodType
==
3
)
{
if
(
x
.
goodType
==
2
||
x
.
goodType
==
3
)
{
myArray
.
push
({
myArray
.
push
({
id
:
x
.
ID
,
id
:
x
.
ID
,
name
:
x
.
Name
,
name
:
x
.
Name
,
subname
:
x
.
Feature
,
picUrl
:
x
.
CoverImg
,
picUrl
:
x
.
CoverImg
,
price
:
x
.
SalesPrice
,
price
:
x
.
SalesPrice
,
goodType
:
x
.
goodType
goodType
:
x
.
goodType
...
@@ -836,7 +838,8 @@
...
@@ -836,7 +838,8 @@
name
:
x
.
Title
,
name
:
x
.
Title
,
picUrl
:
x
.
CoverImg
,
picUrl
:
x
.
CoverImg
,
price
:
x
.
B2BPrice
,
price
:
x
.
B2BPrice
,
goodType
:
x
.
goodType
goodType
:
x
.
goodType
,
subname
:
x
.
ProductRecommend
,
});
});
}
}
});
});
...
...
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