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