修改提现记录为资金明细
This commit is contained in:
parent
cd41d2d663
commit
897b40f9f9
|
@ -68,9 +68,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/member/cash/withdraw-log",
|
||||
"path": "pages/member/cash/log",
|
||||
"style": {
|
||||
"navigationBarTitleText": "提现记录"
|
||||
"navigationBarTitleText": "资金明细"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<app-layout title="提现记录">
|
||||
<app-layout title="资金明细">
|
||||
<view class="withdraw-log-container">
|
||||
<view class="log-item" v-for="(item, index) in list" :key="index">
|
||||
<view class="date">
|
|
@ -73,14 +73,10 @@
|
|||
<text class="title limit-line clamp-1">服务无忧保</text>
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
<view class="widget-item" @click="toPage('/pages/member/cash/withdraw-log')">
|
||||
<text class="title limit-line clamp-1">提现记录</text>
|
||||
<view class="widget-item" @click="toPage('/pages/member/cash/log')">
|
||||
<text class="title limit-line clamp-1">资金明细</text>
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
<!-- <view class="widget-item">
|
||||
<text class="title limit-line clamp-1">明细</text>
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="common-form-widget-group">
|
||||
<view class="widget-item" @click="toPage('/pages/member/service-info')">
|
||||
|
|
Loading…
Reference in New Issue