Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c286c531530f7ca36879b42b4addc0405f406e02
Authored by
zhiyangdu
2020-12-14 11:11:35 +0800
1 parent
39416fbd
title
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/pointsMall/pointsMall.vue
src/pages/pointsMall/pointsMall.vue
View file @
c286c53
...
...
@@ -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();
...
...