Compare commits

..

No commits in common. "905880c49860ecf060295abd6c719bccd9ad6881" and "9e9529b41c57c61fe42c961eae8f6c82085b6858" have entirely different histories.

36 changed files with 46 additions and 53 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
unpackage/dist/

View File

@ -232,9 +232,6 @@
},
onLoad(option) {
this.deviceId = option.id
uni.showLoading({
title: '加载中...'
})
this.dataInit()
let that = this
this.timer_ = setInterval(function() {
@ -246,9 +243,9 @@
clearTimeout(that.timer_)
},
onPullDownRefresh() {
uni.showLoading({
title: '加载中...'
})
// uni.showLoading({
// title: '...'
// })
this.dataInit();
},
methods: {
@ -266,9 +263,9 @@
}
},
dataInit() {
// uni.showLoading({
// title: '...'
// })
uni.showLoading({
title: '加载中...'
})
const that = this
var deviceId = this.deviceId
var data = {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -419,9 +419,6 @@ var _default = {
watch: {},
onLoad: function onLoad(option) {
this.deviceId = option.id;
uni.showLoading({
title: '加载中...'
});
this.dataInit();
var that = this;
this.timer_ = setInterval(function () {
@ -433,9 +430,9 @@ var _default = {
clearTimeout(that.timer_);
},
onPullDownRefresh: function onPullDownRefresh() {
uni.showLoading({
title: '加载中...'
});
// uni.showLoading({
// title: '加载中...'
// })
this.dataInit();
},
methods: (_methods = {
@ -454,9 +451,9 @@ var _default = {
},
dataInit: function dataInit() {
var _this = this;
// uni.showLoading({
// title: '加载中...'
// })
uni.showLoading({
title: '加载中...'
});
var that = this;
var deviceId = this.deviceId;
var data = {

View File

@ -8,7 +8,7 @@
"urlCheck": false,
"es6": false,
"postcss": false,
"minified": false,
"minified": true,
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
@ -20,7 +20,7 @@
},
"compileType": "miniprogram",
"libVersion": "3.1.2",
"appid": "wx05b45a2699f02a2b",
"appid": "wx0518521f67048cc8",
"projectname": "greenhouse-wisdom-applet",
"condition": {},
"editorSetting": {