|
@@ -1,5 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="bgcolor">
|
|
<div class="bgcolor">
|
|
|
|
|
+ <!-- AI销售参谋跳转 -->
|
|
|
<template v-if="AItype">
|
|
<template v-if="AItype">
|
|
|
<!-- 顶部条-->
|
|
<!-- 顶部条-->
|
|
|
<van-nav-bar class="navBar" title="高销额门店推荐" left-arrow @click-left="onClickLeft">
|
|
<van-nav-bar class="navBar" title="高销额门店推荐" left-arrow @click-left="onClickLeft">
|
|
@@ -993,7 +994,8 @@ export default {
|
|
|
this.showOutPopover = true;
|
|
this.showOutPopover = true;
|
|
|
},
|
|
},
|
|
|
onClickLeft() {
|
|
onClickLeft() {
|
|
|
- this.$router.replace({ path: '/deviceWithin' });
|
|
|
|
|
|
|
+ this.$router.go(-1);
|
|
|
|
|
+ // this.$router.replace({ path: '/deviceWithin' });
|
|
|
},
|
|
},
|
|
|
onSelect(val) {
|
|
onSelect(val) {
|
|
|
this.showOutPopover = false;
|
|
this.showOutPopover = false;
|