Commit 12040c3f by 姜雷

修改不替换时间戳

parent c88afb60
...@@ -45,10 +45,7 @@ function AppLaunch() { ...@@ -45,10 +45,7 @@ function AppLaunch() {
Taro.showLoading(); Taro.showLoading();
const { uuId, serviceId } = entity; const { uuId, serviceId } = entity;
if (uuId && serviceId) { if (uuId && serviceId) {
fetchAppLaunchCustomer({ fetchAppLaunchCustomer(entity)
...entity,
timeStamp: Math.floor(new Date().getTime() / 1000),
})
.then(res => { .then(res => {
console.log(res); console.log(res);
Taro.hideLoading(); 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