会员信息
This commit is contained in:
parent
cadeccf2f8
commit
c09aa948bf
@ -238,6 +238,10 @@
|
||||
_this.welfare.push(response.data.welfare)
|
||||
}
|
||||
}
|
||||
}).catch((res) => {
|
||||
uni.showLoading({
|
||||
title:res+"---"+1
|
||||
})
|
||||
})
|
||||
},
|
||||
// 获取当前位置
|
||||
|
@ -119,7 +119,11 @@
|
||||
aindex: null,
|
||||
sindex: null,
|
||||
// 店铺信息
|
||||
store:{},
|
||||
store:{
|
||||
name:"测试油站",
|
||||
description:"济南分店",
|
||||
address:"济南槐荫区"
|
||||
},
|
||||
// 店铺福利信息
|
||||
welfare:[],
|
||||
// 距离信息
|
||||
|
Loading…
Reference in New Issue
Block a user