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