修复不能添加到购物车

This commit is contained in:
2019-10-29 23:16:38 +08:00
parent 17ade15332
commit ed7e3505ee
4 changed files with 4 additions and 7 deletions

View File

@ -128,7 +128,7 @@ mui.plusReady(function() {
if (true == isLoading) return;
isLoading = true;
//console.log(lat);
JZL.ajax(hyhUrl('app/shopping/getHelpShops'), recommenddata, function(data) {
JZL.ajax(hyhUrl('app/shopping/getHelpSaleShops'), recommenddata, function(data) {
var html = '';
var shopLevel
if (1 == data.status) {