Compare commits

...

6 Commits

Author SHA1 Message Date
liubaixun 905880c498 fix(ignore): add igonre
add igonre

Signed-off-by: liubaixun <liubaixun@yinxiang.com>
2023-10-14 14:25:46 +08:00
liubaixun 51d7facc9b fix(merge): merge
merge

Signed-off-by: liubaixun <liubaixun@yinxiang.com>
2023-10-14 14:24:10 +08:00
liubaixun fd84eb5608 fix(merge): merge
merge

Signed-off-by: liubaixun <liubaixun@yinxiang.com>
2023-10-14 13:48:37 +08:00
liubaixun 16976e3bec fix(rebuid): rebuild
rebuild

Signed-off-by: liubaixun <liubaixun@yinxiang.com>
2023-10-14 09:00:38 +08:00
liubaixun 2fe5b28568 fix(build): build
build

Signed-off-by: liubaixun <liubaixun@yinxiang.com>
2023-10-14 09:00:02 +08:00
pangdundun 8a491ca518 隐藏5s刷新显示效果 2023-10-14 08:40:50 +08:00
36 changed files with 53 additions and 46 deletions

1
.gitignore vendored 100644
View File

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

View File

@ -232,6 +232,9 @@
},
onLoad(option) {
this.deviceId = option.id
uni.showLoading({
title: '加载中...'
})
this.dataInit()
let that = this
this.timer_ = setInterval(function() {
@ -243,9 +246,9 @@
clearTimeout(that.timer_)
},
onPullDownRefresh() {
// uni.showLoading({
// title: '...'
// })
uni.showLoading({
title: '加载中...'
})
this.dataInit();
},
methods: {
@ -263,9 +266,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,6 +419,9 @@ var _default = {
watch: {},
onLoad: function onLoad(option) {
this.deviceId = option.id;
uni.showLoading({
title: '加载中...'
});
this.dataInit();
var that = this;
this.timer_ = setInterval(function () {
@ -430,9 +433,9 @@ var _default = {
clearTimeout(that.timer_);
},
onPullDownRefresh: function onPullDownRefresh() {
// uni.showLoading({
// title: '加载中...'
// })
uni.showLoading({
title: '加载中...'
});
this.dataInit();
},
methods: (_methods = {
@ -451,9 +454,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": true,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
@ -20,7 +20,7 @@
},
"compileType": "miniprogram",
"libVersion": "3.1.2",
"appid": "wx0518521f67048cc8",
"appid": "wx05b45a2699f02a2b",
"projectname": "greenhouse-wisdom-applet",
"condition": {},
"editorSetting": {