Ver código fonte

Merge branch 'master' of http://124.70.211.186:3000/zxh/YXGJ

xiaohaizhao 1 ano atrás
pai
commit
61977f60b6
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      store/budget/changePrice.vue

+ 2 - 2
store/budget/changePrice.vue

@@ -79,7 +79,7 @@ export default {
                 isMust: true,//是否必填
                 value: "",
                 paddingBottom:false,
-                title:'1个背景墙(4平方)',
+                title:'1个背景墙(4延米)',
                 descript:'官方指导价199元'
             },{
                 key: "bg_max",
@@ -123,7 +123,7 @@ export default {
                             if (from[j].key.indexOf('min') != -1) {
                                 from[j].descript = '官方指导价' + res.data[i].min_price + '元'
                             } else {
-                                from[j].descript = '官方指导价' + res.data[i].max_price + '元'
+                                from[j].descript = '官方指导价' + res.data[i].max_price + '元'
                             }
                         }
                     }