pull/12/head
xiaozhiyong 2 years ago
parent 8ca91bc9e6
commit 587632c97b
  1. 19
      pages/tabbar/home/home.vue

@ -181,15 +181,15 @@
}, },
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', //
link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473' // src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png',
}, // link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473'
// },
{ {
src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/bannerindexs.png', src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/bannerindexs.png',
JumpPage: 'Financial' JumpPage: 'Financial'
@ -427,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()
@ -660,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))}`

Loading…
Cancel
Save