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
006e758178e22f1f1f8c0ab67e36fec760c3a0c4
Authored by
王强
2021-08-27 16:32:10 +0800
1 parent
326bea62
购好物,“品质优选” 改成 “平台优选”
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/optimizationList/optimizationList.vue
src/pages/optimizationList/optimizationList.vue
View file @
006e758
...
...
@@ -86,7 +86,7 @@
86
86
created() {
87
87
88
88
// 设置标题
89
- this.$set(this, "title", "
品质
优选");
89
+ this.$set(this, "title", "
平台
优选");
90
90
91
91
// 判断是否在App内
92
92
if (this.isCNLive.value) {
...
...