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

@ -181,15 +181,15 @@
},
data() {
return {
swiperArray: [
{
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'
},
// {
//
// 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',
JumpPage: 'Financial'
@ -427,8 +427,7 @@
// url:'/BagStation/pages/makeOrder/payResult?status=success'
this.getSiteList();
},
mounted() {
},
mounted() {},
beforeCreate() {},
onReady() {
// this.getSiteList()
@ -660,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))}`

Loading…
Cancel
Save