fade3bf0 by 华明祺

no message

1 parent 99c2ff5f
...@@ -35,57 +35,57 @@ ...@@ -35,57 +35,57 @@
35 </el-row> 35 </el-row>
36 </template> 36 </template>
37 37
38 <div class="plr20"> 38 <!-- <div class="plr20">-->
39 <div v-for="(r,index) in h.carVoList" :key="index" class="room"> 39 <!-- <div v-for="(r,index) in h.carVoList" :key="index" class="room">-->
40 <el-row :gutter="30" align="middle"> 40 <!-- <el-row :gutter="30" align="middle">-->
41 <el-col :span="4"> 41 <!-- <el-col :span="4">-->
42 <div class="roomImg"> 42 <!-- <div class="roomImg">-->
43 <img :src="fillImgUrl(r.photos?.split(',')[0])"> 43 <!-- <img :src="fillImgUrl(r.photos?.split(',')[0])">-->
44 </div> 44 <!-- </div>-->
45 </el-col> 45 <!-- </el-col>-->
46 <el-col :span="14"> 46 <!-- <el-col :span="14">-->
47 <h3 class="name flex">{{ r.carType }} 47 <!-- <h3 class="name flex">{{ r.carType }}-->
48 <div class="tagbox"> 48 <!-- <div class="tagbox">-->
49 <span class="tag">{{ r.carColor }}</span> 49 <!-- <span class="tag">{{ r.carColor }}</span>-->
50 <span v-show="r.checkOut==1" class="tag">{{ language == 0 ? '可送车' : 'drop-off' }}</span> 50 <!-- <span v-show="r.checkOut==1" class="tag">{{ language == 0 ? '可送车' : 'drop-off' }}</span>-->
51 <span v-show="r.checkIn==1" class="tag">{{ language == 0 ? '可接车' : 'pick-up' }}</span> 51 <!-- <span v-show="r.checkIn==1" class="tag">{{ language == 0 ? '可接车' : 'pick-up' }}</span>-->
52 </div> 52 <!-- </div>-->
53 </h3> 53 <!-- </h3>-->
54 <div class="text-gray mt20"> 54 <!-- <div class="text-gray mt20">-->
55 <span class="mr20">{{ language == 0 ? '座位数' : 'Seats' }}: {{ r.carSeat }}</span> 55 <!-- <span class="mr20">{{ language == 0 ? '座位数' : 'Seats' }}: {{ r.carSeat }}</span>-->
56 <span class="mr20">|</span> 56 <!-- <span class="mr20">|</span>-->
57 <span :span="8">{{ 57 <!-- <span :span="8">{{-->
58 language == 0 ? '运营时间' : 'Servers Time' 58 <!-- language == 0 ? '运营时间' : 'Servers Time'-->
59 }}: {{ r.operStart }} ~ {{ r.operEnd }}</span> 59 <!-- }}: {{ r.operStart }} ~ {{ r.operEnd }}</span>-->
60 </div> 60 <!-- </div>-->
61 </el-col> 61 <!-- </el-col>-->
62 <el-col :span="3"> 62 <!-- <el-col :span="3">-->
63 <div v-if="language==0" class="price">¥ 63 <!-- <div v-if="language==0" class="price">¥-->
64 <span 64 <!-- <span-->
65 v-if="r.outPrice&&r.inPrice">{{ Number(r.inPrice) > Number(r.outPrice) ? r.outPrice : r.inPrice }}</span> 65 <!-- v-if="r.outPrice&&r.inPrice">{{ Number(r.inPrice) > Number(r.outPrice) ? r.outPrice : r.inPrice }}</span>-->
66 <span v-else-if="r.inPrice>0">{{ r.inPrice }}</span> 66 <!-- <span v-else-if="r.inPrice>0">{{ r.inPrice }}</span>-->
67 <span v-else>{{ r.outPrice }}</span> 67 <!-- <span v-else>{{ r.outPrice }}</span>-->
68 68 <!-- 起-->
69 </div> 69 <!-- </div>-->
70 <div v-else class="price"> 70 <!-- <div v-else class="price">-->
71 71 <!-- €-->
72 <span 72 <!-- <span-->
73 v-if="r.outPriceEn&&r.inPriceEn">{{ (Number(r.inPriceEn) || 0) > Number(r.outPriceEn) ? r.outPriceEn : r.inPriceEn }}</span> 73 <!-- v-if="r.outPriceEn&&r.inPriceEn">{{ (Number(r.inPriceEn) || 0) > Number(r.outPriceEn) ? r.outPriceEn : r.inPriceEn }}</span>-->
74 <span v-else-if="r.inPriceEn>0">{{ r.inPriceEn }}</span> 74 <!-- <span v-else-if="r.inPriceEn>0">{{ r.inPriceEn }}</span>-->
75 <span v-else>{{ r.outPriceEn }}</span> 75 <!-- <span v-else>{{ r.outPriceEn }}</span>-->
76 </div> 76 <!-- </div>-->
77 77
78 </el-col> 78 <!-- </el-col>-->
79 <el-col :span="3"> 79 <!-- <el-col :span="3">-->
80 <el-button class="btn-lineG w100" round type="primary" @click="goOrder(h,r)"> 80 <!-- <el-button class="btn-lineG w100" round type="primary" @click="goOrder(h,r)">-->
81 {{ language == 0 ? '我要预订' : 'Select' }} 81 <!-- {{ language == 0 ? '我要预订' : 'Select' }}-->
82 </el-button> 82 <!-- </el-button>-->
83 </el-col> 83 <!-- </el-col>-->
84 </el-row> 84 <!-- </el-row>-->
85 </div> 85 <!-- </div>-->
86 86
87 <el-empty v-if="h.carVoList.length == 0" :image="`/img/order_no.png`" :image-size="228" description=""/> 87 <!-- <el-empty v-if="h.carVoList.length == 0" :image="`/img/order_no.png`" :image-size="228" description=""/>-->
88 </div> 88 <!-- </div>-->
89 89
90 </el-collapse-item> 90 </el-collapse-item>
91 </el-collapse> 91 </el-collapse>
......
...@@ -81,8 +81,8 @@ export default defineConfig(({ mode, command }) => { ...@@ -81,8 +81,8 @@ export default defineConfig(({ mode, command }) => {
81 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') 81 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
82 }, 82 },
83 '/dev-api': { 83 '/dev-api': {
84 // target: 'http://192.168.1.118:8081/', 84 target: 'http://192.168.1.118:8081/',
85 target: 'http://192.168.1.253:8081', 85 // target: 'http://192.168.1.253:8081',
86 // target: 'https://jijin.wtwuxicenter.com/stage-api', 86 // target: 'https://jijin.wtwuxicenter.com/stage-api',
87 // target: 'https://wdsfwuxicenter.com/stage-api/', 87 // target: 'https://wdsfwuxicenter.com/stage-api/',
88 changeOrigin: true, 88 changeOrigin: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!