瀏覽代碼

修复从我的等级里面点击购买商品,底部菜单无法正常选中的问题。

evoxwht 2 年之前
父節點
當前提交
ed4091c0dc
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      template/uni-app/pages/goods_cate/goods_cate.vue

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

@@ -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')) {