更新
This commit is contained in:
parent
dbf2da56e4
commit
1452292f81
@ -2,8 +2,8 @@
|
|||||||
"name" : "惠农生活",
|
"name" : "惠农生活",
|
||||||
"appid" : "__UNI__3A527D1",
|
"appid" : "__UNI__3A527D1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.6.7",
|
"versionName" : "1.6.8",
|
||||||
"versionCode" : 167,
|
"versionCode" : 168,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
@ -832,7 +832,7 @@
|
|||||||
long: e.longitude,
|
long: e.longitude,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.getStoreList(true);
|
this.getStoreList();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -839,7 +839,7 @@
|
|||||||
long: e.longitude,
|
long: e.longitude,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.getStoreList(true);
|
this.getStoreList();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -810,6 +810,7 @@ import { Toast } from '../../../libs/uniApi';
|
|||||||
that.merchantData.address = res.data.address;
|
that.merchantData.address = res.data.address;
|
||||||
that.merchantData.user_name = res.data.legal_person;
|
that.merchantData.user_name = res.data.legal_person;
|
||||||
that.merchantData.social_credit_code = res.data.register_number;
|
that.merchantData.social_credit_code = res.data.register_number;
|
||||||
|
that.merchantData.company_name = res.data.name;
|
||||||
// that.$set('merchantData', that.merchantData);
|
// that.$set('merchantData', that.merchantData);
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
}).catch((e)=>{
|
}).catch((e)=>{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user