Commit 4986eedb authored by xd's avatar xd

修改

parent 814f69e3
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
methods: { methods: {
getList() { getList() {
let params = { let params = {
user_id: 'this.userId' user_id: this.userId
} }
getStoreList(params).then(res => { getStoreList(params).then(res => {
console.log(res.data); console.log(res.data);
......
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
// 获取店铺信息 // 获取店铺信息
getStore() { getStore() {
let params = { let params = {
oyStallCode: this.oyStallCode oyStallCode: this.oyStallCode
} }
getStoreDetail(params).then(res => { getStoreDetail(params).then(res => {
if(res.data.stallInfo != null) { if(res.data.stallInfo != null) {
......
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