提交版本

This commit is contained in:
2019-10-29 01:07:10 +08:00
parent 674cd7a9c2
commit 17ade15332
4 changed files with 5 additions and 5 deletions

View File

@ -175,8 +175,8 @@ var localAuthType = localStorage.getItem("authType");
$('#expectedProductNum').html(+data.data.expectedProductNum);
$('#expectedCouponsNum').html(+data.data.expectedCouponsNum);
$('#expectedWangNum').html(+data.data.expectedWangNum);
$('#couponsNum').html(+data.data.alreadyCouponsNum);
$('#productNum').html(+data.data.alreadyProductNum);
$('#couponsNum').html(+data.data.user.couponsNum);
$('#productNum').html(+data.data.user.productNum);
$('#wangNum').html(+data.data.user.wangNum);
mui.ajax(qlgUrl('app/users/getFavoritesNum'), {

View File

@ -26,7 +26,7 @@ mui.plusReady(function() {
if(data.deliveryTime != null) {
html += '<p>发货时间:' + data.deliveryTime + '</p>'
}
if(data.deliveryTime != null) {
if(data.receiveTime != null) {
html += '<p>成交时间:' + data.receiveTime + '</p>'
}

View File

@ -37,7 +37,7 @@ mui.plusReady(function() {
shopLat=data.lat;
shopLng=data.lng;
phone=data.phone;
userName=data.loginName;
userName=data.userName;
//console.log(shopLng);
localStorage.setItem('shopLat', shopLat);
localStorage.setItem('shopLng', shopLng);