Browse Source

修改bug

master
岳鹏龙 6 months ago
parent
commit
4a76da4dd7
  1. 39
      src/pages/index/index.vue
  2. 1
      src/pages/index/shoppage/shophelpDetail.vue
  3. 9
      src/pages/memberCenter/inpart.vue
  4. 4
      src/pages/memberCenter/memberZc.vue
  5. BIN
      src/static/img/flfw.png
  6. BIN
      src/static/img/htwk1.png
  7. BIN
      src/static/img/iconhqt.png

39
src/pages/index/index.vue

@ -29,14 +29,14 @@
<image style="width: 96rpx;height: 96rpx;" src="@/static/img/bnb.png" mode=""></image>
<text class="butext">办年报</text>
</view>
<view class="but" @click="goflfw">
<!-- <view class="but" @click="goflfw">
<image style="width: 96rpx;height: 96rpx;" src="@/static/img/flfw.png" mode=""></image>
<text class="butext">法律服务</text>
</view>
<view class="but" @click="gohtwk">
<image style="width: 96rpx;height: 96rpx;" src="@/static/img/htwk.png" mode=""></image>
<text class="butext">合同文库</text>
</view>
</view> -->
</view>
<!-- <image class="zuanti" :src="url + '/' + ztdata.home_img" mode="scaleToFill" @click="goZT(ztdata.id)"> -->
<!-- </image> -->
@ -97,6 +97,14 @@
<text class="btext">媒体帮</text>
<image style="height: 64rpx; width: 80rpx" src="@/static/img/mtb.png" mode=""></image>
</view>
<view class="bangone5" @click="goflfw">
<text class="btext">法律服务</text>
<image style="height: 64rpx; width: 80rpx" src="@/static/img/flfw.png" mode=""></image>
</view>
<view class="bangone6" @click="gohtwk">
<text class="btext">合同文库</text>
<image style="height: 64rpx; width: 80rpx" src="@/static/img/htwk1.png" mode=""></image>
</view>
</view>
</view>
@ -626,7 +634,6 @@
width: 100%;
padding: 3%;
box-sizing: border-box;
height: 366rpx;
border-radius: 24rpx;
background-color: #ffffff;
@ -697,6 +704,32 @@
align-items: center;
}
.bangone5 {
margin-top: 20rpx;
flex: 1 1 45%;
height: 108rpx;
border-radius: 24rpx;
box-sizing: border-box;
border: 0.4rpx solid #9B50E6;
background: #F4E8FF;
display: flex;
justify-content: space-around;
align-items: center;
}
.bangone6 {
margin-top: 20rpx;
flex: 1 1 45%;
height: 108rpx;
border-radius: 24rpx;
box-sizing: border-box;
border: 0.4rpx solid #FF723A;
background: #FFDBCD;
display: flex;
justify-content: space-around;
align-items: center;
}
.btext {
margin-left: 32rpx;
font-family: Source Han Sans;

1
src/pages/index/shoppage/shophelpDetail.vue

@ -40,6 +40,7 @@ onLoad(async (param) => {
.container {
background-color: #ffffff;
height: calc(100vh - 182rpx);
overflow-y: auto;
width: 100%;
padding: 60rpx 40rpx 0 40rpx;
box-sizing: border-box;

9
src/pages/memberCenter/inpart.vue

@ -132,6 +132,10 @@
id: 2,
title: '个体工商户'
},
{
id: 5,
title: '自然人'
},
{
id: 3,
title: '理事单位'
@ -140,10 +144,6 @@
id: 4,
title: '商协会'
},
{
id: 5,
title: '自然人'
},
{
id: 6,
title: '其他单位'
@ -380,6 +380,7 @@
onLoad(async (e) => {
form.value.mobile = e.number
form.value.tel = e.number
})
</script>

4
src/pages/memberCenter/memberZc.vue

@ -1,6 +1,7 @@
<template>
<view class="container">
<u-navbar title="会员注册" placeholder="true" :auto-back="true" bg-color="#F1F3F9" left-icon-size="24"></u-navbar>
<image style="width: 50%;margin-bottom: 60rpx;margin-top: -332rpx;" src="@/static/img/iconhqt.png" mode="widthFix"></image>
<view class="butp">
<u-button @getphonenumber="onGetPhoneNumber" text="手机号一键注册" icon-color="#fff" open-type="getPhoneNumber"
color="linear-gradient(90deg, #007FFF 0%, #99CCFF 100%)" />
@ -64,7 +65,6 @@
url: '/pages/memberCenter/inpart?number=' + res.data.mobile
})
}, 2000)
}
})
} else {
@ -140,7 +140,7 @@
width: 100%;
display: grid;
align-content: center;
justify-content: center;
justify-items: center;
.butp {
/* 标签栏投影 */

BIN
src/static/img/flfw.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
src/static/img/htwk1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
src/static/img/iconhqt.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save