Commit a2e572d7 authored by wildfirecode13's avatar wildfirecode13

1

parent a4a69afc
...@@ -122,12 +122,12 @@ Page({ ...@@ -122,12 +122,12 @@ Page({
if (flag) { if (flag) {
return return
} }
my.showLoading(); // my.showLoading();
flag = true; flag = true;
const { activityId } = app; const { activityId } = app;
const { item } = e.target.dataset; const { item } = e.target.dataset;
const userAddress = await getUserAddress({ joinTag: " " }) const userAddress = await getUserAddress({ joinTag: " " })
my.hideLoading(); // my.hideLoading();
if (!userAddress) return if (!userAddress) return
// commonToast(' getUserAddress =>'+JSON.stringify( userAddress)) // commonToast(' getUserAddress =>'+JSON.stringify( userAddress))
const { name, telNumber, provinceName, cityName, cityCode, countyName, detailInfo, streetName } = userAddress || {}; const { name, telNumber, provinceName, cityName, cityCode, countyName, detailInfo, streetName } = userAddress || {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment