This commit is contained in:
王创世 2025-06-14 16:07:12 +08:00
parent e8523899ee
commit 61e3fe0ae8
3 changed files with 12 additions and 12 deletions

View File

@ -47,17 +47,17 @@
</view>
</view>
<span class="first-image flex align-items" style="margin-top: 20rpx;">
<view class="first-image flex align-items" style="margin-top: 20rpx;">
<image src="../../static/center/Alarm.png" mode="" class="icon-size"></image>
<span>{{ formattedTime.formattedTime }}</span>
</span>
</view>
<span class="line"></span>
<span class="first-image flex align-items"
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
<image src="/static/center/address.png" mode="" class="icon-size"></image>
<span>{{ detail.address_detail }}</span>
<span>{{ detail.address }}{{ detail.address_detail }}</span>
<image src="/static/detail/daohang.png" class="icon-size" style="width: 50rpx; height: 50rpx;">
</image>
</span>

View File

@ -56,7 +56,7 @@
<span class="first-image flex align-items"
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
<image src="/static/center/address.png" mode="" class="icon-size"></image>
<span>{{ detail.address_detail }}</span>
<span>{{ detail.address }}{{ detail.address_detail }}</span>
<image src="/static/detail/daohang.png" class="icon-size" style="width: 50rpx; height: 50rpx;">
</image>
</span>

View File

@ -71,7 +71,7 @@
<view style="background: #F0F0F0;width: 100%;height: 1px;margin: 40rpx 0rpx;"></view>
</view>
<view v-if="tabIndex==1" v-for="item in list" @click="inTx(item)">
<view style="display: flex;justify-content: space-between;align-items: center;">
<view style="display: flex;justify-content: space-between;">
<view>
<view style="font-size: 30rpx;color: #3D3D3D;font-weight: 600;">
{{item.bank_name}}{{cardSlice(item.bank_user_name)}}</view>
@ -141,7 +141,7 @@
</u-popup>
<u-popup @touchmove.native.stop.prevent :custom-style="{
width: '600rpx',
padding: '24rpx 24rpx 42rpx 24rpx',
padding: '50rpx 40rpx 42rpx 40rpx',
margin: '0 auto',
display: 'flex',
justifyContent: 'start',
@ -150,7 +150,7 @@
}" :closeable="false" :show="tipsShowOne" :round="10" mode="center"
:closeOnClickOverlay="false" :safeAreaInsetBottom="false">
<view style="font-size: 40rpx;font-weight: 600;">当前余额</view>
<view style="font-size: 26rpx;color: #3D3D3D;padding-top: 40rpx;line-height: 40rpx;">
<view style="font-size: 26rpx;color: #3D3D3D;padding-top: 40rpx;line-height: 40rpx;text-align: center;">
<text>前余额指已经完成所有结算流程您可以随时发起提现的金额</text>
</view>
<view class="popup-footer">
@ -162,7 +162,7 @@
</u-popup>
<u-popup @touchmove.native.stop.prevent :custom-style="{
width: '600rpx',
padding: '24rpx 24rpx 42rpx 24rpx',
padding: '50rpx 40rpx 42rpx 40rpx',
margin: '0 auto',
display: 'flex',
justifyContent: 'start',
@ -171,8 +171,8 @@
}" :closeable="false" :show="tipsShowTwo" :round="10" mode="center"
:closeOnClickOverlay="false" :safeAreaInsetBottom="false">
<view style="font-size: 40rpx;font-weight: 600;">累计收益</view>
<view style="font-size: 26rpx;color: #3D3D3D;padding-top: 40rpx;line-height: 40rpx;">
<text>指自您入驻以来所有已完成结算的活动为您带来的结算款项总和累计收益=提现金额总和+当前余额</text>
<view style="font-size: 26rpx;color: #3D3D3D;padding-top: 40rpx;line-height: 40rpx;text-align: center;">
<text>所有已完成结算的活动为您带来的结算款项总和累计收益=提现金额总和+当前余额</text>
</view>
<view class="popup-footer">
<view style="gap: 20rpx;width: 100%;display: flex;justify-content: space-between;align-items: center;">
@ -183,7 +183,7 @@
</u-popup>
<u-popup @touchmove.native.stop.prevent :custom-style="{
width: '620rpx',
padding: '40rpx 50rpx',
padding: '50rpx 40rpx 42rpx 40rpx',
margin: '0 auto',
display: 'flex',
justifyContent: 'start',
@ -282,7 +282,7 @@
tipsShow:false,
popupStyle: {
width: '620rpx',
padding: '30rpx 30rpx 42rpx 30rpx',
padding: '50rpx 40rpx 42rpx 40rpx',
margin: '0 auto', //
display: 'flex',
justifyContent: 'start',