123
This commit is contained in:
parent
e8523899ee
commit
61e3fe0ae8
@ -47,17 +47,17 @@
|
|||||||
</view>
|
</view>
|
||||||
</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>
|
<image src="../../static/center/Alarm.png" mode="" class="icon-size"></image>
|
||||||
<span>{{ formattedTime.formattedTime }}</span>
|
<span>{{ formattedTime.formattedTime }}</span>
|
||||||
</span>
|
</view>
|
||||||
|
|
||||||
<span class="line"></span>
|
<span class="line"></span>
|
||||||
|
|
||||||
<span class="first-image flex align-items"
|
<span class="first-image flex align-items"
|
||||||
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
|
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
|
||||||
<image src="/static/center/address.png" mode="" class="icon-size"></image>
|
<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 src="/static/detail/daohang.png" class="icon-size" style="width: 50rpx; height: 50rpx;">
|
||||||
</image>
|
</image>
|
||||||
</span>
|
</span>
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
<span class="first-image flex align-items"
|
<span class="first-image flex align-items"
|
||||||
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
|
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
|
||||||
<image src="/static/center/address.png" mode="" class="icon-size"></image>
|
<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 src="/static/detail/daohang.png" class="icon-size" style="width: 50rpx; height: 50rpx;">
|
||||||
</image>
|
</image>
|
||||||
</span>
|
</span>
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<view style="background: #F0F0F0;width: 100%;height: 1px;margin: 40rpx 0rpx;"></view>
|
<view style="background: #F0F0F0;width: 100%;height: 1px;margin: 40rpx 0rpx;"></view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="tabIndex==1" v-for="item in list" @click="inTx(item)">
|
<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>
|
||||||
<view style="font-size: 30rpx;color: #3D3D3D;font-weight: 600;">
|
<view style="font-size: 30rpx;color: #3D3D3D;font-weight: 600;">
|
||||||
{{item.bank_name}}({{cardSlice(item.bank_user_name)}})</view>
|
{{item.bank_name}}({{cardSlice(item.bank_user_name)}})</view>
|
||||||
@ -141,7 +141,7 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
<u-popup @touchmove.native.stop.prevent :custom-style="{
|
<u-popup @touchmove.native.stop.prevent :custom-style="{
|
||||||
width: '600rpx',
|
width: '600rpx',
|
||||||
padding: '24rpx 24rpx 42rpx 24rpx',
|
padding: '50rpx 40rpx 42rpx 40rpx',
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'start',
|
justifyContent: 'start',
|
||||||
@ -150,7 +150,7 @@
|
|||||||
}" :closeable="false" :show="tipsShowOne" :round="10" mode="center"
|
}" :closeable="false" :show="tipsShowOne" :round="10" mode="center"
|
||||||
:closeOnClickOverlay="false" :safeAreaInsetBottom="false">
|
:closeOnClickOverlay="false" :safeAreaInsetBottom="false">
|
||||||
<view style="font-size: 40rpx;font-weight: 600;">当前余额</view>
|
<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>
|
<text>前余额指已经完成所有结算流程、您可以随时发起提现的金额。</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="popup-footer">
|
<view class="popup-footer">
|
||||||
@ -162,7 +162,7 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
<u-popup @touchmove.native.stop.prevent :custom-style="{
|
<u-popup @touchmove.native.stop.prevent :custom-style="{
|
||||||
width: '600rpx',
|
width: '600rpx',
|
||||||
padding: '24rpx 24rpx 42rpx 24rpx',
|
padding: '50rpx 40rpx 42rpx 40rpx',
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'start',
|
justifyContent: 'start',
|
||||||
@ -171,8 +171,8 @@
|
|||||||
}" :closeable="false" :show="tipsShowTwo" :round="10" mode="center"
|
}" :closeable="false" :show="tipsShowTwo" :round="10" mode="center"
|
||||||
:closeOnClickOverlay="false" :safeAreaInsetBottom="false">
|
:closeOnClickOverlay="false" :safeAreaInsetBottom="false">
|
||||||
<view style="font-size: 40rpx;font-weight: 600;">累计收益</view>
|
<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>
|
<text>所有已完成结算的活动为您带来的结算款项总和。累计收益=提现金额总和+当前余额。</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="popup-footer">
|
<view class="popup-footer">
|
||||||
<view style="gap: 20rpx;width: 100%;display: flex;justify-content: space-between;align-items: center;">
|
<view style="gap: 20rpx;width: 100%;display: flex;justify-content: space-between;align-items: center;">
|
||||||
@ -183,7 +183,7 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
<u-popup @touchmove.native.stop.prevent :custom-style="{
|
<u-popup @touchmove.native.stop.prevent :custom-style="{
|
||||||
width: '620rpx',
|
width: '620rpx',
|
||||||
padding: '40rpx 50rpx',
|
padding: '50rpx 40rpx 42rpx 40rpx',
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'start',
|
justifyContent: 'start',
|
||||||
@ -282,7 +282,7 @@
|
|||||||
tipsShow:false,
|
tipsShow:false,
|
||||||
popupStyle: {
|
popupStyle: {
|
||||||
width: '620rpx',
|
width: '620rpx',
|
||||||
padding: '30rpx 30rpx 42rpx 30rpx',
|
padding: '50rpx 40rpx 42rpx 40rpx',
|
||||||
margin: '0 auto', // 水平居中
|
margin: '0 auto', // 水平居中
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'start',
|
justifyContent: 'start',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user