258970a6 by zhangmeng

修改bug

1 parent 85992641
...@@ -59,8 +59,7 @@ ...@@ -59,8 +59,7 @@
59 <el-row> 59 <el-row>
60 <el-col> 60 <el-col>
61 {{ language == 0 ?'地址':'Address' }} 61 {{ language == 0 ?'地址':'Address' }}
62 <span v-if="language == 0">{{ formInfo.remarks }} {{ form.cityName }} {{ form.areaName }} </span> 62 <span >{{ formInfo.remarks }} </span>
63 {{ form.address }}
64 </el-col> 63 </el-col>
65 <el-col> 64 <el-col>
66 {{ language == 0 ?'套餐':'Package' }}{{ formInfo.mealName }} <span style="margin-left: 40px">{{ language==0?'价格':'Price' }}</span><span class="price">{{language==0? '¥'+formInfo.mealPrice:'€'+ formInfo.mealPriceEn}}</span> 65 {{ language == 0 ?'套餐':'Package' }}{{ formInfo.mealName }} <span style="margin-left: 40px">{{ language==0?'价格':'Price' }}</span><span class="price">{{language==0? '¥'+formInfo.mealPrice:'€'+ formInfo.mealPriceEn}}</span>
...@@ -79,7 +78,6 @@ ...@@ -79,7 +78,6 @@
79 <el-col> 78 <el-col>
80 {{ language == 0 ?'地址':'Address' }} 79 {{ language == 0 ?'地址':'Address' }}
81 <span >{{ formInfo.remarks }} </span> 80 <span >{{ formInfo.remarks }} </span>
82 {{ form.address }}
83 </el-col> 81 </el-col>
84 <el-col> 82 <el-col>
85 {{ language == 0 ?'套餐':'Package' }}{{ formInfo.photoName }} <span style="margin-left: 40px">{{ language==0?'价格':'Price' }}</span><span class="price">{{language==0? '¥'+formInfo.photoPrice:'€'+ formInfo.photoPriceEn}}</span> 83 {{ language == 0 ?'套餐':'Package' }}{{ formInfo.photoName }} <span style="margin-left: 40px">{{ language==0?'价格':'Price' }}</span><span class="price">{{language==0? '¥'+formInfo.photoPrice:'€'+ formInfo.photoPriceEn}}</span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!