Merge remote-tracking branch 'origin/dev'

This commit is contained in:
曹辉 2023-06-05 10:18:03 +08:00
commit 1329b02e17
9 changed files with 67 additions and 33 deletions

View File

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

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

@ -1,4 +1,4 @@
.app { .app {
height: 100%; height: 100%;
padding: 0 2% 2%; padding: 0 2% 2%;
font-size: 36rpx; font-size: 36rpx;
@ -280,7 +280,6 @@
float: right; float: right;
margin-right: 30rpx; margin-right: 30rpx;
} }
} }
} }
} }

View File

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