提交 63aff1f5 编写于 作者: 史文彬's avatar 史文彬

Merge branch 'release' into feature/insurance-h5-0718

此差异已折叠。
...@@ -111,16 +111,18 @@ ...@@ -111,16 +111,18 @@
</van-field> </van-field>
</van-form> </van-form>
</div> </div>
<div class="bg-img mt20"> <div
<img v-for="(i, ind) in staticINFO.logoUrlList"
src="https://files.yunqueyi.com/image/png/common/20230628141616682.png" :key="ind"
> class="bg-img mt20"
</div> >
<div class="bg-img mt20"> <img :src="i">
<img
src="https://files.yunqueyi.com/image/png/common/20230628141650960.png"
>
</div> </div>
<!-- <div class="bg-img mt20">-->
<!-- <img-->
<!-- src="https://files.yunqueyi.com/image/png/common/20230628141650960.png"-->
<!-- >-->
<!-- </div>-->
</div> </div>
</div> </div>
<div class="bottom-btn"> <div class="bottom-btn">
...@@ -227,6 +229,9 @@ export default { ...@@ -227,6 +229,9 @@ export default {
extraData: JSON.stringify({}), extraData: JSON.stringify({}),
}, },
bgPath: '', bgPath: '',
staticINFO: {
logoUrlList: [],
},
}; };
}, },
computed: { computed: {
...@@ -285,6 +290,7 @@ export default { ...@@ -285,6 +290,7 @@ export default {
getBanner(pageType, yunOrderNo).then((res) => { getBanner(pageType, yunOrderNo).then((res) => {
if (res.code === '000000') { if (res.code === '000000') {
self.bgPath = res.data.logoUrl; self.bgPath = res.data.logoUrl;
self.staticINFO = res.data;
self.$loading.hide(); self.$loading.hide();
} }
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册