提交 ec165bb2 编写于 作者: guangjun.yang's avatar guangjun.yang

调用卡的接口

上级 38070bc8
......@@ -118,7 +118,7 @@ export default {
"pageNum": 1,
"pageSize": 1
}
this.POST("trade/goods/cardList_v2", param).then(res => {
this.POST("trade/goods/cardList", param).then(res => {
if (res.code == "000000") {
this.showLoading = false;
this.isShowPopup = true;
......
......@@ -425,7 +425,7 @@ export default {
"pageNum": 1,
"pageSize": 1
}
this.POST("trade/goods/cardList_v2", param).then(res => {
this.POST("trade/goods/cardList", param).then(res => {
if (res.code == "000000") {
this.showLoading = false;
this.isShowPopup = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册