|
@@ -135,7 +135,10 @@
|
|
this.$api.http.get(this.config.apiBaseurl + '/product/categorySearch').then(res => {
|
|
this.$api.http.get(this.config.apiBaseurl + '/product/categorySearch').then(res => {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
this.codeUrl = 'http://placekitten.com/120/60';
|
|
this.codeUrl = 'http://placekitten.com/120/60';
|
|
- this.countDown();
|
|
|
|
|
|
+ if(this.countFlag==false){
|
|
|
|
+ this.countDown();
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|