Commit daabc8c1 authored by zhaofei's avatar zhaofei

s

parent 478622e4
......@@ -111,13 +111,10 @@ Page({
const { activityId } = app;
const { item } = e.target.dataset;
const userAddress = await getUserAddress().catch(err => {
flag = false;
commonToast(err && err.errorMessage);
});
my.hideLoading();
if (!userAddress) {
flag = false;
}
if (!userAddress) return
const { name, telNumber, provinceName, cityName, cityCode, countyName, detailInfo, streetName } = userAddress || {};
const params = {
activityId,
......
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