@ -15,7 +15,7 @@
"path": "pages/digital-workshops/index",
"style": {
"navigationBarTitleText": "数字车间",
"enablePullDownRefresh": false,
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
@ -119,9 +119,14 @@ export default {
cameraList: []
onShow() {
onLoad() {
this.getFactoryList()
onPullDownRefresh() {
console.log('下拉刷新')
uni.stopPullDownRefresh()
watch: {
factoryId(val) {
if (val === -1) {