修改合同跳转及多余文字删除
This commit is contained in:
parent
199fede5da
commit
b6de102c7d
|
@ -12,7 +12,7 @@
|
|||
</view>
|
||||
<view class="" style="margin-top: -60px;padding: 30rpx;">
|
||||
<view class="bg padding" style="border-radius: 20rpx;">
|
||||
<view class="text-lg margin-bottom">提现金额 (可提现金额:{{currentRealIncome}})
|
||||
<view class="text-lg margin-bottom">当前可提现金额:{{currentRealIncome}}
|
||||
</view>
|
||||
<view class="padding-bottom-sm">
|
||||
<input type="number" :placeholder="withdrawalAmountText" @input="withdrawalAmount"
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
<view class="header-bottom-money">{{shouyiMoeny}}</view>
|
||||
<view class="header-text" style="font-size: 14px; margin-top: -5px;">当前收益</view>
|
||||
</view>
|
||||
<!-- 性别选择 -->
|
||||
<u-action-sheet :list="wqlistData" v-model="wqsyshow" @click="wqlistCallback"></u-action-sheet>
|
||||
</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" >
|
||||
<template slot="content" >
|
||||
<view class="mian-view" v-for="(item,index) in listData" :key="index" @click="goOder(item)">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<span>{{ artificerData.beginTime }}~{{ artificerData.finishTime }}</span>
|
||||
</view>
|
||||
<view class="header-right-text">
|
||||
备注: 本期等级是根据技师上个y期的业绩最终计算得出
|
||||
备注: 本期等级是根据技师上个周期的业绩最终计算得出
|
||||
</view>
|
||||
</view>
|
||||
<view class="header-right-bottom">
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
证件资质
|
||||
</view>
|
||||
</view>
|
||||
<view class="sdza" @click="goNfeedback()"
|
||||
<view class="sdza" @click="goHetong()"
|
||||
style="background: url(../../static/images/my/gyw06.png);background-size: cover;">
|
||||
<image src="../../static/images/my/hetong.png"
|
||||
style="width: 54rpx;height: 60rpx;margin-bottom: 4px;margin-top: 20px;"></image>
|
||||
|
@ -391,6 +391,12 @@
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
// 跳转合同页面
|
||||
goHetong(){
|
||||
uni.navigateTo({
|
||||
url:'/pages/hetong/index'
|
||||
})
|
||||
},
|
||||
// 跳转生活照页面
|
||||
goNavLifephotos(){
|
||||
uni.navigateTo({
|
||||
|
|
Loading…
Reference in New Issue