浏览代码

improve: 分类菜单更新

From-wh 2 年之前
父节点
当前提交
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: {
 		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')) {