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