钱包字段错误,细节优化
parent
8462f96271
commit
2857eea0ff
|
|
@ -1332,6 +1332,7 @@
|
|||
"2bwh7h": "Please enter transfer remarks information",
|
||||
"1aijp1": "Please enter the receiving account number",
|
||||
"x4mzo9": "Please enter the correct receiving account",
|
||||
"678uyg": "Transfer order number",
|
||||
"4g21cu": "Payee",
|
||||
"t36tk2": "Transfer remarks",
|
||||
"b4m5p3": "Transfer currency",
|
||||
|
|
|
|||
|
|
@ -1323,6 +1323,7 @@
|
|||
"2bwh7h": "请输入转账备注信息",
|
||||
"1aijp1": "请输入收款账号",
|
||||
"x4mzo9": "请输入正确的收款账号",
|
||||
"678uyg": "转账单号",
|
||||
"4g21cu": "收款人",
|
||||
"t36tk2": "转账备注",
|
||||
"b4m5p3": "转账币",
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
<view v-if="data_list.length > 0" class="data-list">
|
||||
<view v-for="(item, index) in data_list" :key="index" class="item padding-main border-radius-main oh bg-white spacing-mb">
|
||||
<view class="base oh br-b-dashed padding-bottom-main flex-row jc-sb align-c">
|
||||
<text>{{$t('user-transfer-detail.user-transfer-detail.x17599')}}</text>
|
||||
<text class="cr-grey-9">{{ item.add_time }}</text>
|
||||
<text v-if="(item.receive_user || null) != null">{{item.receive_user.user_name_view}}</text>
|
||||
</view>
|
||||
<view :data-value="'/pages/plugins/wallet/user-transfer-detail/user-transfer-detail?id=' + item.id" @tap="url_event" class="content margin-top cp">
|
||||
<view v-for="(fv, fi) in content_list" :key="fi">
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
data_is_loading: 0,
|
||||
params: null,
|
||||
content_list: [
|
||||
{ name: this.$t('transfer.transfer.4g21cu'), field: 'transfer_no' },
|
||||
{ name: this.$t('transfer.transfer.678uyg'), field: 'transfer_no' },
|
||||
{ name: this.$t('transfer.transfer.2q274j'), field: 'money' },
|
||||
{ name: this.$t('transfer.transfer.t36tk2'), field: 'note' },
|
||||
],
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
<view v-if="data_list.length > 0" class="data-list">
|
||||
<view v-for="(item, index) in data_list" :key="index" class="item padding-main border-radius-main oh bg-white spacing-mb">
|
||||
<view class="base oh br-b-dashed padding-bottom-main flex-row jc-sb align-c">
|
||||
<text>{{ item.status_name }}</text>
|
||||
<text class="cr-grey-9">{{ item.add_time }}</text>
|
||||
</view>
|
||||
<view :data-value="'/pages/plugins/wallet/wallet-log-detail/wallet-log-detail?id=' + item.id" @tap="url_event" class="content margin-top-main cp">
|
||||
|
|
|
|||
|
|
@ -95,10 +95,10 @@ export default {
|
|||
{ name: this.$t('user-cash-detail.user-cash-detail.53k647'), value: data.data.bank_username || "" },
|
||||
{ name: this.$t('user-cash-detail.user-cash-detail.m556tl'), value: data.data.bank_accounts || "" },
|
||||
{ name: this.$t('user-cash-detail.user-cash-detail.i308o1'), value: data.data.pay_money <= 0 ? "" : data.data.pay_money || "" },
|
||||
{ name: this.$t('user-cash-detail.user-cash-detail.451xxt'), value: data.data.pay_time_time || "" },
|
||||
{ name: this.$t('user-cash-detail.user-cash-detail.451xxt'), value: data.data.pay_time || "" },
|
||||
{ name: this.$t('common.note'), value: data.data.msg || "" },
|
||||
{ name: this.$t('user-cash-detail.user-cash-detail.y96262'), value: data.data.add_time_time || "" },
|
||||
{ name: this.$t('order-detail.order-detail.21ift9'), value: data.data.upd_time_time || "" },
|
||||
{ name: this.$t('user-cash-detail.user-cash-detail.y96262'), value: data.data.add_time || "" },
|
||||
{ name: this.$t('order-detail.order-detail.21ift9'), value: data.data.upd_time || "" },
|
||||
],
|
||||
data_list_loding_status: 3,
|
||||
data_bottom_line_status: true,
|
||||
|
|
|
|||
|
|
@ -93,8 +93,8 @@ export default {
|
|||
{ name: this.$t('user-recharge-detail.user-recharge-detail.7272ia'), value: data.data.money || "" },
|
||||
{ name: this.$t('user-order-detail.user-order-detail.516tlr'), value: data.data.pay_money <= 0 ? "" : data.data.pay_money || "" },
|
||||
{ name: this.$t('user-order-detail.user-order-detail.0e1sfs'), value: data.data.payment_name || "" },
|
||||
{ name: this.$t('user-order-detail.user-order-detail.h2c78h'), value: data.data.add_time_time || "" },
|
||||
{ name: this.$t('user-order-detail.user-order-detail.wn83rn'), value: data.data.pay_time_time || "" },
|
||||
{ name: this.$t('user-order-detail.user-order-detail.h2c78h'), value: data.data.add_time || "" },
|
||||
{ name: this.$t('user-order-detail.user-order-detail.wn83rn'), value: data.data.pay_time || "" },
|
||||
],
|
||||
data_list_loding_status: 3,
|
||||
data_bottom_line_status: true,
|
||||
|
|
|
|||
|
|
@ -84,12 +84,14 @@ export default {
|
|||
success: (res) => {
|
||||
uni.stopPullDownRefresh();
|
||||
if (res.data.code == 0) {
|
||||
var data = res.data.data;
|
||||
var data = res.data.data;
|
||||
var receive_user = data.data.receive_user || {};
|
||||
this.setData({
|
||||
detail: data.data,
|
||||
detail_list: [
|
||||
{ name: this.$t('user-transfer-detail.user-transfer-detail.stj2eh'), value: data.data.transfer_no || "" },
|
||||
{ name: this.$t('transfer.transfer.2q274j'), value: data.data.money || "" },
|
||||
{ name: this.$t('transfer.transfer.2q274j'), value: data.data.money || "" },
|
||||
{ name: this.$t('transfer.transfer.4g21cu'), value: receive_user.user_name_view || "" },
|
||||
{ name: this.$t('common.note'), value: data.data.note || "" },
|
||||
{ name: this.$t('user-transfer-detail.user-transfer-detail.x17599'), value: data.data.add_time || "" },
|
||||
],
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
{ name: this.$t('wallet-log-detail.wallet-log-detail.4q7pfq'), value: data.data.original_money || '' },
|
||||
{ name: this.$t('wallet-log-detail.wallet-log-detail.r814ne'), value: data.data.latest_money || '' },
|
||||
{ name: this.$t('wallet-log-detail.wallet-log-detail.0ghn6g'), value: data.data.msg || '' },
|
||||
{ name: this.$t('wallet-log-detail.wallet-log-detail.i2kze7'), value: data.data.add_time_time || '' },
|
||||
{ name: this.$t('wallet-log-detail.wallet-log-detail.i2kze7'), value: data.data.add_time || '' },
|
||||
],
|
||||
data_list_loding_status: 3,
|
||||
data_bottom_line_status: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue