From-wh 2 лет назад
Родитель
Сommit
01783a2af0
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      template/uni-app/pages/goods_cate/goods_cate.vue

+ 1 - 0
template/uni-app/pages/goods_cate/goods_cate.vue

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