@@ -45,7 +45,8 @@
this.getCategoryVersion()
},
methods: {
- getCategoryVersion() {
+ getCategoryVersion() {
+ uni.$emit('uploadFooter')
getCategoryVersion().then(res => {
if (!uni.getStorageSync('CAT_VERSION') || res.data.version != uni.getStorageSync(
'CAT_VERSION')) {