3856deee by zhangmeng

票务

1 parent 01c8ae36
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 <div v-loading="loading"> 3 <div v-loading="loading">
4 <div class="title father"> 4 <div class="title father">
5 {{ languageFormat(language, "订单确认", "Order confirmation") }} 5 {{ languageFormat(language, "订单确认", "Order confirmation") }}
6 <span class="son" @click="handelUp">上一步</span> 6 <span class="son" @click="handelUp">{{ language == 0 ? '上一步' : 'Go back' }}</span>
7 </div> 7 </div>
8 <div class="content pd20"> 8 <div class="content pd20">
9 <el-row gutter="20"> 9 <el-row gutter="20">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!