Commit ff7a7135 by 姜雷

添加用户CODE

parent 12040c3f
......@@ -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