Commit d55197c7d7bc5da649bcf09c8b9da3011c891fd2
1 parent
1bcc71f3
折扣专区页面代码格式整理~
Showing
1 changed file
with
6 additions
and
6 deletions
src/pages/discountList/discountList.vue
| @@ -114,14 +114,14 @@ | @@ -114,14 +114,14 @@ | ||
| 114 | name: 'discountListPage', | 114 | name: 'discountListPage', |
| 115 | data () { | 115 | data () { |
| 116 | return { | 116 | return { |
| 117 | - title: "", // 标题 | ||
| 118 | - backs: null, // 后退按钮组 | 117 | + title: "", // 标题 |
| 118 | + backs: null, // 后退按钮组 | ||
| 119 | CALL_STATUS: { | 119 | CALL_STATUS: { |
| 120 | - INIT: "init", // 初始化页面 | ||
| 121 | - LOAD_MORE: "loadMore" // 加载更多 | 120 | + INIT: "init", // 初始化页面 |
| 121 | + LOAD_MORE: "loadMore" // 加载更多 | ||
| 122 | }, | 122 | }, |
| 123 | - tabs: { // tabs设置 | ||
| 124 | - first: true, // 第一次访问接口 | 123 | + tabs: { // tabs设置 |
| 124 | + first: true, // 第一次访问接口 | ||
| 125 | active: 0, | 125 | active: 0, |
| 126 | list: [ | 126 | list: [ |
| 127 | { | 127 | { |