@@ -846,6 +846,11 @@ Page({
});
}
that.getDeviceData();
+ } else {
+ var greeting = that.getGreetBuNickName("");
+ that.setData({
+ greeting: greeting,
+ })
},
@@ -71,9 +71,7 @@ function request(url, data = {}, method = "GET", header = urlencodeType, isToken
let fullurl = `${baseUrl}${url}`;
//返回异步操作成功的结果和返回异步操作失败的结果
- console.log("gadfadfqwwerqewrqwr===aaaaa=" + data.disShowLoading);
if (!strings.isTrue(data.unShowLoad)) {
- console.log("gadfadfqwwerqewrqwr===bbb=" + data.disShowLoading);
wx.showLoading({
title: '加载中',