@@ -1164,7 +1164,7 @@ export default {
// 获取会员绑定的车牌列表
async getVehiclesINTMP() {
/*杭州*/
- if (!this.enableDiscountVehicle) return
+ if (!isHZ(this.mallId)) return
try {
if(this.$route.query.isLogin === 'loginDenied') {
throw new Error('设置默认参数')