兴业管家

This commit is contained in:
曹辉 2023-05-24 16:47:25 +08:00
parent 8163c67029
commit d8c9805be8
7 changed files with 42 additions and 7 deletions

View File

@ -312,7 +312,15 @@
}
}
],
,{
"path" : "pages/Industrialbutler/Industrialbutler",
"style" :
{
"navigationBarTitleText": "兴业管家",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",

View File

@ -0,0 +1,19 @@
<template>
<view>
<web-view src="https://ec.cib.com.cn/h5/index/jnfhwqh?isInpage=Y"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>

View File

@ -60,7 +60,10 @@
<image src="../../static/jypz.png" mode="" @tap='goseekmedicaladvice'></image>
<image src="../../static/qyzq.png" mode="" @tap='gosuyu'></image>
</view>
<image class="night" src="../../static/96558.png" mode="" @tap='gonight'></image>
<view class="rightimg">
<image src="../../static/guanjia.png" mode="" @tap='goguanjia'></image>
<image class="" src="../../static/96558.png" mode="" @tap='gonight'></image>
</view>
<view class="rightimg">
<image src="../../static/fuli.png" mode="" @tap='gomaterialbenefits'></image>
<image src="../../static/kefu.png" mode="" @tap='gocustomerservice'></image>
@ -331,6 +334,12 @@
success(res) {}
})
},
//
goguanjia() {
uni.navigateTo({
url: '/pages/Industrialbutler/Industrialbutler'
})
},
//
gopzyh() {
uni.navigateTo({
@ -532,14 +541,13 @@
image {
width: 30%;
height: 170rpx;
height: 160rpx;
}
}
.shopping {
margin-top: 5rpx;
width: 98%;
height: 170rpx;
height: 160rpx;
}
.rightimg {
@ -548,9 +556,9 @@
image {
display: block;
margin-bottom: 10rpx;
margin-bottom: 15rpx;
width: 100%;
height: 165rpx;
height: 120rpx;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/guanjia.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 18 KiB