diff --git a/manifest.json b/manifest.json index 5073785..6b0b10b 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ } ], "sassImplementationName" : "node-sass", - "versionName" : "1.2.87", - "versionCode" : 1287, + "versionName" : "1.2.88", + "versionCode" : 1288, "app-plus" : { "compatible" : { "ignoreVersion" : true @@ -52,8 +52,6 @@ "permissions" : [ "", "", - "", - "", "", "", "", @@ -61,14 +59,12 @@ "", "", "", - "", "", "", "", "", "", "", - "", "", "", "", diff --git a/pages/peanut/shopping.vue b/pages/peanut/shopping.vue index f64d21e..e4e780e 100644 --- a/pages/peanut/shopping.vue +++ b/pages/peanut/shopping.vue @@ -165,7 +165,7 @@ this.cartList.forEach((item, index) => { let price = 0; if (item.checked) { - if (item.isVipPrice == 1 && item.vipPrice != 0) { + if (item.isVipPrice == 1 && item.vipPrice != 0 && item.vipPrice != null) { price = (item.productAmount * item.vipPrice).toFixed(2); } else { if (item.activityPrice && item.activityPrice > 0) {