Explorar o código

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

evoxwht %!s(int64=2) %!d(string=hai) anos
pai
achega
ed4091c0dc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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')) {