yuxingxing 2 anos atrás
pai
commit
b779061042

+ 0 - 1
pages/goods/goods_list_mall/index.vue

@@ -114,7 +114,6 @@ export default {
 		// 去详情页
 		godDetail(item) {
 			goShopDetail(item, this.uid).then(res => {
-				let userInfo = this.$Cache.get("USER_INFO", true)
 				uni.navigateTo({
 					url: `/pages/goods_details/index?id=${item.id}`
 					+"&zoneType="+item.zoneType

+ 0 - 1
pages/goods_details/index.vue

@@ -537,7 +537,6 @@ export default {
 	},
 	onLoad(options) {
 		uni.hideShareMenu();
-		console.log(options.inviteCode);
 		// 判断是否登录
 		if (!this.isLogin) {
 			if (options.inviteCode) {