|
@@ -826,11 +826,10 @@ export default {
|
|
|
this.init();
|
|
|
},
|
|
|
mounted () {
|
|
|
- console.log('mounted')
|
|
|
+
|
|
|
},
|
|
|
activated () {
|
|
|
// 判断是否带缓存参
|
|
|
- console.log('activated')
|
|
|
this.init();
|
|
|
|
|
|
},
|
|
@@ -843,6 +842,7 @@ export default {
|
|
|
this.calcPrice()
|
|
|
},
|
|
|
init () {
|
|
|
+ console.log('lai init')
|
|
|
if (this.$route.query.search) {
|
|
|
this.Fsearch = this.$route.query.search;
|
|
|
}
|
|
@@ -2168,9 +2168,7 @@ export default {
|
|
|
// let price = val.price
|
|
|
// }
|
|
|
},
|
|
|
- mounted () {
|
|
|
- this.init();
|
|
|
- },
|
|
|
+
|
|
|
watch: {
|
|
|
previewVisible (val) {
|
|
|
if (!val) {
|