lilei 1 年之前
父节点
当前提交
7cc336c2f6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/morePage/morePage.vue

+ 2 - 2
pages/morePage/morePage.vue

@@ -157,8 +157,8 @@
 				queryQplsConfig({shelfSn: this.shelfSn}).then(res => {
 					this.$store.state.vuex_configPrice = res.data || null
 					const ret = [false,false]
-					ret[0]= res.data.shelf_cost_show == '1'
-					ret[1]= res.data.shelf_price_show == '1'
+					ret[0]= res.data.shelf_cost_show == '1' || res.data.non_shelf_cost_show == '1'
+					ret[1]= res.data.shelf_price_show == '1' || res.data.non_shelf_price_show == '1'
 					this.showPriceSet = ret.filter(item => !!item).length > 0
 				})
 			},