瀏覽代碼

isAlipayClient

john 1 年之前
父節點
當前提交
040c744d75
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      src/pages/parkingFee/parkingFee.vue
  2. 3 3
      src/pages/parkingFeeV2/parkingFee.vue

+ 2 - 2
src/pages/parkingFee/parkingFee.vue

@@ -34,8 +34,8 @@
           
           <!-- 中控 -->
           <div class="parkingFee-bottom">
-            <div style="height: 40px; background-color: #FBFCFF;" v-if="source === 'KIP'"></div>
-            <div :class="['parkingFee-tab', tabbarActive === '无牌缴费' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP'">
+            <div style="height: 40px; background-color: #FBFCFF;" v-if="source === 'KIP' && !window.isAlipayClient"></div>
+            <div :class="['parkingFee-tab', tabbarActive === '无牌缴费' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP' && !window.isAlipayClient">
               <div :class="['bar', tabbarActive === '手动缴费' && 'active']" @click="tabbarActiveEvent('手动缴费')">手动缴费</div>
               <div :class="['bar', tabbarActive === '无牌缴费' && 'active']" @click="tabbarActiveEvent('无牌缴费')">无牌缴费</div>
             </div>

+ 3 - 3
src/pages/parkingFeeV2/parkingFee.vue

@@ -15,7 +15,7 @@
           >
             <div class="menu_item" @click="doRouter">
               <img :src="`${require(`@/pages/parkingFee/static/images/icon-order.png`)}`" />
-              <span>缴费记录</span>
+              <span>缴费记录-{{ window.isAlipayClient }}</span>
             </div>
             <div class="menu_item" @click="doRouter3" v-if="source !== 'KIP'">
               <img :src="`${require(`@/pages/parkingFee/static/images/icon-coupon.png`)}`" />
@@ -33,8 +33,8 @@
           
           <!-- 中控 -->
           <div class="parkingFee-bottom">
-            <div style="height: 40px; background-color: #FBFCFF;" v-if="source === 'KIP'"></div>
-            <div :class="['parkingFee-tab', tabbarActive === '无牌缴费' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP'">
+            <div style="height: 40px; background-color: #FBFCFF;" v-if="source === 'KIP' && !window.isAlipayClient"></div>
+            <div :class="['parkingFee-tab', tabbarActive === '无牌缴费' && 'unlicensed-box-bottom']" v-if="supportUnlicensed && source !== 'KIP' && !window.isAlipayClient">
               <div :class="['bar', tabbarActive === '手动缴费' && 'active']" @click="tabbarActiveEvent('手动缴费')">手动缴费</div>
               <div :class="['bar', tabbarActive === '无牌缴费' && 'active']" @click="tabbarActiveEvent('无牌缴费')">无牌缴费</div>
             </div>