2 Commits

Author SHA1 Message Date
xiaozhiyong
587632c97b 更新 2023-08-01 08:54:53 +08:00
xiaozhiyong
8ca91bc9e6 更新 2023-08-01 08:47:09 +08:00

View File

@@ -181,24 +181,23 @@
},
data() {
return {
swiperArray: [
// {
// src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2etc.png',
// // link: 'https://h5.51etr.com/pro/onlineApply/?type=20220831103626200101811'
// },
swiperArray: [{
src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2etc.png',
link: 'https://h5.51etr.com/pro/onlineApply/?type=20220831103626200101811'
},
// {
// 已经下架 勿放开注释
// src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png',
// link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473'
// }, Activity
// {
// src:'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/bannerindexs.png',
// JumpPage:'Financial'
// },
{
src:'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/banner_baichuan.png',
JumpPage:'Activity'
src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/bannerindexs.png',
JumpPage: 'Financial'
},
// {
// src:'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/banner_baichuan.png',
// JumpPage:'Activity'
// },
],
siteInfo: {},
yellowURL: this.global.yellowURL + 'xq-ad/',
@@ -428,8 +427,7 @@
// url:'/BagStation/pages/makeOrder/payResult?status=success'
this.getSiteList();
},
mounted() {
},
mounted() {},
beforeCreate() {},
onReady() {
// this.getSiteList()
@@ -661,7 +659,9 @@
} else if (index == 6) {
const user = uni.getStorageSync('user');
if (user) {
Financial.findHomePageReport({customerId:user.id}).then(res=>{
Financial.findHomePageReport({
customerId: user.id
}).then(res => {
if (res.data) {
uni.navigateTo({
url: `../../../Financial/pages/estimate/index?data=${encodeURIComponent(JSON.stringify(res.data))}`