This commit is contained in:
王创世 2025-07-10 18:13:44 +08:00
parent 4374c28e3e
commit cfa8c6c47f
8 changed files with 804 additions and 766 deletions

View File

@ -76,10 +76,16 @@
@click="tn('/pages/packageA/user/my_card?id='+v.member_id)"
class="tn-flex tn-flex-center tn-flex-col-center">
<!-- 标题有需要可以显示出来 -->
<view style="width: 130rpx;height: 180rpx">
<image :src="apiImgUrl+v.photo_image"
style="width: 130rpx;height: 180rpx;border-radius:8rpx;" mode="aspectFill">
<view style="width: 100rpx;height: 100rpx">
<image v-if="v.gender == 1" src="https://ysx.0rui.cn/h5/static/man.png"
style="width: 100rpx;height: 100rpx;border-radius:50%;">
</image>
<image v-else src="https://ysx.0rui.cn/h5/static/weman.png"
style="width: 100rpx;height: 100rpx;border-radius:50%;">
</image>
<!-- <image :src="apiImgUrl+v.photo_image"
style="width: 130rpx;height: 180rpx;border-radius:8rpx;" mode="aspectFill">
</image> -->
</view>
<view style="margin-left: 20rpx;">
<view style="font-size: 28rpx;color: #323232;font-weight: 600;">

View File

@ -66,10 +66,10 @@
<view style="font-size: 28rpx;font-weight: normal;margin-top: 10rpx;">协会活动</view>
</view>
</tn-grid-item>
<tn-grid-item style="width: 25%" @click="openUrl('/pages/packageA/info/policy')">
<tn-grid-item style="width: 25%" @click="openUrl('/pages/packageA/user/my_idea')">
<view style="padding: 30rpx;text-align: center;">
<image src="/static/h3.png" style="width: 100rpx;height: 100rpx;"></image>
<view style="font-size: 28rpx;font-weight: normal;margin-top: 10rpx;">惠企政策</view>
<view style="font-size: 28rpx;font-weight: normal;margin-top: 10rpx;">意见建议</view>
</view>
</tn-grid-item>
<tn-grid-item style="width: 25%">

View File

@ -69,9 +69,9 @@
style="width: 100rpx;height: 100rpx;border-radius: 50%;"></image>
</view>
<view style="margin-left: 30rpx;">
<view style="color:#3D3D3D;font-size: 32rpx;font-weight: 600;">洛阳市总商
<view style="color:#3D3D3D;font-size: 32rpx;font-weight: 600;">洛阳市青年户外协
</view>
<view style="font-size: 28rpx;color:#9B9B9B;margin-top: 15rpx;">成立时间2021-10-01
<view style="font-size: 28rpx;color:#9B9B9B;margin-top: 15rpx;">成立时间2024年8月13日
</view>
</view>
</view>

View File

@ -57,14 +57,14 @@
<view style="padding: 30rpx;background-color: transparent;">
<view class="tn-flex tn-flex-center tn-flex-col-center tn-flex-row-between"
style="text-align: center;padding: 40rpx 30rpx;background-color: #FFF;border-radius: 20rpx;">
<view>
<!-- <view>
<view>
<image src="/static/wdfb.png" style="width: 80rpx;height: 80rpx;"></image>
</view>
<view style="margin-top: 10rpx;">
<text>我的发布</text>
</view>
</view>
</view> -->
<view @click="tn('/pages/packageA/user/events_my')">
<view>
<image src="/static/ico1.png" style="width: 80rpx;height: 80rpx;"></image>

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@
</view>
<view style="font-size: 26rpx;color: #323232;margin-top: 10rpx;">
{{ userThisInfo.unit_position }}
{{ userThisInfo.unit_position==null?'未填写':userThisInfo.unit_position}}
</view>
<!-- <view style="font-size: 28rpx;margin-top: 10rpx;">
@ -68,7 +68,7 @@
v-if="userThisInfo.if_tongyi != 0">联系电话xxxxxxxxxxx
</view>
<view style="font-size: 26rpx;margin-top: 20rpx;">&nbsp;&nbsp;&nbsp;&nbsp;{{
userThisInfo.region_name }}</view>
userThisInfo.region_name==null?'未填写':userThisInfo.region_name }}</view>
</view>
</view>
</view>

View File

@ -51,8 +51,8 @@ const store = new Vuex.Store({
msgCount: 0,
// imgUrl: "http://192.168.3.130",
// apiUrl: "http://192.168.3.130/api"
imgUrl: "https://ysx.hschool.com.cn",
apiUrl: "https://ysx.hschool.com.cn/api"
imgUrl: "https://ysx.0rui.cn",
apiUrl: "https://ysx.0rui.cn/api"
},
mutations: {
$tStore(state, payload) {

View File

@ -174,7 +174,7 @@
<style lang="scss" scoped>
$tn-steps-item-number-width: 44rpx;
$tn-steps-item-dot-width: 20rpx;
$tn-steps-item-dot-width: 25rpx;
.tn-steps {
display: flex;
@ -305,10 +305,11 @@
flex-direction: column;
.tn-steps__item__line {
border-bottom-width: 1px;
border-bottom-style: solid;
width: 50%;
left: 75%;
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #FE6E25;
width: 90%;
left: 55%;
&--dot {
top: calc(#{$tn-steps-item-dot-width} / 2);