修改合同跳转及多余文字删除

This commit is contained in:
yangjun 2024-07-02 11:50:09 +08:00
parent 199fede5da
commit b6de102c7d
4 changed files with 11 additions and 5 deletions

View File

@ -12,7 +12,7 @@
</view> </view>
<view class="" style="margin-top: -60px;padding: 30rpx;"> <view class="" style="margin-top: -60px;padding: 30rpx;">
<view class="bg padding" style="border-radius: 20rpx;"> <view class="bg padding" style="border-radius: 20rpx;">
<view class="text-lg margin-bottom">提现金额&nbsp;(可提现金额:{{currentRealIncome}}) <view class="text-lg margin-bottom">当前可提现金额:{{currentRealIncome}}
</view> </view>
<view class="padding-bottom-sm"> <view class="padding-bottom-sm">
<input type="number" :placeholder="withdrawalAmountText" @input="withdrawalAmount" <input type="number" :placeholder="withdrawalAmountText" @input="withdrawalAmount"

View File

@ -13,9 +13,9 @@
<view class="header-bottom-money">{{shouyiMoeny}}</view> <view class="header-bottom-money">{{shouyiMoeny}}</view>
<view class="header-text" style="font-size: 14px; margin-top: -5px;">当前收益</view> <view class="header-text" style="font-size: 14px; margin-top: -5px;">当前收益</view>
</view> </view>
<!-- 性别选择 -->
<u-action-sheet :list="wqlistData" v-model="wqsyshow" @click="wqlistCallback"></u-action-sheet>
</view> </view>
<!-- 性别选择 -->
<u-action-sheet :list="wqlistData" v-model="wqsyshow" @click="wqlistCallback"></u-action-sheet>
<t-refresh class="mian" ref="refresh" v-if="listData.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" > <t-refresh class="mian" ref="refresh" v-if="listData.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" >
<template slot="content" > <template slot="content" >
<view class="mian-view" v-for="(item,index) in listData" :key="index" @click="goOder(item)"> <view class="mian-view" v-for="(item,index) in listData" :key="index" @click="goOder(item)">

View File

@ -13,7 +13,7 @@
<span>{{ artificerData.beginTime }}~{{ artificerData.finishTime }}</span> <span>{{ artificerData.beginTime }}~{{ artificerData.finishTime }}</span>
</view> </view>
<view class="header-right-text"> <view class="header-right-text">
备注: 本期等级是根据技师上个y期的业绩最终计算得出 备注: 本期等级是根据技师上个期的业绩最终计算得出
</view> </view>
</view> </view>
<view class="header-right-bottom"> <view class="header-right-bottom">

View File

@ -168,7 +168,7 @@
证件资质 证件资质
</view> </view>
</view> </view>
<view class="sdza" @click="goNfeedback()" <view class="sdza" @click="goHetong()"
style="background: url(../../static/images/my/gyw06.png);background-size: cover;"> style="background: url(../../static/images/my/gyw06.png);background-size: cover;">
<image src="../../static/images/my/hetong.png" <image src="../../static/images/my/hetong.png"
style="width: 54rpx;height: 60rpx;margin-bottom: 4px;margin-top: 20px;"></image> style="width: 54rpx;height: 60rpx;margin-bottom: 4px;margin-top: 20px;"></image>
@ -391,6 +391,12 @@
} }
}, },
methods: { methods: {
//
goHetong(){
uni.navigateTo({
url:'/pages/hetong/index'
})
},
// //
goNavLifephotos(){ goNavLifephotos(){
uni.navigateTo({ uni.navigateTo({