Commit 0c72a044df1a2c8beb4e89539df5666c82bc1751
1 parent
ea537874
拼团的页面显示正确的商品名称和图片
Showing
1 changed file
with
2 additions
and
2 deletions
pages/team/team_ping/team_ping.js
@@ -166,8 +166,8 @@ Page({ | @@ -166,8 +166,8 @@ Page({ | ||
166 | await getApp().request.promiseGet("/api/weshop/serviceCard/get/" + os.stoid + "/" + order_goods[0].card_id, { | 166 | await getApp().request.promiseGet("/api/weshop/serviceCard/get/" + os.stoid + "/" + order_goods[0].card_id, { |
167 | }).then(res => { | 167 | }).then(res => { |
168 | //-- 商品地址 -- | 168 | //-- 商品地址 -- |
169 | - order[i].gimage = ee.data.imageurl + res.data.data.img_url | ||
170 | - order_goods[0].goods_name= res.data.data.service_name; | 169 | + order[i].gimage = ee.data.imageurl + res.data.data.imgUrl |
170 | + order[i].order_goods[0].goods_name= res.data.data.serviceName; | ||
171 | }) | 171 | }) |
172 | 172 | ||
173 | //-- 多少人参团头像 -- | 173 | //-- 多少人参团头像 -- |