diff --git a/manifest.json b/manifest.json index 818d375..0a26d89 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "lili商城", "appid" : "__UNI__C100675", "description" : "", - "versionName" : "4.0.32", - "versionCode" : 4000032, + "versionName" : "4.0.34", + "versionCode" : 4000034, "transformPx" : false, "app-plus" : { "compatible" : { diff --git a/pages/cart/coupon/index.vue b/pages/cart/coupon/index.vue index 4ffe267..9edd921 100644 --- a/pages/cart/coupon/index.vue +++ b/pages/cart/coupon/index.vue @@ -6,7 +6,7 @@
- + @@ -31,7 +31,7 @@ {{item.reason}} 有效期至:{{item.endTime}} - + 立即
使用
@@ -53,7 +53,7 @@ export default { name: "可用优惠券", }, { - name: "不可能优惠券", + name: "不可用优惠券", }, ], couponsList: [], //优惠券集合 diff --git a/pages/mine/distribution/list.vue b/pages/mine/distribution/list.vue index fbddebc..989daf3 100644 --- a/pages/mine/distribution/list.vue +++ b/pages/mine/distribution/list.vue @@ -222,7 +222,7 @@ export default { */ handleNavgationGoods(val) { uni.navigateTo({ - url: `/pages/product/goods?id=${val.skuId}&goodsId=${val.id}`, + url: `/pages/product/goods?id=${val.skuId}&goodsId=${val.goodsId}`, }); }, diff --git a/pages/navigation/search/searchPage.vue b/pages/navigation/search/searchPage.vue index e1ddd57..cdd060c 100644 --- a/pages/navigation/search/searchPage.vue +++ b/pages/navigation/search/searchPage.vue @@ -1,10 +1,9 @@