Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fdc6447efa93a486bd9b029e133c25fd87181cf5
Authored by
王强
2020-04-07 12:01:49 +0800
1 parent
1322b93e
修改环球优物首页接口参数,之前写错了~
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/pages/hqyw/hqyw.vue
src/pages/hqyw/hqyw.vue
View file @
fdc6447
...
...
@@ -178,8 +178,7 @@
178
178
179
179
// 获取证书请求接口
180
180
this.http("/Api/" + this.getApiVersion().index + "/shopIndexHq", {
181
- shop_id: "19",
182
- id: this.$route.query.id
181
+ shop_id: this.$route.query.id
183
182
}, this.shopIndexHqCallback, {
184
183
method: "POST"
185
184
}
...
...