Commit 0e620b4f by 姜雷

Merge branch 'test'

parents bd41662f e24d7322
......@@ -45,7 +45,8 @@ function AppLaunch() {
Taro.showLoading();
const { uuId, serviceId } = entity;
if (uuId && serviceId) {
fetchAppLaunchCustomer(entity)
Taro.login()
.then(res => fetchAppLaunchCustomer({ ...entity, code: res.code }))
.then(res => {
console.log(res);
Taro.hideLoading();
......
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