Commit e2317d17271e9b4848a479c63bd65bf0ddd0c605

Authored by yvan.ni
1 parent 9fd07d31

拼团的优化

packageA/pages/details_serviceCard/details_serviceCard.js
... ... @@ -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 374 app.request.get("/api/weshop/cartService/page", {
... ...