Commit ff4ddab3 authored by 黄奎's avatar 黄奎

页面修改

parent 4b0b16d7
......@@ -140,7 +140,7 @@
},
//获取拼团配置
getGroupBuyConfig() {
this.apipost("/api/GroupBuy/GetGroupBuyConfigModule", {}, res => {
this.apipost("/api/GroupBuy/GetGroupBuyConfig", {}, res => {
if (res.data.resultCode == 1) {
var dataObj = res.data.data;
if (dataObj) {
......
......@@ -567,7 +567,7 @@
},
//获取拼团配置
getGroupBuyConfig() {
this.apipost("/api/GroupBuy/GetGroupBuyConfigModule", {}, res => {
this.apipost("/api/GroupBuy/GetGroupBuyConfig", {}, res => {
if (res.data.resultCode == 1) {
var dataObj = res.data.data;
if (dataObj) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment