Commit c286c531530f7ca36879b42b4addc0405f406e02

Authored by zhiyangdu
1 parent 39416fbd

title

src/pages/pointsMall/pointsMall.vue
... ... @@ -374,7 +374,7 @@ export default {
374 374 });
375 375  
376 376 // 设置标题
377   - this.$set(this.backs, 'title', '优选');
  377 + this.$set(this.backs, 'title', '积分商城');
378 378 }
379 379 // 获取商品信息接口
380 380 this.integralMallIndex();
... ...