Commit e2317d17271e9b4848a479c63bd65bf0ddd0c605
1 parent
9fd07d31
拼团的优化
Showing
1 changed file
with
6 additions
and
0 deletions
packageA/pages/details_serviceCard/details_serviceCard.js
@@ -363,6 +363,12 @@ Page({ | @@ -363,6 +363,12 @@ Page({ | ||
363 | 363 | ||
364 | } | 364 | } |
365 | 365 | ||
366 | + if(prom_type==6){ | ||
367 | + wx.showModal({ | ||
368 | + title: details.list[i].service_name +"拼团商品不加入购物车\n" | ||
369 | + }); | ||
370 | + return false; | ||
371 | + } | ||
366 | 372 | ||
367 | //----先看会员在购物车中是否加入了该商品----- | 373 | //----先看会员在购物车中是否加入了该商品----- |
368 | app.request.get("/api/weshop/cartService/page", { | 374 | app.request.get("/api/weshop/cartService/page", { |