Commit f4ccd178b5ef1bca8ab7a94afcd0e918133a8477

Authored by zhiyangdu
1 parent d031161b

401提示积分不足

src/pages/goodDetails/goodDetails.vue
@@ -258,7 +258,7 @@ export default { @@ -258,7 +258,7 @@ export default {
258 this.$set(this.$parent, "showOptions", options); 258 this.$set(this.$parent, "showOptions", options);
259 // 显示通用浮层 259 // 显示通用浮层
260 this.$parent.$refs.showModal.showLayer(); 260 this.$parent.$refs.showModal.showLayer();
261 - } else if (res.code == 400) { 261 + } else if (res.code == 401) {
262 // 获取积分商品详情页失败 262 // 获取积分商品详情页失败
263 // 263 //
264 // 显示查看地址弹框 264 // 显示查看地址弹框