默认提交
Showing
15 changed files
with
42 additions
and
90 deletions
-
Please register or sign in to post a comment
... | ... | @@ -18,8 +18,6 @@ Vue.use(Select); |
Vue.use(Option); | ||
Vue.use(Loading); | ||
export default { | ||
data() { | ||
return { | ||
... | ... |
... | ... | @@ -16,7 +16,7 @@ export default { |
hadLoadPolicy: false, | ||
ignorePolicyCodes: [], | ||
// 显示 | ||
policyDetail: null | ||
policyDetail: {} | ||
} | ||
}, | ||
components: {}, | ||
... | ... |
... | ... | @@ -35,7 +35,7 @@ export default { |
bannerCandidateList: [], | ||
// 视频 | ||
playerOptions: {}, | ||
bannerTipsVisible: true, | ||
bannerTipsVisible: false, | ||
productList: [], | ||
// 全部的信息 | ||
sourceData: {}, | ||
... | ... |