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) { onLoad(option) {
this.deviceId = option.id this.deviceId = option.id
uni.showLoading({
title: '加载中...'
})
this.dataInit() this.dataInit()
let that = this let that = this
this.timer_ = setInterval(function() { this.timer_ = setInterval(function() {
@ -246,9 +243,9 @@
clearTimeout(that.timer_) clearTimeout(that.timer_)
}, },
onPullDownRefresh() { onPullDownRefresh() {
uni.showLoading({ // uni.showLoading({
title: '加载中...' // title: '...'
}) // })
this.dataInit(); this.dataInit();
}, },
methods: { methods: {
@ -266,9 +263,9 @@
} }
}, },
dataInit() { dataInit() {
// uni.showLoading({ uni.showLoading({
// title: '...' title: '加载中...'
// }) })
const that = this const that = this
var deviceId = this.deviceId var deviceId = this.deviceId
var data = { 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: {}, watch: {},
onLoad: function onLoad(option) { onLoad: function onLoad(option) {
this.deviceId = option.id; this.deviceId = option.id;
uni.showLoading({
title: '加载中...'
});
this.dataInit(); this.dataInit();
var that = this; var that = this;
this.timer_ = setInterval(function () { this.timer_ = setInterval(function () {
@ -433,9 +430,9 @@ var _default = {
clearTimeout(that.timer_); clearTimeout(that.timer_);
}, },
onPullDownRefresh: function onPullDownRefresh() { onPullDownRefresh: function onPullDownRefresh() {
uni.showLoading({ // uni.showLoading({
title: '加载中...' // title: '加载中...'
}); // })
this.dataInit(); this.dataInit();
}, },
methods: (_methods = { methods: (_methods = {
@ -454,9 +451,9 @@ var _default = {
}, },
dataInit: function dataInit() { dataInit: function dataInit() {
var _this = this; var _this = this;
// uni.showLoading({ uni.showLoading({
// title: '加载中...' title: '加载中...'
// }) });
var that = this; var that = this;
var deviceId = this.deviceId; var deviceId = this.deviceId;
var data = { var data = {

View File

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