拼团显示、秒杀时间、运费模块bug修改

This commit is contained in:
Aaron
2021-07-12 19:23:03 +08:00
parent f2596c53a3
commit 79305d7497
5 changed files with 23 additions and 7 deletions

View File

@ -97,7 +97,7 @@ export default {
getAddress(that.id).then(res => {
that.userAddress = res.data;
that.addressText =
res.data.province + " " + res.data.city + " " + res.data.district;
res.data.province + " " + res.data.city + " " + res.data.district;
that.address.province = res.data.province;
that.address.city = res.data.city;
that.address.district = res.data.district;