Commit 0bfe25ad by biedb

修改:激活领卡地址

parent 6f328c30
...@@ -46,7 +46,7 @@ wxService.page({ ...@@ -46,7 +46,7 @@ wxService.page({
// 合并对象 // 合并对象
let currentObj = Object.assign(options, parmasSubmitUrl) let currentObj = Object.assign(options, parmasSubmitUrl)
wxService.post(`/coupon/coupon/get`, currentObj).then(res => { wxService.post(`/member/activateCard`, currentObj).then(res => {
const {result,data} = res.data const {result,data} = res.data
if(result == 0){ if(result == 0){
// wx.hideLoading() // wx.hideLoading()
......
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