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