tianyi 4 weeks ago
parent
commit
a4068c0237
  1. 4
      package1/group/shopEvaluate.vue

4
package1/group/shopEvaluate.vue

@ -240,7 +240,7 @@
console.log("11111") console.log("11111")
if (this.searchForm.pageNum >= this.total) return; if (this.searchForm.pageNum >= this.total) return;
this.searchForm.pageNum++; this.searchForm.pageNum++;
this.getshopComments(); this.getshopComments(this.shopItem.id);
}, },
submit(v){ submit(v){
let that = this; let that = this;
@ -299,6 +299,8 @@
this.searchForm.picture = 0 this.searchForm.picture = 0
this.searchForm.score = 1 this.searchForm.score = 1
} }
this.searchForm.pageNum = 1
this.shopComments = []
this.getshopComments(this.shopItem.id) this.getshopComments(this.shopItem.id)
}, },
pictureAdd() { pictureAdd() {

Loading…
Cancel
Save