forked from angelo/web-retail-h5
feat(global): 全局国际化文案替换
This commit is contained in:
parent
9e86e11f6f
commit
6ad4659a5e
|
@ -1041,7 +1041,7 @@
|
|||
class="uBtn"
|
||||
shape="circle"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )"
|
||||
@tap="agreeMent=false">{{$t('w_0035')}}</u-button>
|
||||
@tap="agreeMent=false">{{'确定'}}</u-button>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
|
|
@ -8,22 +8,22 @@
|
|||
<view class="main">
|
||||
<view v-if="userInfo.pkCountry != 1" class="top">
|
||||
<view class="search-bottom">
|
||||
<view class="time-text">{{ $t("w_0138") }}</view>
|
||||
<view class="time-text">{{ '查询时间' }}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.startDate" mode="date" @change="bindDateChange">
|
||||
<view v-if="query.startDate != ''" class="uni-input">{{
|
||||
query.startDate
|
||||
}}</view>
|
||||
<view v-else class="uni-input">{{ $t("CK_KS_4") }}</view>
|
||||
<view v-else class="uni-input">{{ '开始日期' }}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="text_s">{{ $t("w_0139") }}</view>
|
||||
<view class="text_s">{{ '至' }}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.endDate" mode="date" @change="bindDateChange1">
|
||||
<view v-if="query.endDate != ''" class="uni-input">{{
|
||||
query.endDate
|
||||
}}</view>
|
||||
<view v-else class="uni-input">{{ $t("CK_KS_5") }}</view>
|
||||
<view v-else class="uni-input">{{ '结束日期' }}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="search-icons" @click="submit">
|
||||
|
@ -39,39 +39,39 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t("N_I_130") }}
|
||||
{{ '奖金日期' }}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{ item.settleDate }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left"> {{ $t("N_I_148") }}(¥) </view>
|
||||
<view class="data-left"> {{ '创客直推收益' }}(¥) </view>
|
||||
<view class="data-right style1" @click="getDetails(item, 20)">
|
||||
{{ item.makerDirectIncome | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left"> {{ $t("N_I_149") }}(¥) </view>
|
||||
<view class="data-left"> {{ '创客共享收益' }}(¥) </view>
|
||||
<view class="data-right style1" @click="getDetails(item, 21)">
|
||||
{{ item.makerShareIncome | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left"> {{ $t("N_I_137") }}(¥) </view>
|
||||
<view class="data-left"> {{ '平台服务费' }}(¥) </view>
|
||||
<view class="data-right">
|
||||
{{ item.serviceSpend | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left"> {{ $t("N_I_138") }}(¥) </view>
|
||||
<view class="data-left"> {{ '实发小计' }}(¥) </view>
|
||||
<view class="data-right">
|
||||
{{ item.makerRealSubtotal | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="border_s">
|
||||
<view class="button" v-if="checkRule == true" @click="urlTap">
|
||||
{{ $t("CK_KS_25") }}
|
||||
{{ '查看详情' }}
|
||||
</view>
|
||||
</view>
|
||||
<view style="clear: both"></view>
|
||||
|
|
|
@ -8,18 +8,18 @@
|
|||
<view class="main">
|
||||
<view v-if="userInfo.pkCountry!=1" class="top">
|
||||
<view class="search-bottom">
|
||||
<view class="time-text">{{$t('w_0138')}}</view>
|
||||
<view class="time-text">{{'查询时间'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.startDate" mode="date" @change="bindDateChange">
|
||||
<view v-if="query.startDate!=''" class="uni-input">{{query.startDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_4')}}</view>
|
||||
<view v-else class="uni-input">{{'开始日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="text_s">{{$t('w_0139')}}</view>
|
||||
<view class="text_s">{{'至'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.endDate" mode="date" @change="bindDateChange1">
|
||||
<view v-if="query.endDate!=''" class="uni-input">{{query.endDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_5')}}</view>
|
||||
<view v-else class="uni-input">{{'结束日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="search-icons" @click="submit">
|
||||
|
@ -33,7 +33,7 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_130')}}
|
||||
{{'奖金日期'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.settleDate}}
|
||||
|
@ -41,7 +41,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_147')}}(¥)
|
||||
{{'复购券直推收益'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.repurCoupon | numberToCurrency}}
|
||||
|
@ -49,7 +49,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('w_0192')}}(¥)
|
||||
{{'复购券均分收益'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.repurCouponShare | numberToCurrency}}
|
||||
|
@ -57,7 +57,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_137')}}(¥)
|
||||
{{'平台服务费'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.serviceSpend | numberToCurrency}}
|
||||
|
@ -65,7 +65,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_138')}}(¥)
|
||||
{{'实发小计'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.repurCouponSubtotal | numberToCurrency}}
|
||||
|
@ -73,7 +73,7 @@
|
|||
</view>
|
||||
<view class="border_s">
|
||||
<view class="button" v-if="checkRule==true" @click="urlTap">
|
||||
{{$t('CK_KS_25')}}
|
||||
{{'查看详情'}}
|
||||
</view>
|
||||
</view>
|
||||
<view style="clear: both;"></view>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<!--
|
||||
* @Descripttion:
|
||||
* @version:
|
||||
* @Author: 王三å<EFBFBD>
|
||||
* @Author: 王三<EFBFBD>
|
||||
* @Date: 2023-05-18 14:42:53
|
||||
-->
|
||||
<template>
|
||||
<view class="main">
|
||||
<view v-if="userInfo.pkCountry!=1" class="top">
|
||||
<view class="search-bottom">
|
||||
<view class="time-text">{{$t('w_0138')}}</view>
|
||||
<view class="time-text">{{'查询时间'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.startDate" mode="date" @change="bindDateChange">
|
||||
<view v-if="query.startDate!=''" class="uni-input">{{query.startDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_4')}}</view>
|
||||
<view v-else class="uni-input">{{'开始日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="text_s">{{$t('w_0139')}}</view>
|
||||
<view class="text_s">{{'至'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.endDate" mode="date" @change="bindDateChange1">
|
||||
<view v-if="query.endDate!=''" class="uni-input">{{query.endDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_5')}}</view>
|
||||
<view v-else class="uni-input">{{'结束日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="search-icons" @click="submit">
|
||||
|
@ -33,7 +33,7 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_130')}}
|
||||
{{'奖金日期'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.settleDate}}
|
||||
|
@ -41,7 +41,7 @@
|
|||
</view>
|
||||
<view class="flex_s" v-if="userInfo.pkCountry==1">
|
||||
<view class="data-left">
|
||||
{{$t('w_0154')}}({{ isLocaled() }})
|
||||
{{'复购直推收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.repurPushIncome |toThousandthAndKeepDecimal}}
|
||||
|
@ -49,7 +49,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('w_0155')}}({{ isLocaled() }})
|
||||
{{'复购级差收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.repurRangeIncome | toThousandthAndKeepDecimal}}
|
||||
|
@ -57,7 +57,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_141')}}({{ isLocaled() }})
|
||||
{{'复购拓展收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.repurExpandIncome | toThousandthAndKeepDecimal}}
|
||||
|
@ -65,7 +65,7 @@
|
|||
</view>
|
||||
<view class="flex_s" v-if="userInfo.pkCountry==1">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_136')}}({{ isLocaled() }})
|
||||
{{'重复消费'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.backPoints | toThousandthAndKeepDecimal}}
|
||||
|
@ -73,7 +73,7 @@
|
|||
</view>
|
||||
<view class="flex_s" v-if="userInfo.pkCountry==1">
|
||||
<view class="data-left" >
|
||||
{{$t('N_I_137')}}({{ isLocaled() }})
|
||||
{{'平台服务费'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.serviceSpend | toThousandthAndKeepDecimal}}
|
||||
|
@ -81,7 +81,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_138')}}({{ isLocaled() }})
|
||||
{{'实发小计'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.repurRealSubtotal | toThousandthAndKeepDecimal}}
|
||||
|
@ -89,7 +89,7 @@
|
|||
</view>
|
||||
<view class="border_s">
|
||||
<view class="button" v-if="checkRule==true" @click="urlTap">
|
||||
{{$t('CK_KS_25')}}
|
||||
{{'查看详情'}}
|
||||
</view>
|
||||
</view>
|
||||
<view style="clear: both;"></view>
|
||||
|
|
|
@ -8,18 +8,18 @@
|
|||
<view class="main">
|
||||
<view v-if="userInfo.pkCountry!=1" class="top">
|
||||
<view class="search-bottom">
|
||||
<view class="time-text">{{$t('w_0138')}}</view>
|
||||
<view class="time-text">{{'查询时间'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.startDate" mode="date" @change="bindDateChange">
|
||||
<view v-if="query.startDate!=''" class="uni-input">{{query.startDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_4')}}</view>
|
||||
<view v-else class="uni-input">{{'开始日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="text_s">{{$t('w_0139')}}</view>
|
||||
<view class="text_s">{{'至'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.endDate" mode="date" @change="bindDateChange1">
|
||||
<view v-if="query.endDate!=''" class="uni-input">{{query.endDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_5')}}</view>
|
||||
<view v-else class="uni-input">{{'结束日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="search-icons" @click="submit">
|
||||
|
@ -33,7 +33,7 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_130')}}
|
||||
{{'奖金日期'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.settleDate}}
|
||||
|
@ -41,7 +41,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_143')}}(¥)
|
||||
{{'海粉直推收益'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.directIncome | numberToCurrency}}
|
||||
|
@ -49,7 +49,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_137')}}(¥)
|
||||
{{'平台服务费'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.serviceIncome | numberToCurrency}}
|
||||
|
@ -57,7 +57,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_138')}}(¥)
|
||||
{{'实发小计'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.realIncomeTotal| numberToCurrency}}
|
||||
|
@ -65,7 +65,7 @@
|
|||
</view>
|
||||
<view class="border_s">
|
||||
<view class="button" v-if="checkRule==true" @click="urlTap">
|
||||
{{$t('CK_KS_25')}}
|
||||
{{'查看详情'}}
|
||||
</view>
|
||||
</view>
|
||||
<view style="clear: both;"></view>
|
||||
|
|
|
@ -8,18 +8,18 @@
|
|||
<view class="main">
|
||||
<view v-if="userInfo.pkCountry!=1" class="top">
|
||||
<view class="search-bottom">
|
||||
<view class="time-text">{{$t('w_0138')}}</view>
|
||||
<view class="time-text">{{'查询时间'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.startDate" mode="date" @change="bindDateChange">
|
||||
<view v-if="query.startDate!=''" class="uni-input">{{query.startDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_4')}}</view>
|
||||
<view v-else class="uni-input">{{'开始日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="text_s">{{$t('w_0139')}}</view>
|
||||
<view class="text_s">{{'至'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.endDate" mode="date" @change="bindDateChange1">
|
||||
<view v-if="query.endDate!=''" class="uni-input">{{query.endDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_5')}}</view>
|
||||
<view v-else class="uni-input">{{'结束日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="search-icons" @click="submit">
|
||||
|
@ -33,7 +33,7 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_130')}}
|
||||
{{'奖金日期'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.settleDate}}
|
||||
|
@ -41,7 +41,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_142')}}(¥)
|
||||
{{'海粉直推收益'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.hiFunIncome | numberToCurrency}}
|
||||
|
@ -49,7 +49,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_137')}}(¥)
|
||||
{{'平台服务费'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.serviceSpend | numberToCurrency}}
|
||||
|
@ -57,7 +57,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_138')}}(¥)
|
||||
{{'实发小计'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.hiFunRealSubtotal | numberToCurrency}}
|
||||
|
@ -65,7 +65,7 @@
|
|||
</view>
|
||||
<view class="border_s">
|
||||
<view class="button" v-if="checkRule==true" @click="urlTap">
|
||||
{{$t('CK_KS_25')}}
|
||||
{{'查看详情'}}
|
||||
</view>
|
||||
</view>
|
||||
<view style="clear: both;"></view>
|
||||
|
|
|
@ -8,18 +8,18 @@
|
|||
<view class="main">
|
||||
<view v-if="userInfo.pkCountry!=1" class="top">
|
||||
<view class="search-bottom">
|
||||
<view class="time-text">{{$t('w_0138')}}</view>
|
||||
<view class="time-text">{{'查询时间'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.startDate" mode="date" @change="bindDateChange">
|
||||
<view v-if="query.startDate!=''" class="uni-input">{{query.startDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_4')}}</view>
|
||||
<view v-else class="uni-input">{{'开始日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="text_s">{{$t('w_0139')}}</view>
|
||||
<view class="text_s">{{'至'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.endDate" mode="date" @change="bindDateChange1">
|
||||
<view v-if="query.endDate!=''" class="uni-input">{{query.endDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_5')}}</view>
|
||||
<view v-else class="uni-input">{{'结束日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="search-icons" @click="submit">
|
||||
|
@ -33,7 +33,7 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_130')}}
|
||||
{{'奖金日期'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.settleDate}}
|
||||
|
@ -41,7 +41,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_144')}}(¥)
|
||||
{{'圣宝云代直推收益'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.cloudDirectIncome | numberToCurrency}}
|
||||
|
@ -49,7 +49,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_145')}}(¥)
|
||||
{{'圣宝云代首购收益'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.cloudRepurIncome | numberToCurrency}}
|
||||
|
@ -57,7 +57,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_137')}}(¥)
|
||||
{{'平台服务费'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.serviceSpend | numberToCurrency}}
|
||||
|
@ -65,7 +65,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_138')}}(¥)
|
||||
{{'实发小计'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.cloudRealSubtotal | numberToCurrency}}
|
||||
|
@ -73,7 +73,7 @@
|
|||
</view>
|
||||
<view class="border_s">
|
||||
<view class="button" v-if="checkRule==true" @click="urlTap">
|
||||
{{$t('CK_KS_25')}}
|
||||
{{'查看详情'}}
|
||||
</view>
|
||||
</view>
|
||||
<view style="clear: both;"></view>
|
||||
|
|
|
@ -8,18 +8,18 @@
|
|||
<view class="main">
|
||||
<view v-if="userInfo.pkCountry!=1" class="top">
|
||||
<view class="search-bottom">
|
||||
<view class="time-text">{{$t('w_0138')}}</view>
|
||||
<view class="time-text">{{'查询时间'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.startDate" mode="date" @change="bindDateChange">
|
||||
<view v-if="query.startDate!=''" class="uni-input">{{query.startDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_4')}}</view>
|
||||
<view v-else class="uni-input">{{'开始日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="text_s">{{$t('w_0139')}}</view>
|
||||
<view class="text_s">{{'至'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.endDate" mode="date" @change="bindDateChange1">
|
||||
<view v-if="query.endDate!=''" class="uni-input">{{query.endDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_5')}}</view>
|
||||
<view v-else class="uni-input">{{'结束日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="search-icons" @click="submit">
|
||||
|
@ -34,7 +34,7 @@
|
|||
<view style="height: 20rpx;"></view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_130')}}
|
||||
{{'奖金日期'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.settleDate }}
|
||||
|
@ -42,7 +42,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_131')}}({{ isLocaled() }})
|
||||
{{'直推收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.directIncome| toThousandthAndKeepDecimal }}
|
||||
|
@ -50,7 +50,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_132')}}({{ isLocaled() }})
|
||||
{{'拓展收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.expandIncome| toThousandthAndKeepDecimal}}
|
||||
|
@ -58,7 +58,7 @@
|
|||
</view>
|
||||
<!-- <view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_133')}}({{ isLocaled() }})
|
||||
{{'辅导收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.coachIncome | toThousandthAndKeepDecimal}}
|
||||
|
@ -66,7 +66,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_134')}}({{ isLocaled() }})
|
||||
{{'分红收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.shareIncome| toThousandthAndKeepDecimal}}
|
||||
|
@ -74,7 +74,7 @@
|
|||
</view> -->
|
||||
<view class="flex_s" v-if="userInfo.pkCountry==1">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_135')}}({{ isLocaled() }})
|
||||
{{'服务补贴'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.serviceIncome| toThousandthAndKeepDecimal}}
|
||||
|
@ -98,7 +98,7 @@
|
|||
</view>
|
||||
<view class="flex_s" v-if="userInfo.pkCountry==1">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_136')}}({{ isLocaled() }})
|
||||
{{'重复消费'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.backPoints| toThousandthAndKeepDecimal}}
|
||||
|
@ -106,7 +106,7 @@
|
|||
</view>
|
||||
<view class="flex_s" v-if="userInfo.pkCountry==1">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_137')}}({{ isLocaled() }})
|
||||
{{'平台服务费'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.serviceSpend| toThousandthAndKeepDecimal}}
|
||||
|
@ -114,7 +114,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_138')}}({{ isLocaled() }})
|
||||
{{'实发小计'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.purRealSubtotal| toThousandthAndKeepDecimal}}
|
||||
|
@ -122,7 +122,7 @@
|
|||
</view>
|
||||
<view class="border_s">
|
||||
<view class="button" v-if="checkRule==true" @click="urlTap">
|
||||
{{$t('CK_KS_25')}}
|
||||
{{'查看详情'}}
|
||||
</view>
|
||||
</view>
|
||||
<view style="clear: both;"></view>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
closeable
|
||||
round="10"
|
||||
@close="close">
|
||||
<view class="title">{{ $t('N_I_194') }}</view>
|
||||
<view class="title">{{ '购物车' }}</view>
|
||||
<cartBtmList ref='cartBtmList'></cartBtmList>
|
||||
</u-popup>
|
||||
</view>
|
||||
|
|
|
@ -110,11 +110,11 @@
|
|||
class="uBtn"
|
||||
shape="circle"
|
||||
:loading="isLoading"
|
||||
:loadingText="$t('w_0313')"
|
||||
:loadingText="'购买中'"
|
||||
@tap="goBuy"
|
||||
:disabled="shopCarList.length == 0"
|
||||
color="#FB3024"
|
||||
>{{ $t("w_0312") }}
|
||||
>{{ '去结算' }}
|
||||
</u-button>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -179,7 +179,7 @@ export default {
|
|||
allTable: [],
|
||||
total: "0.00",
|
||||
// show:false,
|
||||
// title:this.$t('w_0034'),
|
||||
// title:'提示',
|
||||
// content:'确认删除该商品?'
|
||||
};
|
||||
},
|
||||
|
@ -325,7 +325,7 @@ export default {
|
|||
this.getCarList();
|
||||
// this.getShoppingCount()
|
||||
uni.showToast({
|
||||
title: this.$t("w_0089"),
|
||||
title: '删除成功',
|
||||
icon: "none",
|
||||
duration: 1500,
|
||||
});
|
||||
|
@ -665,7 +665,7 @@ export default {
|
|||
this.getCarList();
|
||||
// this.getShoppingCount()
|
||||
uni.showToast({
|
||||
title: this.$t("w_0089"),
|
||||
title: '删除成功',
|
||||
icon: "none",
|
||||
duration: 1500,
|
||||
});
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
:safeAreaInsetBottom="true"
|
||||
inactiveColor="#666666"
|
||||
activeColor="#333333">
|
||||
<u-tabbar-item :text="$t('ENU_MENU_10')">
|
||||
<u-tabbar-item :text="'首页'">
|
||||
<image class="u-page__item__slot-icon"
|
||||
slot="active-icon"
|
||||
src="@/static/images/one1.png"></image>
|
||||
|
@ -23,7 +23,7 @@
|
|||
slot="inactive-icon"
|
||||
src="@/static/images/one2.png"></image>
|
||||
</u-tabbar-item>
|
||||
<u-tabbar-item :text="$t('ENU_APPROVE_B_522')">
|
||||
<u-tabbar-item :text="'站内信'">
|
||||
<image class="u-page__item__slot-icon"
|
||||
slot="active-icon"
|
||||
src="@/static/images/two1.png"></image>
|
||||
|
@ -31,7 +31,7 @@
|
|||
slot="inactive-icon"
|
||||
src="@/static/images/two2.png"></image>
|
||||
</u-tabbar-item>
|
||||
<u-tabbar-item :text="$t('ENU_MENU_30')">
|
||||
<u-tabbar-item :text="'会员专区'">
|
||||
<image class="u-page__item__slot-icon"
|
||||
slot="active-icon"
|
||||
src="@/static/images/five1.jpg"></image>
|
||||
|
@ -39,7 +39,7 @@
|
|||
slot="inactive-icon"
|
||||
src="@/static/images/five2.jpg"></image>
|
||||
</u-tabbar-item>
|
||||
<u-tabbar-item :text="$t('N_I_194')"
|
||||
<u-tabbar-item :text="'购物车'"
|
||||
:badge="shopCarLength">
|
||||
<image class="u-page__item__slot-icon"
|
||||
slot="active-icon"
|
||||
|
@ -49,7 +49,7 @@
|
|||
src="@/static/images/three2.png"></image>
|
||||
</u-tabbar-item>
|
||||
|
||||
<u-tabbar-item :text="$t('w_0350')">
|
||||
<u-tabbar-item :text="'我的'">
|
||||
<image class="u-page__item__slot-icon"
|
||||
slot="active-icon"
|
||||
src="@/static/images/fore1.png"></image>
|
||||
|
@ -68,7 +68,7 @@
|
|||
:safeAreaInsetBottom="true"
|
||||
inactiveColor="#666666"
|
||||
activeColor="#333333">
|
||||
<u-tabbar-item :text="$t('ENU_MENU_10')">
|
||||
<u-tabbar-item :text="'首页'">
|
||||
<image class="u-page__item__slot-icon1"
|
||||
slot="active-icon"
|
||||
src="@/static/images/one11.jpg"></image>
|
||||
|
@ -76,7 +76,7 @@
|
|||
slot="inactive-icon"
|
||||
src="@/static/images/one11.jpg"></image>
|
||||
</u-tabbar-item>
|
||||
<u-tabbar-item :text="$t('ENU_APPROVE_B_522')">
|
||||
<u-tabbar-item :text="'站内信'">
|
||||
<image class="u-page__item__slot-icon1"
|
||||
slot="active-icon"
|
||||
src="@/static/images/two11.jpg"></image>
|
||||
|
@ -84,7 +84,7 @@
|
|||
slot="inactive-icon"
|
||||
src="@/static/images/two11.jpg"></image>
|
||||
</u-tabbar-item>
|
||||
<u-tabbar-item :text="$t('ENU_MENU_30')">
|
||||
<u-tabbar-item :text="'会员专区'">
|
||||
<image class="u-page__item__slot-icon2"
|
||||
slot="active-icon"
|
||||
src="@/static/images/five11.jpg"></image>
|
||||
|
@ -92,7 +92,7 @@
|
|||
slot="inactive-icon"
|
||||
src="@/static/images/five11.jpg"></image>
|
||||
</u-tabbar-item>
|
||||
<u-tabbar-item :text="$t('N_I_194')"
|
||||
<u-tabbar-item :text="'购物车'"
|
||||
:badge="shopCarLength">
|
||||
<image class="u-page__item__slot-icon1"
|
||||
slot="active-icon"
|
||||
|
@ -102,7 +102,7 @@
|
|||
src="@/static/images/three11.jpg"></image>
|
||||
</u-tabbar-item>
|
||||
|
||||
<u-tabbar-item :text="$t('w_0350')">
|
||||
<u-tabbar-item :text="'我的'">
|
||||
<image class="u-page__item__slot-icon1"
|
||||
slot="active-icon"
|
||||
src="@/static/images/fore11.jpg"></image>
|
||||
|
@ -124,24 +124,24 @@ export default {
|
|||
return {
|
||||
list: [
|
||||
{
|
||||
text: this.$t('ENU_MENU_10'),
|
||||
text: '首页',
|
||||
path: 'pages/index/index',
|
||||
},
|
||||
{
|
||||
text: this.$t('ENU_APPROVE_B_522'),
|
||||
text: '站内信',
|
||||
path: 'pages/email/index',
|
||||
},
|
||||
{
|
||||
text: this.$t('ENU_MENU_30'),
|
||||
text: '会员专区',
|
||||
path: 'pages/specialArea/index',
|
||||
},
|
||||
{
|
||||
text: this.$t('N_I_194'),
|
||||
text: '购物车',
|
||||
path: 'pages/shoppingCar/index',
|
||||
},
|
||||
|
||||
{
|
||||
text: this.$t('w_0350'),
|
||||
text: '我的',
|
||||
path: 'pages/mine/index',
|
||||
},
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="width-auto">
|
||||
<view class="titleF">
|
||||
<view class="title">
|
||||
{{$t('N_I_105')}}
|
||||
{{'活跃会员对比'}}
|
||||
</view>
|
||||
<picker :range="dateTypeList" :value="index" range-key="label" @change="bindPickerChange">
|
||||
<view class="mClass">
|
||||
|
@ -137,13 +137,13 @@ export default {
|
|||
let option = {
|
||||
title: {
|
||||
text: "",
|
||||
subtext: this.$t('N_I_106'),
|
||||
subtext: '人数',
|
||||
},
|
||||
tooltip: {},
|
||||
legend: {
|
||||
top: "bottom",
|
||||
bottom: '5%',
|
||||
data: [this.$t('S_C_18'), this.$t('S_C_19')],
|
||||
data: ['左区', '右区'],
|
||||
},
|
||||
xAxis: {
|
||||
data: arr1,
|
||||
|
@ -170,7 +170,7 @@ export default {
|
|||
},
|
||||
series: [
|
||||
{
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
type: "bar",
|
||||
data: arr2,
|
||||
itemStyle: {
|
||||
|
@ -182,7 +182,7 @@ export default {
|
|||
barWidth: "18px",
|
||||
},
|
||||
{
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
type: "bar",
|
||||
data: arr3,
|
||||
itemStyle: {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('MN_T_1')}}
|
||||
{{'会员编号'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.memberCode}}
|
||||
|
@ -19,7 +19,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('CK_KS_14')}}
|
||||
{{'会员姓名'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.memberName}}
|
||||
|
@ -27,7 +27,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('PER_DA_5')}}
|
||||
{{'注册等级'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.pkRegisterGradeStr}}
|
||||
|
@ -35,7 +35,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('w_0141')}}
|
||||
{{'注册日期'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.creationTime}}
|
||||
|
@ -43,7 +43,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_103')}}
|
||||
{{'累计业绩'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.consumeMoney | numberToCurrency}}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<view class="title">
|
||||
{{$t('w_1041')}}
|
||||
{{'业绩分布'}}
|
||||
</view>
|
||||
<div class="flex-s">
|
||||
<div
|
||||
|
@ -33,13 +33,13 @@ export default {
|
|||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
itemStyle: { color: '#EE5858' },
|
||||
},
|
||||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
itemStyle: { color: '#FBB046' },
|
||||
},
|
||||
],
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<view class="title">
|
||||
{{$t('S_C_71')}}
|
||||
{{'新增业绩'}}
|
||||
</view>
|
||||
<div class="flex-s">
|
||||
<div
|
||||
|
@ -69,14 +69,14 @@ export default {
|
|||
let option = {
|
||||
title: {
|
||||
text: '',
|
||||
subtext: this.$t('w_0339'),
|
||||
subtext: '业绩(万)',
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
},
|
||||
legend: {
|
||||
top: 'bottom',
|
||||
data: [this.$t('S_C_18'), this.$t('S_C_19')],
|
||||
data: ['左区', '右区'],
|
||||
itemWidth: 20, // 长方形宽度
|
||||
itemHeight: 10, // 长方形高度
|
||||
},
|
||||
|
@ -105,7 +105,7 @@ export default {
|
|||
},
|
||||
series: [
|
||||
{
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
type: 'line',
|
||||
data: arr2,
|
||||
symbol: 'none',
|
||||
|
@ -121,7 +121,7 @@ export default {
|
|||
},
|
||||
},
|
||||
{
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
type: 'line',
|
||||
data: arr3,
|
||||
symbol: 'none',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<div class="title">{{$t('N_I_123')}}</div>
|
||||
<div class="title">{{'等级业绩'}}</div>
|
||||
<div class="left-s">
|
||||
<div id="mounthData3" :style="myChartStyle">
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('MN_T_1')}}
|
||||
{{'会员编号'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.memberCode}}
|
||||
|
@ -13,7 +13,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('CK_KS_14')}}
|
||||
{{'会员姓名'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.memberName}}
|
||||
|
@ -21,7 +21,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('MN_F_T_1090')}}
|
||||
{{'消费金额'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.orderAmount| numberToCurrency}}
|
||||
|
@ -29,7 +29,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('w_0306')}}(PV)
|
||||
{{'消费业绩'}}(PV)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.orderAchieve| numberToCurrency}}
|
||||
|
@ -37,7 +37,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('PER_DA_5')}}
|
||||
{{'注册等级'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.pkRegisterGradeVal}}
|
||||
|
@ -45,7 +45,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('MY_ORD_15')}}
|
||||
{{'创建时间'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.creationTime}}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="width-auto">
|
||||
<view class="titleF">
|
||||
<view class="title">
|
||||
{{$t('w_0145')}}
|
||||
{{'月度新增业绩对比'}}
|
||||
</view>
|
||||
<picker :range="selMounthList" :value="index" range-key="label" @change="bindPickerChange">
|
||||
<view class="mClass">
|
||||
|
@ -152,13 +152,13 @@ export default {
|
|||
let option = {
|
||||
title: {
|
||||
text: '',
|
||||
subtext: this.$t('w_0339'),
|
||||
subtext: '业绩(万)',
|
||||
},
|
||||
tooltip: {},
|
||||
legend: {
|
||||
top: 'bottom',
|
||||
bottom: '5%',
|
||||
data: [this.$t('S_C_18'), this.$t('S_C_19')],
|
||||
data: ['左区', '右区'],
|
||||
},
|
||||
xAxis: {
|
||||
data: arr1,
|
||||
|
@ -175,7 +175,7 @@ export default {
|
|||
},
|
||||
},
|
||||
series: [{
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
type: 'bar',
|
||||
data: arr2,
|
||||
itemStyle: {
|
||||
|
@ -186,7 +186,7 @@ export default {
|
|||
},
|
||||
},
|
||||
{
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
type: 'bar',
|
||||
data: arr3,
|
||||
itemStyle: {
|
||||
|
|
|
@ -37,38 +37,38 @@
|
|||
<view class="listrefor bg2">
|
||||
|
||||
<view class="flex_item">
|
||||
<view class="text1">{{$t('w_0135')}}</view>
|
||||
<view class="text1">{{'左区业绩(万)'}}</view>
|
||||
<view class="text2">{{ achieveData.leftAchieve || 0 }}</view>
|
||||
</view>
|
||||
<view class="flex_item" style="cursor: pointer;" @click="goDetail(1)">
|
||||
<view class="text1">{{$t('S_C_18')}}{{$t('w_0136')}}</view>
|
||||
<view class="text1">{{'左区'}}{{'血缘业绩(万)'}}</view>
|
||||
<view class="text2">{{ achieveData.leftDirectAchieve || 0 }}</view>
|
||||
</view>
|
||||
<view class="flex_item">
|
||||
<view class="text1">{{$t('N_I_88')}}</view>
|
||||
<view class="text1">{{'左区人数'}}</view>
|
||||
<view class="text2">{{ achieveData.leftCoun || 0 }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="listrefor bg3">
|
||||
<view>
|
||||
<view class="text1">{{$t('w_0136')}}</view>
|
||||
<view class="text1">{{'血缘业绩(万)'}}</view>
|
||||
<view class="text2">{{ achieveData.directAchieve || 0 }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="listrefor bg2">
|
||||
|
||||
<view class="flex_item">
|
||||
<view class="text1">{{$t('w_0137')}}</view>
|
||||
<view class="text1">{{'右区业绩(万)'}}</view>
|
||||
<view class="text2">{{ achieveData.rightAchieve || 0 }}</view>
|
||||
</view>
|
||||
|
||||
<view class="flex_item" style="cursor: pointer;" @click="goDetail(2)">
|
||||
<view class="text1">{{$t('S_C_19')}}{{$t('w_0136')}}</view>
|
||||
<view class="text1">{{'右区'}}{{'血缘业绩(万)'}}</view>
|
||||
<view class="text2">{{ achieveData.rightDirectAchieve || 0 }}</view>
|
||||
</view>
|
||||
<view class="flex_item">
|
||||
<view class="text1">{{$t('N_I_92')}}</view>
|
||||
<view class="text1">{{'右区人数'}}</view>
|
||||
<view class="text2">{{ achieveData.rightCount || 0 }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -108,51 +108,51 @@
|
|||
}],
|
||||
mounthList: [{
|
||||
value: 1,
|
||||
label: 1 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 1 + '月',
|
||||
},
|
||||
{
|
||||
value: 2,
|
||||
label: 2 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 2 + '月',
|
||||
},
|
||||
{
|
||||
value: 3,
|
||||
label: 3 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 3 + '月',
|
||||
},
|
||||
{
|
||||
value: 4,
|
||||
label: 4 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 4 + '月',
|
||||
},
|
||||
{
|
||||
value: 5,
|
||||
label: 5 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 5 + '月',
|
||||
},
|
||||
{
|
||||
value: 6,
|
||||
label: 6 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 6 + '月',
|
||||
},
|
||||
{
|
||||
value: 7,
|
||||
label: 7 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 7 + '月',
|
||||
},
|
||||
{
|
||||
value: 8,
|
||||
label: 8 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 8 + '月',
|
||||
},
|
||||
{
|
||||
value: 9,
|
||||
label: 9 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 9 + '月',
|
||||
},
|
||||
{
|
||||
value: 10,
|
||||
label: 10 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 10 + '月',
|
||||
},
|
||||
{
|
||||
value: 11,
|
||||
label: 11 + this.$t("ENU_SETTLE_P_3"),
|
||||
label: 11 + '月',
|
||||
},
|
||||
{
|
||||
value: 12,
|
||||
label: 12 + this.$t("ENU_SETTLE_P_3")
|
||||
label: 12 + '月'
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<view class="width-auto" style="position: relative">
|
||||
<view class="title">
|
||||
{{$t('ENU_MENU_512')}}
|
||||
{{'安置图'}}
|
||||
</view>
|
||||
<!-- <view class="right-lines">
|
||||
<scroll-view class="left_scrol_style" scroll-x="false" scroll-y="true">
|
||||
|
@ -22,19 +22,19 @@
|
|||
<view class="mouseOvers" v-if="check1">
|
||||
<view class="name-s" style="display: flex;align-items: center;">
|
||||
<view>
|
||||
{{$t('MN_T_1')}}:{{userInfo.memberCode}}
|
||||
{{'会员编号'}}:{{userInfo.memberCode}}
|
||||
</view>
|
||||
<u-button size="mini" style="padding: 0;width: 0;"
|
||||
@click="copy(userInfo.memberCode)">{{ $t("MY_CK_27")}}</u-button>
|
||||
@click="copy(userInfo.memberCode)">{{ '复制'}}</u-button>
|
||||
</view>
|
||||
<view class="name-s">{{$t('CK_KS_14')}}:{{userInfo.memberName}}
|
||||
<view class="name-s">{{'会员姓名'}}:{{userInfo.memberName}}
|
||||
<view></view>
|
||||
</view>
|
||||
<view class="name-s">{{$t('PER_DA_9')}}:{{userInfo.payTime.substring(0,10)}}
|
||||
<view class="name-s">{{'创建日期'}}:{{userInfo.payTime.substring(0,10)}}
|
||||
<view></view>
|
||||
</view>
|
||||
<view class="name-s" style="margin-bottom: 10px">
|
||||
{{$t('w_0306')}}:{{userInfo.consumeAchieve | numFilter}}
|
||||
{{'消费业绩'}}:{{userInfo.consumeAchieve | numFilter}}
|
||||
<view></view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -52,22 +52,22 @@
|
|||
<view class="mouseOvers" v-if="check2">
|
||||
<view class="name-s" style="display: flex;align-items: center;">
|
||||
<view>
|
||||
{{$t('MN_T_1')}}:{{userInfo1.memberCode}}
|
||||
{{'会员编号'}}:{{userInfo1.memberCode}}
|
||||
</view>
|
||||
<u-button size="mini" style="padding: 0;width: 0;"
|
||||
@click="copy(userInfo1.memberCode)">{{ $t("MY_CK_27")}}</u-button>
|
||||
@click="copy(userInfo1.memberCode)">{{ '复制'}}</u-button>
|
||||
</view>
|
||||
<view class="name-s">{{$t('CK_KS_14')}}:{{userInfo1.memberName}}</view>
|
||||
<view class="name-s">{{$t('PER_DA_9')}}:{{userInfo1.payTime.substring(0,10)}}</view>
|
||||
<view class="name-s">{{'会员姓名'}}:{{userInfo1.memberName}}</view>
|
||||
<view class="name-s">{{'创建日期'}}:{{userInfo1.payTime.substring(0,10)}}</view>
|
||||
<view class="name-s" style="margin-bottom: 10px">
|
||||
{{$t('w_0306')}}:{{userInfo1.consumeAchieve | numFilter}}</view>
|
||||
{{'消费业绩'}}:{{userInfo1.consumeAchieve | numFilter}}</view>
|
||||
</view>
|
||||
<view class="border-color">
|
||||
<image class="theimg" src="../../static/images/avatar.png" mode=""></image>
|
||||
<!-- <img :src="this.myChart.leftMember.lastImageUrl ||''"> -->
|
||||
</view>
|
||||
<view class="code">{{this.myChart.leftMember.lastMemberCode}}</view>
|
||||
<view class="code">{{$t('N_I_101')}}</view>
|
||||
<view class="code">{{'最末安置'}}</view>
|
||||
<view class="code" style="font-size: 28rpx">左区</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -76,23 +76,23 @@
|
|||
<view class="mouseOvers" v-if="check3" style="margin-left: -260rpx">
|
||||
<view class="name-s" style="display: flex;align-items: center;">
|
||||
<view>
|
||||
{{$t('MN_T_1')}}:{{userInfo2.memberCode}}
|
||||
{{'会员编号'}}:{{userInfo2.memberCode}}
|
||||
</view>
|
||||
<u-button size="mini" style="padding: 0;width: 0;"
|
||||
@click="copy(userInfo2.memberCode)">{{ $t("MY_CK_27")}}</u-button>
|
||||
@click="copy(userInfo2.memberCode)">{{ '复制'}}</u-button>
|
||||
</view>
|
||||
<view class="name-s">{{$t('CK_KS_14')}}:{{userInfo2.memberName}}</view>
|
||||
<view class="name-s">{{$t('PER_DA_9')}}:{{userInfo2.payTime.substring(0,10)}}</view>
|
||||
<view class="name-s">{{'会员姓名'}}:{{userInfo2.memberName}}</view>
|
||||
<view class="name-s">{{'创建日期'}}:{{userInfo2.payTime.substring(0,10)}}</view>
|
||||
<view class="name-s" style="margin-bottom: 10px">
|
||||
{{$t('w_0306')}}:{{userInfo2.consumeAchieve | numFilter}}</view>
|
||||
{{'消费业绩'}}:{{userInfo2.consumeAchieve | numFilter}}</view>
|
||||
</view>
|
||||
<view class="border-color" v-if="this.myChart.rightMember">
|
||||
<image class="theimg" src="../../static/images/avatar.png" mode=""></image>
|
||||
<!-- <img :src="this.myChart.rightMember.lastImageUrl"> -->
|
||||
</view>
|
||||
<view class="code">{{this.myChart.rightMember.lastMemberCode}}</view>
|
||||
<view class="code">{{$t('N_I_101')}}</view>
|
||||
<view class="code" style="font-size: 28rpx">{{$t('S_C_19')}}</view>
|
||||
<view class="code">{{'最末安置'}}</view>
|
||||
<view class="code" style="font-size: 28rpx">{{'右区'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<view class="title">
|
||||
{{$t('APP_ADD_20')}}
|
||||
{{'奖衔业绩分布'}}
|
||||
<!-- 奖衔业绩分布 -->
|
||||
</view>
|
||||
<div class="flex-s">
|
||||
|
@ -28,13 +28,13 @@ export default {
|
|||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
itemStyle: { color: "#EE5858" },
|
||||
},
|
||||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
itemStyle: { color: "#FBB046" },
|
||||
},
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<view class="title">
|
||||
{{$t('N_I_115')}}
|
||||
{{'真实业绩分布'}}
|
||||
</view>
|
||||
<div class="flex-s">
|
||||
<div id="main22" style="width: 690rpx;height: 600rpx;" :style="myChartStyle"></div>
|
||||
|
@ -21,13 +21,13 @@ export default {
|
|||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
itemStyle: {color:'#EE5858'},
|
||||
},
|
||||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
itemStyle: {color:'#FBB046'},
|
||||
},
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div class="width-auto">
|
||||
<view class="flexs">
|
||||
<view class="title">
|
||||
{{$t('N_I_102')}}
|
||||
{{'真实业绩'}}
|
||||
</view>
|
||||
<view class="select-flexs">
|
||||
<picker :range="selMounthList"
|
||||
|
@ -152,13 +152,13 @@ export default {
|
|||
let option = {
|
||||
title: {
|
||||
text: '',
|
||||
subtext: this.$t('w_0339'),
|
||||
subtext: '业绩(万)',
|
||||
left:0,
|
||||
},
|
||||
tooltip: {},
|
||||
legend: {
|
||||
top: 'bottom',
|
||||
data: [this.$t('S_C_18'), this.$t('S_C_19')],
|
||||
data: ['左区', '右区'],
|
||||
bottom:0,
|
||||
},
|
||||
xAxis: {
|
||||
|
@ -188,7 +188,7 @@ export default {
|
|||
},
|
||||
series: [
|
||||
{
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
type: 'bar',
|
||||
data: arr2,
|
||||
itemStyle: {
|
||||
|
@ -199,7 +199,7 @@ export default {
|
|||
},
|
||||
},
|
||||
{
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
type: 'bar',
|
||||
data: arr3,
|
||||
itemStyle: {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<div class="title">
|
||||
<div>{{$t('N_I_121')}}</div>
|
||||
<div style="color: #999;font-size: 14px;margin: 0px 0 0 14px">{{$t('N_I_122')}}</div>
|
||||
<div>{{'推荐业绩分布'}}</div>
|
||||
<div style="color: #999;font-size: 14px;margin: 0px 0 0 14px">{{'本人及伞下前十'}}</div>
|
||||
</div>
|
||||
<div class="color-s">
|
||||
<div id="mounthData4" :style="myChartStyle">
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div class="width-auto" style="position: relative">
|
||||
<div class="title" style="display: flex;">
|
||||
<div>{{$t('ENU_MENU_515')}}</div>
|
||||
<div style="color:rgb(102, 102, 102);font-size: 14rpx;margin-left: 30rpx;">{{ $t('N_I_116') }}</div>
|
||||
<div>{{'推荐平均用时'}}</div>
|
||||
<div style="color:rgb(102, 102, 102);font-size: 14rpx;margin-left: 30rpx;">{{ '会员本次推荐与下次推荐平均间隔的时长' }}</div>
|
||||
</div>
|
||||
<div class="right-lines">
|
||||
<div class="item-s" v-for="item in list">
|
||||
|
@ -24,10 +24,10 @@ export default {
|
|||
return{
|
||||
myChart:{},
|
||||
list:[
|
||||
{"name":this.$t('N_I_117'),"color":"#01C291"},
|
||||
{"name":this.$t('N_I_118'),"color":"#FE4C4B"},
|
||||
{"name":this.$t('N_I_119'),"color":"#FE9A02"},
|
||||
{"name":this.$t('N_I_120'),"color":"#2982FF"},
|
||||
{"name":'自己',"color":"#01C291"},
|
||||
{"name":'团队',"color":"#FE4C4B"},
|
||||
{"name":'明星',"color":"#FE9A02"},
|
||||
{"name":'公司',"color":"#2982FF"},
|
||||
],
|
||||
myChartStyle: {
|
||||
float: "center",
|
||||
|
@ -58,17 +58,17 @@ export default {
|
|||
list1.push({'value':data.thisTime})
|
||||
let _data = this.initCharts(list1);
|
||||
let _maxTime = _data[0].value;
|
||||
let _unit = this.$t('S_L_9');
|
||||
let _unit = '秒';
|
||||
let _unitInfo = 60;
|
||||
if(_maxTime > 60){
|
||||
_unit = this.$t('S_L_8');
|
||||
_unit = '分';
|
||||
}
|
||||
if(_maxTime > 60 * 60){
|
||||
_unit = this.$t('S_L_7');
|
||||
_unit = '时';
|
||||
_unitInfo = 60*60;
|
||||
}
|
||||
if(_maxTime > 60 * 60 * 24){
|
||||
_unit = this.$t('S_L_6');
|
||||
_unit = '天';
|
||||
_unitInfo = 60*60*24;
|
||||
}
|
||||
list1.forEach(function(item){
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<view class="title">
|
||||
{{$t('N_I_111')}}
|
||||
{{'推荐小区分布'}}
|
||||
</view>
|
||||
<div class="flex-s">
|
||||
<div
|
||||
|
@ -31,13 +31,13 @@ import * as api from '@/config/activity.js'
|
|||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('w_0152'),
|
||||
name: '大区',
|
||||
itemStyle: { color: "#2982ff" },
|
||||
},
|
||||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('w_0153'),
|
||||
name: '小区',
|
||||
itemStyle: { color: "#01c291" },
|
||||
},
|
||||
],
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<view class="title">
|
||||
{{$t('N_I_109')}}
|
||||
{{'复购新增业绩'}}
|
||||
</view>
|
||||
<div class="flex-s">
|
||||
<div
|
||||
|
@ -70,14 +70,14 @@ export default {
|
|||
let option = {
|
||||
title: {
|
||||
text: '',
|
||||
subtext: this.$t('w_0339'),
|
||||
subtext: '业绩(万)',
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
},
|
||||
legend: {
|
||||
top: 'bottom',
|
||||
data: [this.$t('S_C_18'), this.$t('S_C_19')],
|
||||
data: ['左区', '右区'],
|
||||
itemWidth: 20, // 长方形宽度
|
||||
itemHeight: 10, // 长方形高度
|
||||
},
|
||||
|
@ -106,7 +106,7 @@ export default {
|
|||
},
|
||||
series: [
|
||||
{
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
type: 'line',
|
||||
data: arr2,
|
||||
symbol: 'none',
|
||||
|
@ -122,7 +122,7 @@ export default {
|
|||
},
|
||||
},
|
||||
{
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
type: 'line',
|
||||
data: arr3,
|
||||
symbol: 'none',
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<template>
|
||||
<div class="width-auto">
|
||||
<view class="title">
|
||||
{{$t('N_I_114')}}
|
||||
{{'复购业绩分布'}}
|
||||
</view>
|
||||
<div class="flex-s">
|
||||
<div
|
||||
|
@ -32,13 +32,13 @@ export default {
|
|||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('S_C_18'),
|
||||
name: '左区',
|
||||
itemStyle: { color: '#01c291' },
|
||||
},
|
||||
{
|
||||
value: 0,
|
||||
age: 0,
|
||||
name: this.$t('S_C_19'),
|
||||
name: '右区',
|
||||
itemStyle: { color: '#2982ff' },
|
||||
},
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<view class="pop-service d-c d-c-c" :style="{ left: `${x}px`, top: `${y}px` }" @click="gotoService"
|
||||
@touchstart="handleTouchStart" @touchmove="handleTouchMove" @touchend="handleTouchEnd">
|
||||
<image class="pop-service-image" src="/static/images/service.gif" mode=""></image>
|
||||
<view class="pop-service-text tc">{{ $t('w_0023') }}</view>
|
||||
<view class="pop-service-text tc">{{ '在线客服' }}</view>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
|
|
|
@ -47,10 +47,10 @@
|
|||
mode="center"
|
||||
>
|
||||
<view class="goodsDiag">
|
||||
<view class="dis_t">{{ $t("w_0283") }}</view>
|
||||
<view class="dis_t">{{ '种植' }}</view>
|
||||
<view class="dis_a">
|
||||
<view class="disFlex">
|
||||
<view class="dis_l">{{ $t("MY_TH_2") }}:</view>
|
||||
<view class="dis_l">{{ '数量' }}:</view>
|
||||
<u-number-box
|
||||
v-model="treeObj.quantity"
|
||||
@change="treePrice"
|
||||
|
@ -58,11 +58,11 @@
|
|||
></u-number-box>
|
||||
</view>
|
||||
<view class="disFlex">
|
||||
<view class="dis_l">{{ $t("w_0287") }}:</view>
|
||||
<view class="dis_l">{{ '公益金' }}:</view>
|
||||
<view class="dis_r">¥{{ treeObj.amount | numberToCurrency }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="btns" @click="payGoods">{{ $t("w_0035") }}</view>
|
||||
<view class="btns" @click="payGoods">{{ '确定' }}</view>
|
||||
</view>
|
||||
</u-popup>
|
||||
</view>
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
<img src="@../../static/images/lovesmart.png" alt="" />
|
||||
</view>
|
||||
<view class='starttitle'>
|
||||
<view class="thestarttext">{{$t('w_0193')}}</view>
|
||||
<p>{{$t('w_0194')}}:{{ number_of_draws }}</p>
|
||||
<view class="thestarttext">{{'开始'}}</view>
|
||||
<p>{{'可抽奖次数'}}:{{ number_of_draws }}</p>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
<div class="prize" style="position: relative;z-index: 11;display: block;align-items: none;">
|
||||
<div class="width-flex-s">
|
||||
<div class="top_texts" style="margin-top:110rpx;background-image: none;">{{$t('w_0195')}}</div>
|
||||
<div class="top_texts" style="margin-top:110rpx;background-image: none;">{{'恭喜你获得'}}</div>
|
||||
<div class="top_texts overflow1">
|
||||
{{ productData.giftName || "" }}
|
||||
</div>
|
||||
|
@ -52,16 +52,16 @@
|
|||
class="row-me row-center swiperItem">
|
||||
<div class="item-s" v-for="(item, index) in productData.acGiftConfigList"
|
||||
:key="index">
|
||||
<div class="product">{{$t('ENU_N_B_T_3')}}:{{item.productName}} x{{item.quantity}}</div>
|
||||
<div class="price">{{$t('w_0196')}}:{{ item.retailPrice | numFilter }}{{$t('w_0197')}}</div>
|
||||
<div class="product">{{'产品'}}:{{item.productName}} x{{item.quantity}}</div>
|
||||
<div class="price">{{'价值'}}:{{ item.retailPrice | numFilter }}{{'元'}}</div>
|
||||
</div>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<div v-else>
|
||||
<div class="item-s" style="align-items: center"
|
||||
v-for="(item, index) in productData.acGiftConfigList" :key="index">
|
||||
<div class="product">{{$t('ENU_N_B_T_3')}}:{{item.productName}} x{{item.quantity}}</div>
|
||||
<div class="price">{{$t('w_0196')}}:{{ item.retailPrice | numFilter }}{{$t('w_0197')}}</div>
|
||||
<div class="product">{{'产品'}}:{{item.productName}} x{{item.quantity}}</div>
|
||||
<div class="price">{{'价值'}}:{{ item.retailPrice | numFilter }}{{'元'}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -78,16 +78,16 @@
|
|||
<!-- 充值抽奖次数 -->
|
||||
<u-popup mode="center" :show="rechargeShow" class="pay_password" closeable @close="rechargeShow=false">
|
||||
<view class="pay_item">
|
||||
<view class="pay_pt1">{{$t('w_0198')}}</view>
|
||||
<view class="pay_pt1">{{'充值抽奖次数'}}</view>
|
||||
<view style="font-size: 26rpx;margin: 20rpx 0;">
|
||||
<view>{{$t('w_0199')}}:{{totalSurplusNum}}</view>
|
||||
<view>{{$t('w_0194')}}:0</view>
|
||||
<view>{{'抽奖次数'}}:{{totalSurplusNum}}</view>
|
||||
<view>{{'可抽奖次数'}}:0</view>
|
||||
</view>
|
||||
<u-input type="number" :placeholder="$t('w_0200')" v-model="keyValue" clearable>
|
||||
<u-input type="number" :placeholder="'请输入充值次数'" v-model="keyValue" clearable>
|
||||
</u-input>
|
||||
|
||||
<view class="czbtnbox">
|
||||
<u-button class="btn" shape="circle" color="#D61820" @click="closeBtn">{{$t('MY_WAL_4')}}</u-button>
|
||||
<u-button class="btn" shape="circle" color="#D61820" @click="closeBtn">{{'充值'}}</u-button>
|
||||
</view>
|
||||
</view>
|
||||
</u-popup>
|
||||
|
@ -246,8 +246,8 @@
|
|||
} else {
|
||||
|
||||
uni.showToast({
|
||||
title: this.$t('w_0034'),
|
||||
content: this.$t('w_0201'),
|
||||
title: '提示',
|
||||
content: '请输入正确的充值次数',
|
||||
// success: (res) => {
|
||||
|
||||
// },
|
||||
|
@ -300,8 +300,8 @@
|
|||
// type: "warning",
|
||||
// });
|
||||
uni.showToast({
|
||||
title: this.$t('w_0034'),
|
||||
content: this.$t('w_0202'),
|
||||
title: '提示',
|
||||
content: '正在抽奖中,请勿重复点击',
|
||||
// success: (res) => {
|
||||
|
||||
// },
|
||||
|
|
|
@ -15,15 +15,15 @@
|
|||
<view class="pop_a">
|
||||
<view class="tit">
|
||||
<u-icon name="checkmark-circle-fill" color="#029B00"></u-icon>
|
||||
<view>{{$t('w_0158')}}</view>
|
||||
<view>{{'注册成功'}}</view>
|
||||
</view>
|
||||
<!-- <view class="digBody">
|
||||
<view class="red">{{$t('w_0159')}}
|
||||
<view class="red">{{'恭喜您注册成功'}}
|
||||
<view class="copy"
|
||||
@click="onCopy">{{$t('MY_CK_27')}}</view>
|
||||
@click="onCopy">{{'复制'}}</view>
|
||||
</view>
|
||||
<view>{{$t('CK_KS_14')}}: {{ allData.memberName }}</view>
|
||||
<view>{{$t('MN_T_1')}}: {{ allData.memberCode }}</view>
|
||||
<view>{{'会员姓名'}}: {{ allData.memberName }}</view>
|
||||
<view>{{'会员编号'}}: {{ allData.memberCode }}</view>
|
||||
<view>会员电话: {{ allData.phone }}</view>
|
||||
<view>登录密码: {{ allData.loginPassword }}</view>
|
||||
<view>支付密码: {{ allData.payPassword }}</view>
|
||||
|
@ -33,32 +33,32 @@
|
|||
<span slot="footer"
|
||||
class="dialog-footer">
|
||||
<view class="btn"
|
||||
@click="handleClose">{{$t('w_0035')}}</view>
|
||||
@click="handleClose">{{'确定'}}</view>
|
||||
<view class="hui"
|
||||
@click="handleClose">取消</view>
|
||||
</span> -->
|
||||
<!-- <view class="tit1">{{$t('w_0159')}}</view> -->
|
||||
<view class="getCode" @tap="onCopy">{{$t('MY_CK_27')}}</view>
|
||||
<!-- <view class="tit1">{{'恭喜您注册成功'}}</view> -->
|
||||
<view class="getCode" @tap="onCopy">{{'复制'}}</view>
|
||||
<view class="form">
|
||||
<u--form labelPosition="left" labelWidth="80px" :model="allData" ref="uForm">
|
||||
<u-form-item :label="$t('CK_KS_14')+':'" borderBottom>
|
||||
<u-form-item :label="'会员姓名'+':'" borderBottom>
|
||||
<u--input v-model="allData.memberName" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('MN_T_1')+':'" borderBottom>
|
||||
<u-form-item :label="'会员编号'+':'" borderBottom>
|
||||
<u--input v-model="allData.memberCode" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0160')+':'" borderBottom>
|
||||
<u-form-item :label="'会员电话'+':'" borderBottom>
|
||||
<u--input v-model="allData.phone" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0041')+':'" borderBottom>
|
||||
<u-form-item :label="'登录密码'+':'" borderBottom>
|
||||
<u--input v-model="allData.loginPassword" border="none">
|
||||
</u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('N_I_217')+':'" borderBottom>
|
||||
<u-form-item :label="'支付密码'+':'" borderBottom>
|
||||
<u--input v-model="allData.payPassword" border="none">
|
||||
</u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0161')+':'" borderBottom>
|
||||
<u-form-item :label="'登录网址'+':'" borderBottom>
|
||||
<u--input v-model="allData.urlAddress" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<!-- <u-form-item :label="'公众号搜索'+':'"
|
||||
|
@ -80,7 +80,7 @@
|
|||
<view class="disflx">
|
||||
<u-button type="success" class="uBtn" shape="circle"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )"
|
||||
@tap="handleClose">{{$t('w_0035')}}</u-button>
|
||||
@tap="handleClose">{{'确定'}}</u-button>
|
||||
</view>
|
||||
</view>
|
||||
<img class="yh" v-show="bia" src="@/static/images/yh.gif" alt="">
|
||||
|
@ -115,22 +115,22 @@
|
|||
payPw() {},
|
||||
onCopy() {
|
||||
let text =
|
||||
this.$t('CK_KS_14') + ':' +
|
||||
'会员姓名' + ':' +
|
||||
this.allData.memberName +
|
||||
'\n' +
|
||||
this.$t('MN_T_1') + ':' +
|
||||
'会员编号' + ':' +
|
||||
this.allData.memberCode +
|
||||
'\n' +
|
||||
this.$t('w_0160') + ':' +
|
||||
'会员电话' + ':' +
|
||||
this.allData.phone +
|
||||
'\n' +
|
||||
this.$t('w_0041') + ':' +
|
||||
'登录密码' + ':' +
|
||||
this.allData.loginPassword +
|
||||
'\n' +
|
||||
this.$t('N_I_217') + ':' +
|
||||
'支付密码' + ':' +
|
||||
this.allData.payPassword +
|
||||
'\n' +
|
||||
this.$t('w_0161') + ':' +
|
||||
'登录网址' + ':' +
|
||||
this.allData.urlAddress
|
||||
// +
|
||||
// '\n' +
|
||||
|
@ -146,7 +146,7 @@
|
|||
// this.allData.android
|
||||
this.$copyText(text).then((res) => {
|
||||
uni.showToast({
|
||||
title: this.$t('MY_CK_29'),
|
||||
title: '复制成功',
|
||||
icon: 'none',
|
||||
})
|
||||
})
|
||||
|
|
|
@ -4,23 +4,23 @@
|
|||
<view class="seach_i">
|
||||
<u--input prefixIcon="search" v-model="queryParams.memberInfo"
|
||||
prefixIconStyle="font-size: 22px;color: #909399;height:32px" border="none"
|
||||
:placeholder="$t('w_0351')" suffixIconStyle="color: #909399"></u--input>
|
||||
:placeholder="'请输入会员编号或姓名查询'" suffixIconStyle="color: #909399"></u--input>
|
||||
</view>
|
||||
<view class="neibox" @click="listShow=true">
|
||||
<view>{{thegrade?thegrade:$t('PER_DA_5')}}</view>
|
||||
<view>{{thegrade?thegrade:'注册等级'}}</view>
|
||||
<u-icon name="arrow-down-fill" color="#000000" size="14"></u-icon>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<!-- 日期区间 -->
|
||||
<view class="timeSlide">
|
||||
<view class="timeA">{{$t('w_0352')}}</view>
|
||||
<view class="timeA">{{'日期区间'}}</view>
|
||||
<view class="timeB" @click="openDate(0)">
|
||||
{{ queryParams.startCreationTime?queryParams.startCreationTime:$t('CK_KS_3') }}
|
||||
{{ queryParams.startCreationTime?queryParams.startCreationTime:'开始时间' }}
|
||||
</view>
|
||||
<view class="timeA">{{$t('w_0139')}}</view>
|
||||
<view class="timeA">{{'至'}}</view>
|
||||
<view class="timeB" @click="openDate(1)">
|
||||
{{ queryParams.endCreationTime?queryParams.endCreationTime:$t('CK_KS_9') }}
|
||||
{{ queryParams.endCreationTime?queryParams.endCreationTime:'结束时间' }}
|
||||
</view>
|
||||
<view class="seatch_r" @click="clickTap()">
|
||||
<u-icon name="search" size="22" color="#fff"></u-icon>
|
||||
|
@ -29,58 +29,58 @@
|
|||
<!-- 轮次 -->
|
||||
<view class="thecontent" v-for='(item,index) in roundObj' >
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('w_0260')}}</view>
|
||||
<view class='line1'>{{'轮数'}}</view>
|
||||
<view class='line2' v-if="item.round!='暂无'">{{item.round}}轮</view>
|
||||
<view class='line2' v-else>{{item.round}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('N_I_156')}}</view>
|
||||
<view class='line1'>{{'次数'}}</view>
|
||||
<view class='line2' v-if="item.second!='暂无'">{{item.second}}次</view>
|
||||
<view class='line2' v-else>{{item.second}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('MN_F_T_453') +'(PV)'}}</view>
|
||||
<view class='line1'>{{'业绩' +'(PV)'}}</view>
|
||||
<view class='line2' v-if="item.calAchieve!='暂无'">{{item.calAchieve|toThousandthAndKeepDecimal}}</view>
|
||||
<view class='line2' v-else>{{item.calAchieve}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="thecontent" v-for='(item,index) in dataList' :key="index">
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('MN_T_1')}}</view>
|
||||
<view class='line1'>{{'会员编号'}}</view>
|
||||
<view class='line2'>{{item.memberCode}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_14')}}</view>
|
||||
<view class='line1'>{{'会员姓名'}}</view>
|
||||
<view class='line2'>{{item.memberName}}</view>
|
||||
</view>
|
||||
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('N_I_169')}}({{ isLocaled() }})</view>
|
||||
<view class='line1'>{{'注册金额'}}({{ isLocaled() }})</view>
|
||||
<view class='line2'>{{item.orderAmount |toThousandthAndKeepDecimal}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('PER_DA_10')}}(PV)</view>
|
||||
<view class='line1'>{{'注册业绩'}}(PV)</view>
|
||||
<view class='line2'>{{item.orderAchieve|toThousandthAndKeepDecimal}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('PER_DA_5')}}</view>
|
||||
<view class='line1'>{{'注册等级'}}</view>
|
||||
<view class='line2'>{{item.pkRegisterGradeStr}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('MY_ORD_2')}}</view>
|
||||
<view class='line1'>{{'订单类型'}}</view>
|
||||
<view class='line2'>{{item.orderTypeStr}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('w_0260')}}</view>
|
||||
<view class='line1'>{{'轮数'}}</view>
|
||||
<view class='line2'>{{item.round}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('N_I_156')}}</view>
|
||||
<view class='line1'>{{'次数'}}</view>
|
||||
<view class='line2'>{{item.second}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('S_L_5')}}</view>
|
||||
{{'注册时间'}}</view>
|
||||
<view class='line2'>{{item.creationTime}}</view>
|
||||
</view>
|
||||
|
||||
|
@ -107,9 +107,9 @@
|
|||
minDate:Number(new Date()),
|
||||
navIndex:0,
|
||||
navList: [
|
||||
{ name: this.$t('ENU_MENU_581'),path:"0",menuKey:'' },
|
||||
{ name: this.$t('ENU_MENU_582'),path:"0",menuKey:''},
|
||||
{ name: this.$t('ENU_MENU_583') ,path:"0",menuKey:'' },
|
||||
{ name: '直推列表',path:"0",menuKey:'' },
|
||||
{ name: '三单循环',path:"0",menuKey:''},
|
||||
{ name: '免费注册' ,path:"0",menuKey:'' },
|
||||
],
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
|
|
|
@ -4,23 +4,23 @@
|
|||
<view class="seach_i">
|
||||
<u--input prefixIcon="search" v-model="queryParams.memberInfo"
|
||||
prefixIconStyle="font-size: 22px;color: #909399;height:32px" border="none"
|
||||
:placeholder="$t('w_0351')" suffixIconStyle="color: #909399"></u--input>
|
||||
:placeholder="'请输入会员编号或姓名查询'" suffixIconStyle="color: #909399"></u--input>
|
||||
</view>
|
||||
<!-- <view class="neibox" @click="listShow=true">
|
||||
<view>{{thegrade?thegrade:$t('PER_DA_5')}}</view>
|
||||
<view>{{thegrade?thegrade:'注册等级'}}</view>
|
||||
<u-icon name="arrow-down-fill" color="#000000" size="14"></u-icon>
|
||||
</view> -->
|
||||
|
||||
</view>
|
||||
<!-- 日期区间 -->
|
||||
<view class="timeSlide">
|
||||
<view class="timeA">{{$t('w_0352')}}</view>
|
||||
<view class="timeA">{{'日期区间'}}</view>
|
||||
<view class="timeB" @click="openDate(0)">
|
||||
{{ queryParams.startCreateTime?queryParams.startCreateTime:$t('CK_KS_3') }}
|
||||
{{ queryParams.startCreateTime?queryParams.startCreateTime:'开始时间' }}
|
||||
</view>
|
||||
<view class="timeA">{{$t('w_0139')}}</view>
|
||||
<view class="timeA">{{'至'}}</view>
|
||||
<view class="timeB" @click="openDate(1)">
|
||||
{{ queryParams.endCreateTime?queryParams.endCreateTime:$t('CK_KS_9') }}
|
||||
{{ queryParams.endCreateTime?queryParams.endCreateTime:'结束时间' }}
|
||||
</view>
|
||||
<view class="seatch_r" @click="clickTap()">
|
||||
<u-icon name="search" size="22" color="#fff"></u-icon>
|
||||
|
@ -28,21 +28,21 @@
|
|||
</view>
|
||||
<view class="thecontent" v-for='(item,index) in dataList' :key="index">
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('MN_T_1')}}</view>
|
||||
<view class='line1'>{{'会员编号'}}</view>
|
||||
<view class='line2'>{{item.memberCode}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_14')}}</view>
|
||||
<view class='line1'>{{'会员姓名'}}</view>
|
||||
<view class='line2'>{{item.memberName}}</view>
|
||||
</view>
|
||||
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_15')}}</view>
|
||||
<view class='line1'>{{'结算等级'}}</view>
|
||||
<view class='line2'>{{item.pkSettleGradeStr}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('S_L_5')}}</view>
|
||||
{{'注册时间'}}</view>
|
||||
<view class='line2'>{{item.creationTime}}</view>
|
||||
</view>
|
||||
|
||||
|
@ -64,9 +64,9 @@
|
|||
return {
|
||||
navIndex:0,
|
||||
navList: [
|
||||
{ name: this.$t('ENU_MENU_581'),path:"0",menuKey:'' },
|
||||
{ name: this.$t('ENU_MENU_582'),path:"0",menuKey:''},
|
||||
{ name: this.$t('ENU_MENU_583') ,path:"0",menuKey:'' },
|
||||
{ name: '直推列表',path:"0",menuKey:'' },
|
||||
{ name: '三单循环',path:"0",menuKey:''},
|
||||
{ name: '免费注册' ,path:"0",menuKey:'' },
|
||||
],
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
|
|
|
@ -4,23 +4,23 @@
|
|||
<view class="seach_i">
|
||||
<u--input prefixIcon="search" v-model="queryParams.memberInfo"
|
||||
prefixIconStyle="font-size: 22px;color: #909399;height:32px" border="none"
|
||||
:placeholder="$t('w_0351')" suffixIconStyle="color: #909399"></u--input>
|
||||
:placeholder="'请输入会员编号或姓名查询'" suffixIconStyle="color: #909399"></u--input>
|
||||
</view>
|
||||
<!-- <view class="neibox" @click="listShow=true">
|
||||
<view>{{thegrade?thegrade:$t('PER_DA_5')}}</view>
|
||||
<view>{{thegrade?thegrade:'注册等级'}}</view>
|
||||
<u-icon name="arrow-down-fill" color="#000000" size="14"></u-icon>
|
||||
</view> -->
|
||||
|
||||
</view>
|
||||
<!-- 日期区间 -->
|
||||
<view class="timeSlide">
|
||||
<view class="timeA">{{$t('w_0352')}}</view>
|
||||
<view class="timeA">{{'日期区间'}}</view>
|
||||
<view class="timeB" @click="openDate(0)">
|
||||
{{ queryParams.startCreationTime?queryParams.startCreationTime:$t('CK_KS_3') }}
|
||||
{{ queryParams.startCreationTime?queryParams.startCreationTime:'开始时间' }}
|
||||
</view>
|
||||
<view class="timeA">{{$t('w_0139')}}</view>
|
||||
<view class="timeA">{{'至'}}</view>
|
||||
<view class="timeB" @click="openDate(1)">
|
||||
{{ queryParams.endCreationTime?queryParams.endCreationTime:$t('CK_KS_9') }}
|
||||
{{ queryParams.endCreationTime?queryParams.endCreationTime:'结束时间' }}
|
||||
</view>
|
||||
<view class="seatch_r" @click="clickTap()">
|
||||
<u-icon name="search" size="22" color="#fff"></u-icon>
|
||||
|
@ -28,21 +28,21 @@
|
|||
</view>
|
||||
<view class="thecontent" v-for='(item,index) in dataList' :key="index">
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('MN_T_1')}}</view>
|
||||
<view class='line1'>{{'会员编号'}}</view>
|
||||
<view class='line2'>{{item.memberCode}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_14')}}</view>
|
||||
<view class='line1'>{{'会员姓名'}}</view>
|
||||
<view class='line2'>{{item.memberName}}</view>
|
||||
</view>
|
||||
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('w_0052')}}</view>
|
||||
<view class='line1'>{{'联系方式'}}</view>
|
||||
<view class='line2'>{{item.phone}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('S_L_5')}}</view>
|
||||
{{'注册时间'}}</view>
|
||||
<view class='line2'>{{item.creationTime}}</view>
|
||||
</view>
|
||||
|
||||
|
@ -64,9 +64,9 @@
|
|||
return {
|
||||
navIndex:0,
|
||||
navList: [
|
||||
{ name: this.$t('ENU_MENU_581'),path:"0",menuKey:'' },
|
||||
{ name: this.$t('ENU_MENU_582'),path:"0",menuKey:''},
|
||||
{ name: this.$t('ENU_MENU_583') ,path:"0",menuKey:'' },
|
||||
{ name: '直推列表',path:"0",menuKey:'' },
|
||||
{ name: '三单循环',path:"0",menuKey:''},
|
||||
{ name: '免费注册' ,path:"0",menuKey:'' },
|
||||
],
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
|
|
|
@ -5066,7 +5066,7 @@
|
|||
shape="circle"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )"
|
||||
@tap="agreeMent = false"
|
||||
>{{ $t("w_0035") }}</u-button
|
||||
>{{ '确定' }}</u-button
|
||||
>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -32,13 +32,13 @@
|
|||
disabled
|
||||
class="uBtn"
|
||||
shape="circle"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )">{{$t('w_0210')}}({{ readTime }})s</u-button>
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'我已阅读以上协议'}}({{ readTime }})s</u-button>
|
||||
<u-button type="success"
|
||||
v-else
|
||||
class="uBtn"
|
||||
shape="circle"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )"
|
||||
@tap="toAgree">{{$t('w_0210')}}</u-button>
|
||||
@tap="toAgree">{{'我已阅读以上协议'}}</u-button>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
</swiper>
|
||||
|
||||
<div class="btns"
|
||||
@click="changeGift">{{ $t('w_0211') }}</div>
|
||||
@click="changeGift">{{ '立即领取' }}</div>
|
||||
</view>
|
||||
</div>
|
||||
</u-popup>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<div class="img-auto" v-html="content.content"></div>
|
||||
<!-- <div class="surebtn1">-->
|
||||
<!-- <div class="btn hh" @click="closeTap">取消</div>-->
|
||||
<!-- <div class="btn " @click="closeTap">{{ $t('MY_WAL_23') }}</div>-->
|
||||
<!-- <div class="btn " @click="closeTap">{{ '确认' }}</div>-->
|
||||
<!-- </div>-->
|
||||
</u-popup>
|
||||
</template>
|
||||
|
|
|
@ -304,7 +304,7 @@ export default {
|
|||
goods.addShopping(this.carList).then((res) => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: this.$t('w_0036'),
|
||||
title: '购物车添加成功',
|
||||
icon: 'success',
|
||||
mask: true,
|
||||
})
|
||||
|
|
|
@ -15,15 +15,15 @@
|
|||
<view class="pop_a">
|
||||
<view class="tit">
|
||||
<u-icon name="checkmark-circle-fill" color="#029B00"></u-icon>
|
||||
<view>{{$t('w_0158')}}</view>
|
||||
<view>{{'注册成功'}}</view>
|
||||
</view>
|
||||
<!-- <view class="digBody">
|
||||
<view class="red">{{$t('w_0159')}}
|
||||
<view class="red">{{'恭喜您注册成功'}}
|
||||
<view class="copy"
|
||||
@click="onCopy">{{$t('MY_CK_27')}}</view>
|
||||
@click="onCopy">{{'复制'}}</view>
|
||||
</view>
|
||||
<view>{{$t('CK_KS_14')}}: {{ allData.memberName }}</view>
|
||||
<view>{{$t('MN_T_1')}}: {{ allData.memberCode }}</view>
|
||||
<view>{{'会员姓名'}}: {{ allData.memberName }}</view>
|
||||
<view>{{'会员编号'}}: {{ allData.memberCode }}</view>
|
||||
<view>会员电话: {{ allData.phone }}</view>
|
||||
<view>登录密码: {{ allData.loginPassword }}</view>
|
||||
<view>支付密码: {{ allData.payPassword }}</view>
|
||||
|
@ -33,32 +33,32 @@
|
|||
<span slot="footer"
|
||||
class="dialog-footer">
|
||||
<view class="btn"
|
||||
@click="handleClose">{{$t('w_0035')}}</view>
|
||||
@click="handleClose">{{'确定'}}</view>
|
||||
<view class="hui"
|
||||
@click="handleClose">取消</view>
|
||||
</span> -->
|
||||
<!-- <view class="tit1">{{$t('w_0159')}}</view> -->
|
||||
<view class="getCode" @tap="onCopy">{{$t('MY_CK_27')}}</view>
|
||||
<!-- <view class="tit1">{{'恭喜您注册成功'}}</view> -->
|
||||
<view class="getCode" @tap="onCopy">{{'复制'}}</view>
|
||||
<view class="form">
|
||||
<u--form labelPosition="left" labelWidth="80px" :model="allData" ref="uForm">
|
||||
<u-form-item :label="$t('CK_KS_14')+':'" borderBottom>
|
||||
<u-form-item :label="'会员姓名'+':'" borderBottom>
|
||||
<u--input v-model="allData.memberName" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('MN_T_1')+':'" borderBottom>
|
||||
<u-form-item :label="'会员编号'+':'" borderBottom>
|
||||
<u--input v-model="allData.memberCode" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0160')+':'" borderBottom>
|
||||
<u-form-item :label="'会员电话'+':'" borderBottom>
|
||||
<u--input v-model="allData.phone" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0041')+':'" borderBottom>
|
||||
<u-form-item :label="'登录密码'+':'" borderBottom>
|
||||
<u--input v-model="allData.loginPassword" border="none">
|
||||
</u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('N_I_217')+':'" borderBottom>
|
||||
<u-form-item :label="'支付密码'+':'" borderBottom>
|
||||
<u--input v-model="allData.payPassword" border="none">
|
||||
</u--input>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0161')+':'" borderBottom>
|
||||
<u-form-item :label="'登录网址'+':'" borderBottom>
|
||||
<u--input v-model="allData.urlAddress" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<!-- <u-form-item :label="'公众号搜索'+':'"
|
||||
|
@ -80,7 +80,7 @@
|
|||
<view class="disflx">
|
||||
<u-button type="success" class="uBtn" shape="circle"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )"
|
||||
@tap="handleClose">{{$t('w_0035')}}</u-button>
|
||||
@tap="handleClose">{{'确定'}}</u-button>
|
||||
</view>
|
||||
</view>
|
||||
<img class="yh" v-show="bia" src="@/static/images/yh.gif" alt="">
|
||||
|
@ -118,38 +118,38 @@
|
|||
payPw() {},
|
||||
onCopy() {
|
||||
let text =
|
||||
this.$t('CK_KS_14') + ':' +
|
||||
'会员姓名' + ':' +
|
||||
this.allData.memberName +
|
||||
'\n' +
|
||||
this.$t('MN_T_1') + ':' +
|
||||
'会员编号' + ':' +
|
||||
this.allData.memberCode +
|
||||
'\n' +
|
||||
this.$t('w_0160') + ':' +
|
||||
'会员电话' + ':' +
|
||||
this.allData.phone +
|
||||
'\n' +
|
||||
this.$t('w_0041') + ':' +
|
||||
'登录密码' + ':' +
|
||||
this.allData.loginPassword +
|
||||
'\n' +
|
||||
this.$t('N_I_217') + ':' +
|
||||
'支付密码' + ':' +
|
||||
this.allData.payPassword +
|
||||
'\n' +
|
||||
this.$t('w_0161') + ':' +
|
||||
'登录网址' + ':' +
|
||||
this.allData.urlAddress
|
||||
// +
|
||||
// '\n' +
|
||||
// this.$t('APP_ADD_7')+':' +
|
||||
// '公众号搜索'+':' +
|
||||
// this.allData.gzh+
|
||||
// '\n' +
|
||||
// 'APP'+`(${this.$t('APP_ADD_8')})` +
|
||||
// 'APP'+`(${'苹果'})` +
|
||||
// ':' +
|
||||
// this.allData.ios+
|
||||
// '\n' +
|
||||
// 'APP'+`(${this.$t('APP_ADD_9')})` +
|
||||
// 'APP'+`(${'安卓'})` +
|
||||
// ':' +
|
||||
// this.allData.android
|
||||
this.$copyText(text).then((res) => {
|
||||
uni.showToast({
|
||||
title: this.$t('MY_CK_29'),
|
||||
title: '复制成功',
|
||||
icon: 'none',
|
||||
})
|
||||
})
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
:interval="interval" :duration="duration">
|
||||
<swiper-item>
|
||||
<view class="swiper-item">
|
||||
<view class="title-con">{{ $t("S_L_12") }}</view>
|
||||
<view class="title-con">{{ '推荐达人' }}</view>
|
||||
<view class="screen">
|
||||
<view class="screen-view" @click="screenTaps(index, item)"
|
||||
v-for="(item, index) in screenList"
|
||||
|
@ -25,7 +25,7 @@
|
|||
</swiper-item>
|
||||
<swiper-item>
|
||||
<view class="swiper-item">
|
||||
<view class="title-con">{{ $t("S_L_13") }}</view>
|
||||
<view class="title-con">{{ '抗衰达人' }}</view>
|
||||
<view class="screen">
|
||||
<view class="screen-view" @click="screenTaps1(index, item)"
|
||||
v-for="(item, index) in screenList1"
|
||||
|
@ -62,28 +62,28 @@
|
|||
return {
|
||||
|
||||
screenList: [{
|
||||
name: this.$t("S_L_18"),
|
||||
name: '年度',
|
||||
id: 6
|
||||
},
|
||||
{
|
||||
name: this.$t("S_L_19"),
|
||||
name: '季度',
|
||||
id: 5
|
||||
},
|
||||
{
|
||||
name: this.$t("S_L_20"),
|
||||
name: '月度',
|
||||
id: 4
|
||||
},
|
||||
],
|
||||
screenList1: [{
|
||||
name: this.$t("S_L_18"),
|
||||
name: '年度',
|
||||
id: 9
|
||||
},
|
||||
{
|
||||
name: this.$t("S_L_19"),
|
||||
name: '季度',
|
||||
id: 8
|
||||
},
|
||||
{
|
||||
name: this.$t("S_L_20"),
|
||||
name: '月度',
|
||||
id: 7
|
||||
},
|
||||
],
|
||||
|
|
|
@ -365,7 +365,7 @@ font-size:6.0000pt;"><font face="宋体">日</font></span></b><span style="mso-s
|
|||
class="uBtn"
|
||||
shape="circle"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )"
|
||||
@tap="agreeMent=false">{{$t('w_0035')}}</u-button>
|
||||
@tap="agreeMent=false">{{'确定'}}</u-button>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
</view>
|
||||
<view class="fzbtn">
|
||||
<u-button @click="copyText(item.splice)" class='thebtn' size="small" :text="$t('MY_CK_27')"></u-button>
|
||||
<u-button @click="copyText(item.splice)" class='thebtn' size="small" :text="'复制'"></u-button>
|
||||
</view>
|
||||
<view class="maintree">{{ item.splice }}</view>
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
|||
copyText(text){
|
||||
this.$copyText(text).then((res) => {
|
||||
uni.showToast({
|
||||
title: this.$t('MY_CK_29'),
|
||||
title: '复制成功',
|
||||
icon: 'none',
|
||||
})
|
||||
})
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
this.fileList.push({
|
||||
...item,
|
||||
status: 'uploading',
|
||||
message: this.$t('PER_DA_47')
|
||||
message: '上传中'
|
||||
})
|
||||
})
|
||||
for (let i = 0; i < lists.length; i++) {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -7,6 +7,7 @@
|
|||
"axios": "^1.5.0",
|
||||
"echarts": "^4.9.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"glob": "^11.0.1",
|
||||
"html2canvas": "^1.4.1",
|
||||
"js-cookie": "^3.0.5",
|
||||
"qrcodejs2": "0.0.2",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<u-form :model="addressForm" labelWidth="auto" ref="uForm">
|
||||
<view class="view-class">
|
||||
<u-form-item
|
||||
:label="$t('MY_ORD_10')"
|
||||
:label="'收货人'"
|
||||
label-width="100px"
|
||||
prop="recName"
|
||||
>
|
||||
|
@ -25,7 +25,7 @@
|
|||
</view>
|
||||
<view class="view-class">
|
||||
<u-form-item
|
||||
:label="$t('w_0052')"
|
||||
:label="'联系方式'"
|
||||
label-width="100px"
|
||||
prop="recPhone"
|
||||
>
|
||||
|
@ -49,7 +49,7 @@
|
|||
</u-form-item>
|
||||
</view>
|
||||
<view class="view-class" @click="getDiqu">
|
||||
<u-form-item :label="$t('w_0068')" label-width="100px" prop="address">
|
||||
<u-form-item :label="'收货地址'" label-width="100px" prop="address">
|
||||
<view
|
||||
v-if="address"
|
||||
style="font-size: 28rpx; color: #333; margin-left: 20rpx"
|
||||
|
@ -71,7 +71,7 @@
|
|||
</view>
|
||||
<view class="view-class">
|
||||
<u-form-item
|
||||
:label="$t('S_C_27')"
|
||||
:label="'详细地址'"
|
||||
class="label-style"
|
||||
label-width="100px"
|
||||
prop="recAddress"
|
||||
|
@ -81,7 +81,7 @@
|
|||
placeholder-class="place-class"
|
||||
class="border-color"
|
||||
maxlength="200"
|
||||
:placeholder="$t('w_0070')"
|
||||
:placeholder="'请输入详细地址'"
|
||||
/>
|
||||
</u-form-item>
|
||||
</view>
|
||||
|
@ -105,7 +105,7 @@
|
|||
@addressData="addressData"
|
||||
></v-address>
|
||||
<u-button type="success" shape="circle" class="btn" @click="submit">{{
|
||||
$t("w_0035")
|
||||
'确定'
|
||||
}}</u-button>
|
||||
<view style="height: 20rpx"></view>
|
||||
</view>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
{{item.recAddress}}
|
||||
</view>
|
||||
<view class="address-e">
|
||||
{{item.recName}} {{item.recPhone}} <span class="color-style" v-if="item.isDefault==1">{{$t('w_0263')}}</span>
|
||||
{{item.recName}} {{item.recPhone}} <span class="color-style" v-if="item.isDefault==1">{{'默认'}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="address-right" @click="update(item.pkId)">
|
||||
|
@ -70,7 +70,7 @@ export default {
|
|||
},
|
||||
del(id){
|
||||
uni.showModal({
|
||||
title: this.$t('w_0034'),
|
||||
title: '提示',
|
||||
content: '是否删除该地址',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
|
|
|
@ -19,49 +19,49 @@
|
|||
data() {
|
||||
return {
|
||||
kuaiList: [{
|
||||
name:this.$t('MN_F_51'),
|
||||
name:'安置方案一',
|
||||
url: "../../static/images/my_icon14.png",
|
||||
path: "/pages/architecture/resettleArchite/resettle1",
|
||||
value: "marketDynamics",
|
||||
isShow: false,
|
||||
}, {
|
||||
name: this.$t('MN_F_52'),
|
||||
name: '安置方案二',
|
||||
url: "../../static/images/my_icon14.png",
|
||||
path: "/pages/architecture/resettleArchite/resettle2",
|
||||
value: 'incomeDetail',
|
||||
isShow: false,
|
||||
}, {
|
||||
name: this.$t('MN_F_53'),
|
||||
name: '安置方案三',
|
||||
url: "../../static/images/my_icon14.png",
|
||||
path: "/pages/architecture/resettleArchite/resettle3",
|
||||
value: 'bonusSource',
|
||||
isShow: false,
|
||||
}, {
|
||||
name: this.$t('MN_F_54'),
|
||||
name: '安置方案四',
|
||||
url: "../../static/images/my_icon14.png",
|
||||
path: "/pages/architecture/resettleArchite/resettle4",
|
||||
isShow: false,
|
||||
value: 'appraisal',
|
||||
}, {
|
||||
name: this.$t('MN_F_55'),
|
||||
name: '推荐方案一',
|
||||
url: "../../static/images/my_icon14.png",
|
||||
path: "/pages/architecture/recommendArchite/recommend1",
|
||||
isShow: false,
|
||||
value: 'registration',
|
||||
}, {
|
||||
name: this.$t('MN_F_56'),
|
||||
name: '推荐方案二',
|
||||
url: "../../static/images/my_icon14.png",
|
||||
path: "/pages/architecture/recommendArchite/recommend2",
|
||||
isShow: false,
|
||||
// value: 'investment',
|
||||
}, {
|
||||
name: this.$t('MN_F_57'),
|
||||
name: '推荐方案三',
|
||||
url: "../../static/images/my_icon14.png",
|
||||
path: "/pages/architecture/recommendArchite/recommend3",
|
||||
isShow: false,
|
||||
value: 'activeZone',
|
||||
}, {
|
||||
name: this.$t('MN_F_58'),
|
||||
name: '推荐方案四',
|
||||
url: "../../static/images/my_icon14.png",
|
||||
path: "/pages/architecture/recommendArchite/recommend4",
|
||||
isShow: false,
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle" @click='listShow=true'>
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle" @click='listShow=true'>
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle" @click='listShow=true'>
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle" @click='listShow=true'>
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle" @click='listShow=true'>
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle" @click='listShow=true'>
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle" @click='listShow=true'>
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle" @click='listShow=true'>
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</view>
|
||||
</scroll-view>
|
||||
<view class="sum-val">
|
||||
{{$t('w_0157')}}: <span>{{toSum | toThousandthAndKeepDecimal}}</span>
|
||||
{{'昨日实发合计'}}: <span>{{toSum | toThousandthAndKeepDecimal}}</span>
|
||||
</view>
|
||||
<template>
|
||||
<sgsy v-if="navIndex==0" ref="sgsyData" :checkRule="marketList[0].isShow" :num="page.pageNum" />
|
||||
|
@ -51,45 +51,45 @@
|
|||
index: null,
|
||||
userInfo: [],
|
||||
marketList: [{
|
||||
text: this.$t('ENU_MENU_540'),
|
||||
text: '奖金来源',
|
||||
id: 3,
|
||||
path: "/marketDynamics",
|
||||
name: 'bonusSource',
|
||||
isShow: false,
|
||||
}, ],
|
||||
navList: [{
|
||||
name: this.$t('ENU_MENU_531'),
|
||||
name: '首购收益',
|
||||
path: 0,
|
||||
value: "firstPurchase",
|
||||
menuKey: ''
|
||||
},
|
||||
// {
|
||||
// name: this.$t('ENU_MENU_532'),
|
||||
// name: '复购收益',
|
||||
// path: 1,
|
||||
// value: "repurchaseEarnings",
|
||||
// menuKey: ''
|
||||
// },
|
||||
{
|
||||
name: this.$t('ENU_MENU_533'),
|
||||
name: '海粉收益',
|
||||
path: 2,
|
||||
value: "hignFans",
|
||||
menuKey: ''
|
||||
},
|
||||
{
|
||||
name: this.$t('ENU_MENU_533'),
|
||||
name: '海粉收益',
|
||||
path: 3,
|
||||
value: "seaFans",
|
||||
menuKey: ''
|
||||
},
|
||||
// { name: this.$t('ENU_MENU_535'),path:4,value:"sbyd",menuKey:''},
|
||||
// { name: '圣宝云代收益',path:4,value:"sbyd",menuKey:''},
|
||||
{
|
||||
name: this.$t('ENU_MENU_536'),
|
||||
name: '复购券收益',
|
||||
path: 5,
|
||||
value: "repurchaseTicket",
|
||||
menuKey: ''
|
||||
},
|
||||
{
|
||||
name: this.$t('ENU_MENU_537'),
|
||||
name: '创客空间收益',
|
||||
path: 6,
|
||||
value: "markerSpaceEarnings",
|
||||
menuKey: ''
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<picker :range="getBonusTypeList" :value="index" range-key="bonusName" @change="bindPickerChange">
|
||||
<view v-if="index==null" class="select-text">
|
||||
<view class="text-s">{{ $t('N_I_154') }}</view>
|
||||
<view class="text-s">{{ '收益类型' }}</view>
|
||||
<view class="">
|
||||
<image class="selIcon" src="../../static/images/select-icon.png"></image>
|
||||
</view>
|
||||
|
@ -31,18 +31,18 @@
|
|||
</picker>
|
||||
</view>
|
||||
<view v-if="userInfo.pkCountry!=1" class="search-bottom">
|
||||
<view class="time-text">{{$t('w_0138')}}</view>
|
||||
<view class="time-text">{{'查询时间'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.startDate" mode="date" @change="bindDateChange">
|
||||
<view v-if="query.startDate!=''" class="uni-input">{{query.startDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_4')}}</view>
|
||||
<view v-else class="uni-input">{{'开始日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="text_s">{{$t('w_0139')}}</view>
|
||||
<view class="text_s">{{'至'}}</view>
|
||||
<view class="time1">
|
||||
<picker :value="query.endDate" mode="date" @change="bindDateChange1">
|
||||
<view v-if="query.endDate!=''" class="uni-input">{{query.endDate}}</view>
|
||||
<view v-else class="uni-input">{{$t('CK_KS_5')}}</view>
|
||||
<view v-else class="uni-input">{{'结束日期'}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
<view class="search-icons" @click="submit">
|
||||
|
@ -56,7 +56,7 @@
|
|||
<view v-for="item in dataList" class="search-view">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_130')}}
|
||||
{{'奖金日期'}}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.settleDate}}
|
||||
|
@ -64,7 +64,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t('N_I_150') }}
|
||||
{{ '来源编号' }}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.sourceMemberCode}}
|
||||
|
@ -72,7 +72,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t('N_I_151') }}
|
||||
{{ '来源姓名' }}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.sourceMemberName}}
|
||||
|
@ -80,7 +80,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('N_I_169')}}(¥)
|
||||
{{'注册金额'}}(¥)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.orderAmount}}
|
||||
|
@ -88,7 +88,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('PER_DA_10')}}(PV)
|
||||
{{'注册业绩'}}(PV)
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.orderAchieve}}
|
||||
|
@ -96,7 +96,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t('N_I_154') }}
|
||||
{{ '收益类型' }}
|
||||
</view>
|
||||
<view class="data-right type">
|
||||
{{item.bonusName}}
|
||||
|
@ -104,7 +104,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t('N_I_155') }}
|
||||
{{ '轮次' }}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.round}}
|
||||
|
@ -112,7 +112,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t('N_I_156') }}
|
||||
{{ '次数' }}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.second}}
|
||||
|
@ -120,7 +120,7 @@
|
|||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t('N_I_157') }}
|
||||
{{ '预估收益' }}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.realIncome}}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div class="button-s" style="margin:50rpx auto" @click="checks(2)">{{ $t('CK_KS_20') }}</div>
|
||||
<div class="button-s" style="margin:50rpx auto" @click="checks(2)">{{ '重新提交' }}</div>
|
||||
</view>
|
||||
</u-popup>
|
||||
<view class="views" v-if="status == 3 || status==4 || status==5 || status==2">
|
||||
|
@ -21,80 +21,80 @@
|
|||
<div class="status-img">
|
||||
<image src="../../static/images/markerSpace/status2.png"></image>
|
||||
</div>
|
||||
<div class="status-size bolds">{{$t('CK_KS_21')}}</div>
|
||||
<div class="status-size">{{$t('CK_KS_22')}}</div>
|
||||
<div class="status-size">{{$t('CK_KS_23')}}</div>
|
||||
<div class="status-size bolds">{{'认证审核中'}}</div>
|
||||
<div class="status-size">{{'预计3-5个工作日完成'}}</div>
|
||||
<div class="status-size">{{'客服咨询:400-111-2818'}}</div>
|
||||
</div>
|
||||
<div class="img_cen" v-if="status == 4">
|
||||
<div class="status-img">
|
||||
<image src="../../static/images/markerSpace/status1.png"></image>
|
||||
</div>
|
||||
<div class="status-size bolds">{{$t('CK_KS_26')}}</div>
|
||||
<div class="button-s" style="margin-top: 30px" @click="sucShow=true">{{ $t('MY_ORD_76') }}</div>
|
||||
<div class="status-size bolds">{{'认证被驳回(被驳回的原因)'}}</div>
|
||||
<div class="button-s" style="margin-top: 30px" @click="sucShow=true">{{ '查看原因' }}</div>
|
||||
</div>
|
||||
<div class="img_cen" v-if="status == 5">
|
||||
<div class="status-img">
|
||||
<image src="../../static/images/markerSpace/status3.png"></image>
|
||||
</div>
|
||||
<div class="status-size bolds">{{$t('CK_KS_104')}}</div>
|
||||
<div class="button-s" style="margin-top: 30px" @click="checks(1)">{{$t('CK_KS_25')}}</div>
|
||||
<div class="status-size bolds">{{'恭喜您,完成经销商认证'}}</div>
|
||||
<div class="button-s" style="margin-top: 30px" @click="checks(1)">{{'查看详情'}}</div>
|
||||
</div>
|
||||
|
||||
</view>
|
||||
<view class="markerSpce" v-if="status==1">
|
||||
<view class="tops">
|
||||
<view class="text">{{$t('CK_KS_106')}}</view>
|
||||
<view class="button" @click="downloads">{{$t('CK_KS_105')}}</view>
|
||||
<view class="text">{{'下载《经销商合同》后打印,手签并填写合同后拍照留存,以备在申请时进行上传。'}}</view>
|
||||
<view class="button" @click="downloads">{{'下载经销商合同'}}</view>
|
||||
<a href="link"></a>
|
||||
</view>
|
||||
<u-form labelWidth="140px" :rules="rules" :model="table" ref="uForm">
|
||||
<view class="contents">
|
||||
<view class="lines-height">
|
||||
<view class="lines"></view>
|
||||
<view class="text_s">{{$t('CK_KS_27')}}</view>
|
||||
<view class="text_s">{{'基础信息'}}</view>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('MN_T_1')" :required="required1">
|
||||
<u-form-item :label="'会员编号'" :required="required1">
|
||||
<u-input v-model="memberCode" class="texts" :disabled=disabled1 placeholder=""
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_14')" :required="required1">
|
||||
<u-form-item :label="'会员姓名'" :required="required1">
|
||||
<u-input v-model="memberName" class="texts" :disabled="disabled1" placeholder=""
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_32')" :required="required1" prop="licenseName">
|
||||
<u-form-item :label="'营业执照名称'" :required="required1" prop="licenseName">
|
||||
<u-input v-model="table.licenseName"
|
||||
maxlength="100"
|
||||
class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_33')" :required="required1" prop="creditCode">
|
||||
<u-form-item :label="'统一社会信用代码'" :required="required1" prop="creditCode">
|
||||
<u-input v-model="table.creditCode" class="texts" placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
maxlength="100"
|
||||
:placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_34')" :required="required1" prop="legalName">
|
||||
<u-form-item :label="'法人姓名'" :required="required1" prop="legalName">
|
||||
<u-input v-model="table.legalName" class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_35')" :required="required1" prop="legalIdCard">
|
||||
<u-form-item :label="'法人身份证号'" :required="required1" prop="legalIdCard">
|
||||
<u-input v-model="table.legalIdCard" class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s" @click="getDiqu(1)">
|
||||
<u-form-item :label="$t('CK_KS_37')" :required="required1">
|
||||
<u-form-item :label="'营业执照注册地址'" :required="required1">
|
||||
<view style="padding-left: 20rpx;color: rgb(192, 196, 204)" v-if="address==''">请选择营业执照地址
|
||||
</view>
|
||||
<view style="padding-left: 20rpx;color: #333" v-else>{{address}}</view>
|
||||
|
@ -104,27 +104,27 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('S_C_27')" :required="required1" prop="licenseAddress">
|
||||
<u-form-item :label="'详细地址'" :required="required1" prop="licenseAddress">
|
||||
<u-input v-model="table.licenseAddress"
|
||||
maxlength="200"
|
||||
class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('S_C_86')" :required="required1" prop="storePerson">
|
||||
<u-form-item :label="'联系人'" :required="required1" prop="storePerson">
|
||||
<u-input v-model="table.storePerson" class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('w_0052')" :required="required1" prop="storePhone">
|
||||
<u-form-item :label="'联系方式'" :required="required1" prop="storePhone">
|
||||
<u-input v-model="table.storePhone" class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s" @click="getDiqu1(2)">
|
||||
<u-form-item :label="$t('S_C_27')" :required="required1">
|
||||
<u-form-item :label="'详细地址'" :required="required1">
|
||||
<view style="padding-left: 20rpx;color: rgb(192, 196, 204)" v-if="address1==''">请选择详细地址
|
||||
</view>
|
||||
<view style="padding-left: 20rpx;color: #333" v-else>{{address1}}</view>
|
||||
|
@ -134,17 +134,17 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('S_C_27')" :required="required1" prop="storeAddress">
|
||||
<u-form-item :label="'详细地址'" :required="required1" prop="storeAddress">
|
||||
<u-input v-model="table.storeAddress"
|
||||
maxlength="200"
|
||||
class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<picker :value="table.pkBank" :disabled="disableds" mode="selector" @change="bindDateChange1"
|
||||
:range="bankCardChioceList" range-key="bankName">
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_41')" :required="required1">
|
||||
<u-form-item :label="'银行名称'" :required="required1">
|
||||
<view style="padding-left: 20rpx;color: rgb(192, 196, 204)" v-if="bankName==''">请选择银行名称
|
||||
</view>
|
||||
<view v-else-if="bankName!=''" style="margin-left: 20rpx;">
|
||||
|
@ -157,27 +157,27 @@
|
|||
</view>
|
||||
</picker>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_42')" :required="required1" prop="bankAccount">
|
||||
<u-form-item :label="'银行账号'" :required="required1" prop="bankAccount">
|
||||
<u-input v-model="table.bankAccount" class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_43')" :required="required1" prop="bankBranch">
|
||||
<u-form-item :label="'开户支行'" :required="required1" prop="bankBranch">
|
||||
<u-input v-model="table.bankBranch" class="texts" placeholder-class="place"
|
||||
:disabled="disableds" :placeholder="$t('S_C_70')" border="none"></u-input>
|
||||
:disabled="disableds" :placeholder="'请输入'" border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view style="height:25rpx;background-color: #f2f2f2;"></view>
|
||||
<view class="lines-height">
|
||||
<view class="lines"></view>
|
||||
<view class="text_s">{{$t('CK_KS_53')}}</view>
|
||||
<view class="text_s">{{'资质材料'}}</view>
|
||||
</view>
|
||||
<view class="height">
|
||||
<u-form-item :label="$t('CK_KS_54')" :required="required1">
|
||||
<u-form-item :label="'法人身份证正反面'" :required="required1">
|
||||
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_55')}}</view>
|
||||
<view class="text">{{'建议:图片大小为1MB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view class="content_s">
|
||||
<view>
|
||||
|
@ -217,10 +217,10 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="height">
|
||||
<u-form-item :label="$t('CK_KS_56')" :required="required1">
|
||||
<u-form-item :label="'营业执照'" :required="required1">
|
||||
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_55')}}</view>
|
||||
<view class="text">{{'建议:图片大小为1MB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view class="content_s">
|
||||
<view>
|
||||
|
@ -244,9 +244,9 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="height">
|
||||
<u-form-item :label="$t('CK_KS_107')" label-width="200px" :required="required1">
|
||||
<u-form-item :label="'上传已签字的经销商协议'" label-width="200px" :required="required1">
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_45')}}</view>
|
||||
<view class="text">{{'建议:图片大小为200KB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view class="content_s">
|
||||
<view style="display: flex;flex-wrap: wrap;">
|
||||
|
@ -516,9 +516,9 @@
|
|||
disabled1: true,
|
||||
defaultCode: [],
|
||||
defaultCode1: [],
|
||||
tips1: [`${this.$t('CK_KS_48')}:jpg,png`, this.$t('CK_KS_49'), this.$t('CK_KS_50')],
|
||||
tips2: [this.$t('CK_KS_92'), this.$t('CK_KS_66')],
|
||||
text: this.$t('CK_KS_72'),
|
||||
tips1: [`${'支持'}:jpg,png`, '上传图片不要光线太暗', '要清晰不能虚化,并且满画布显示,要保证亮要充足。'],
|
||||
tips2: ['视频格式仅支持mp4', '建议:上传视频要清晰不能虚化,要保证亮要充足。'],
|
||||
text: '提交认证',
|
||||
bankName: '',
|
||||
disableds: false,
|
||||
storeTypes: 3,
|
||||
|
@ -574,77 +574,77 @@
|
|||
rules: {
|
||||
storeName: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
licenseName: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
creditCode: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
legalName: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
legalIdCard: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
licenseProvince: [{
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['blur', 'change']
|
||||
}, ],
|
||||
licenseAddress: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
storeAddress: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
storeProvince: [{
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['blur', 'change']
|
||||
}, ],
|
||||
pkBank: [{
|
||||
required: false,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['blur', 'change']
|
||||
}, ],
|
||||
bankAccount: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
bankBranch: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
storePerson: [{
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: "blur"
|
||||
}, ],
|
||||
storePhone: [{
|
||||
required: true,
|
||||
message: this.$t('w_0053'),
|
||||
message: '请输入联系方式',
|
||||
trigger: 'blur',
|
||||
},
|
||||
{
|
||||
min: 11,
|
||||
message: this.$t('CK_KS_73'),
|
||||
message: '请输入正确的手机号',
|
||||
trigger: 'blur'
|
||||
},
|
||||
],
|
||||
|
@ -681,12 +681,12 @@
|
|||
this.status = 1
|
||||
this.flags = 0
|
||||
this.disableds = true
|
||||
this.text = this.$t('CK_KS_75')
|
||||
this.text = '重新认证'
|
||||
this.status_flag = false
|
||||
|
||||
}
|
||||
if (check == 2) {
|
||||
this.text = this.$t('CK_KS_72')
|
||||
this.text = '提交认证'
|
||||
this.status = 1
|
||||
this.flags = 0
|
||||
this.disableds = false
|
||||
|
@ -845,21 +845,21 @@
|
|||
if (this.isEmpty(this.bankName) == true) {
|
||||
uni.showToast({
|
||||
icon: "none",
|
||||
title:this.$t('CK_KS_38')
|
||||
title:'请选择'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (this.isEmpty(this.address) == true) {
|
||||
uni.showToast({
|
||||
icon: "none",
|
||||
title:this.$t('CK_KS_38')
|
||||
title:'请选择'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (this.isEmpty(this.address1) == true) {
|
||||
uni.showToast({
|
||||
icon: "none",
|
||||
title:this.$t('CK_KS_38')
|
||||
title:'请选择'
|
||||
})
|
||||
return
|
||||
}
|
||||
|
@ -873,28 +873,28 @@
|
|||
if (this.isEmpty(this.table.legalCardFront) == true) {
|
||||
uni.showToast({
|
||||
icon: "none",
|
||||
title:this.$t('MY_CK_16')
|
||||
title:'请上传'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (this.isEmpty(this.table.legalCardBack)) {
|
||||
uni.showToast({
|
||||
icon: "none",
|
||||
title:this.$t('MY_CK_16')
|
||||
title:'请上传'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (this.isEmpty(this.table.license) == true) {
|
||||
uni.showToast({
|
||||
icon: "none",
|
||||
title:this.$t('MY_CK_16')
|
||||
title:'请上传'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (this.table.storeAgreementList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: "none",
|
||||
title:this.$t('MY_CK_16')
|
||||
title:'请上传'
|
||||
})
|
||||
return
|
||||
}
|
||||
|
@ -1075,7 +1075,7 @@
|
|||
});
|
||||
},
|
||||
fail: err => {
|
||||
this.myToast(this.$t('MY_ORD_77'), 'none');
|
||||
this.myToast('图片上传失败', 'none');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -1151,7 +1151,7 @@
|
|||
});
|
||||
},
|
||||
fail: err => {
|
||||
this.myToast(this.$t('MY_ORD_77'), 'none');
|
||||
this.myToast('图片上传失败', 'none');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -1195,7 +1195,7 @@
|
|||
});
|
||||
},
|
||||
fail: err => {
|
||||
this.myToast(this.$t('MY_ORD_77'), 'none');
|
||||
this.myToast('图片上传失败', 'none');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
<view class="right_content">
|
||||
<template v-if="isTab==1||isTab==2">
|
||||
<view class="email_top">
|
||||
<view class="etit1" v-if="isTab==1">{{ $t('w_0308') }}</view>
|
||||
<view class="etit1" v-if="isTab==2">{{ $t('ENU_APPROVE_B_522') }}</view>
|
||||
<view class="etit1" v-if="isTab==1">{{ '平台公告' }}</view>
|
||||
<view class="etit1" v-if="isTab==2">{{ '站内信' }}</view>
|
||||
<view class="etit2">{{item.creationTime}}</view>
|
||||
</view>
|
||||
<view class="email_title">
|
||||
|
@ -32,7 +32,7 @@
|
|||
</view>
|
||||
|
||||
<view class="email_find" @click="goDetail(isTab,item.pkId)">
|
||||
{{ $t('CK_KS_25') }} >
|
||||
{{ '查看详情' }} >
|
||||
</view>
|
||||
</template>
|
||||
<template v-if="isTab==3">
|
||||
|
@ -47,7 +47,7 @@
|
|||
|
||||
<view v-for="(aitem,aindex) in item.feedbackReplyList" :key="aindex">
|
||||
<view class="email_title2">
|
||||
{{ $t('N_I_269') }}:
|
||||
{{ '系统回复' }}:
|
||||
</view>
|
||||
<view class="email_neir" @click="clickhtml(aitem.replyContent)"
|
||||
v-html="aitem.replyContent">
|
||||
|
@ -60,7 +60,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</template>
|
||||
<u-empty v-else :text="$t('w_0309')" mode="message" icon="http://cdn.uviewui.com/uview/empty/message.png">
|
||||
<u-empty v-else :text="'暂无信息'" mode="message" icon="http://cdn.uviewui.com/uview/empty/message.png">
|
||||
</u-empty>
|
||||
</view>
|
||||
</template>
|
||||
|
@ -76,15 +76,15 @@
|
|||
return {
|
||||
tabList: [{
|
||||
value: 1,
|
||||
label: this.$t('w_0308'),
|
||||
label: '平台公告',
|
||||
num: 0,
|
||||
}, {
|
||||
value: 2,
|
||||
label: this.$t('MN_F_T_80'),
|
||||
label: '站内信',
|
||||
num: 0
|
||||
}, {
|
||||
value: 3,
|
||||
label: this.$t('MN_F_T_84'),
|
||||
label: '意见反馈',
|
||||
num: 0
|
||||
}],
|
||||
isTab: 1,
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<u-form ref="uForm" :model="emailObj"
|
||||
class="paddings"
|
||||
labelWidth="auto">
|
||||
<u-form-item :label="$t('PER_DA_44')"
|
||||
<u-form-item :label="'邮箱'"
|
||||
label-width="60px"
|
||||
prop="emailed">
|
||||
<u-input v-model="emailObj.emailed" class="border-color"
|
||||
|
@ -18,12 +18,12 @@
|
|||
placeholder=""
|
||||
placeholder-class="place-class" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0043')"
|
||||
<u-form-item :label="'验证码'"
|
||||
label-width="60px"
|
||||
prop="code">
|
||||
<u-input v-model="emailObj.code" class="border-color width-s"
|
||||
|
||||
:placeholder="$t('w_0057')"
|
||||
:placeholder="'请输入验证码'"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
<!-- <view class="yzm" @click="submit">
|
||||
|
@ -39,7 +39,7 @@
|
|||
prop="email"
|
||||
style="display: flex;">
|
||||
<u-input v-model="emailObj.email" class="border-color"
|
||||
:placeholder="$t('w_0345')"
|
||||
:placeholder="'请输入新邮箱'"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
</u-form-item>
|
||||
|
@ -49,7 +49,7 @@
|
|||
shape="circle"
|
||||
type="success"
|
||||
@click="submit"
|
||||
>{{$t('w_0035')}}</u-button>
|
||||
>{{'确定'}}</u-button>
|
||||
<view style="height: 20rpx;"></view>
|
||||
</view>
|
||||
</template>
|
||||
|
@ -63,7 +63,7 @@ import {getData} from "../../config/login";
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
getCodeText: this.$t('w_0055'),
|
||||
getCodeText: '获取验证码',
|
||||
disabled:false,
|
||||
time:60,
|
||||
yzmCheck:false,
|
||||
|
@ -157,9 +157,9 @@ export default {
|
|||
api.verification().then((res)=>{
|
||||
if(res.code=='200'){
|
||||
setTimeout(() => {
|
||||
//this.$common.msg(this.$t('MY_WAL_49'))
|
||||
//this.$common.msg('验证码已发送')
|
||||
uni.showToast({
|
||||
title: this.$t('MY_WAL_49'),
|
||||
title: '验证码已发送',
|
||||
icon: "none"
|
||||
}); //弹出提示框
|
||||
this.setTimer(); //调用定时器方法
|
||||
|
@ -170,7 +170,7 @@ export default {
|
|||
setTimer() {
|
||||
this.disabled = true
|
||||
let holdTime = 60; //定义变量并赋值
|
||||
this.getCodeText = this.$t('w_0347') + "(60)"
|
||||
this.getCodeText = '重新获取' + "(60)"
|
||||
//setInterval()是一个实现定时调用的函数,可按照指定的周期(以毫秒计)来调用函数或计算表达式。
|
||||
//setInterval方法会不停地调用函数,直到 clearInterval被调用或窗口被关闭。
|
||||
this.time = setInterval(() => {
|
||||
|
@ -178,11 +178,11 @@ export default {
|
|||
this.disabled = false
|
||||
this.getCodeisWaiting = false;
|
||||
this.getCodeBtnColor = "#ffffff";
|
||||
this.getCodeText = this.$t('w_0055')
|
||||
this.getCodeText = '获取验证码'
|
||||
clearInterval(this.time); //清除该函数
|
||||
return; //返回前面
|
||||
}
|
||||
this.getCodeText = this.$t('w_0347') + "(" + holdTime + ")"
|
||||
this.getCodeText = '重新获取' + "(" + holdTime + ")"
|
||||
holdTime--;
|
||||
}, 1000)
|
||||
}
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
:model="emailObj"
|
||||
class="paddings"
|
||||
labelWidth="auto">
|
||||
<u-form-item :label="$t('MN_T_1')"
|
||||
<u-form-item :label="'会员编号'"
|
||||
label-width="80px"
|
||||
prop="memberCode">
|
||||
<u-input v-model="emailObj.memberCode"
|
||||
class="border-color"
|
||||
:placeholder="$t('MN_T_1')"
|
||||
:placeholder="'会员编号'"
|
||||
placeholder-class="place-class" />
|
||||
</u-form-item>
|
||||
<u-form-item label="用户密码"
|
||||
|
@ -24,40 +24,40 @@
|
|||
prop="newPassword">
|
||||
<u-input v-model="emailObj.newPassword"
|
||||
class="border-color"
|
||||
:placeholder="$t('w_0046')"
|
||||
:placeholder="'请输入会员编号'"
|
||||
type="password"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('MN_F_30')"
|
||||
<u-form-item :label="'确认密码'"
|
||||
label-width="80px"
|
||||
prop="loginPassword">
|
||||
<u-input v-model="emailObj.loginPassword"
|
||||
class="border-color"
|
||||
type="password"
|
||||
:placeholder="$t('w_0332')"
|
||||
:placeholder="'请输入密码'"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
</u-form-item>
|
||||
|
||||
<u-form-item :label="$t('w_0052')"
|
||||
<u-form-item :label="'联系方式'"
|
||||
label-width="80px"
|
||||
prop="phone"
|
||||
style="display: flex;">
|
||||
<u-input v-model="emailObj.phone"
|
||||
class="border-color"
|
||||
:placeholder="$t('w_0053')"
|
||||
:placeholder="'请输入联系方式'"
|
||||
maxlength="20"
|
||||
type="number"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0043')"
|
||||
<u-form-item :label="'验证码'"
|
||||
label-width="80px"
|
||||
prop="code">
|
||||
<u-input v-model="emailObj.code"
|
||||
class="border-color width-s"
|
||||
:placeholder="$t('w_0057')"
|
||||
:placeholder="'请输入验证码'"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
<button :disabled="disabled"
|
||||
|
@ -72,7 +72,7 @@
|
|||
<u-button class="btn"
|
||||
shape="circle"
|
||||
type="success"
|
||||
@click="submit">{{$t('w_0035')}}</u-button>
|
||||
@click="submit">{{'确定'}}</u-button>
|
||||
<view style="height: 20rpx;"></view>
|
||||
</view>
|
||||
</template>
|
||||
|
@ -93,7 +93,7 @@ export default {
|
|||
}
|
||||
}
|
||||
return {
|
||||
getCodeText: this.$t('w_0055'),
|
||||
getCodeText: '获取验证码',
|
||||
disabled: false,
|
||||
time: 60,
|
||||
yzmCheck: false,
|
||||
|
@ -107,17 +107,17 @@ export default {
|
|||
},
|
||||
rules: {
|
||||
memberCode: [
|
||||
{ required: true, trigger: 'blur', message: this.$t('w_0046') },
|
||||
{ required: true, trigger: 'blur', message: '请输入会员编号' },
|
||||
],
|
||||
code: [
|
||||
{ required: false, trigger: 'blur', message: this.$t('w_0057') },
|
||||
{ required: false, trigger: 'blur', message: '请输入验证码' },
|
||||
],
|
||||
newPassword: [
|
||||
{ required: true, trigger: 'blur', message: '请输入密码' },
|
||||
],
|
||||
loginPassword: [{ validator: validatePwd, trigger: 'blur' }],
|
||||
phone: [
|
||||
{ required: false, trigger: 'blur', message: this.$t('w_0053') },
|
||||
{ required: false, trigger: 'blur', message: '请输入联系方式' },
|
||||
],
|
||||
},
|
||||
}
|
||||
|
@ -166,9 +166,9 @@ export default {
|
|||
api.forgetVerification(this.emailObj).then((res) => {
|
||||
if (res.code == '200') {
|
||||
setTimeout(() => {
|
||||
//this.$common.msg(this.$t('MY_WAL_49'))
|
||||
//this.$common.msg('验证码已发送')
|
||||
uni.showToast({
|
||||
title: this.$t('MY_WAL_49'),
|
||||
title: '验证码已发送',
|
||||
icon: 'none',
|
||||
}) //弹出提示框
|
||||
this.setTimer() //调用定时器方法
|
||||
|
@ -180,7 +180,7 @@ export default {
|
|||
setTimer() {
|
||||
this.disabled = true
|
||||
let holdTime = 60 //定义变量并赋值
|
||||
this.getCodeText = this.$t('w_0347') + '(60)'
|
||||
this.getCodeText = '重新获取' + '(60)'
|
||||
//setInterval()是一个实现定时调用的函数,可按照指定的周期(以毫秒计)来调用函数或计算表达式。
|
||||
//setInterval方法会不停地调用函数,直到 clearInterval被调用或窗口被关闭。
|
||||
this.time = setInterval(() => {
|
||||
|
@ -188,11 +188,11 @@ export default {
|
|||
this.disabled = false
|
||||
this.getCodeisWaiting = false
|
||||
this.getCodeBtnColor = '#ffffff'
|
||||
this.getCodeText = this.$t('w_0055')
|
||||
this.getCodeText = '获取验证码'
|
||||
clearInterval(this.time) //清除该函数
|
||||
return //返回前面
|
||||
}
|
||||
this.getCodeText = this.$t('w_0347') + '(' + holdTime + ')'
|
||||
this.getCodeText = '重新获取' + '(' + holdTime + ')'
|
||||
holdTime--
|
||||
}, 1000)
|
||||
},
|
||||
|
|
|
@ -12,32 +12,32 @@
|
|||
class="paddings"
|
||||
label-width="90px"
|
||||
>
|
||||
<u-form-item :label="$t('MN_F_29')"
|
||||
<u-form-item :label="'新密码'"
|
||||
prop="newPassword"
|
||||
style="display: flex;">
|
||||
<u-input v-model="loginObj.newPassword"
|
||||
class="border-color"
|
||||
:password="true"
|
||||
:placeholder="$t('w_0048')"
|
||||
:placeholder="'请输入新密码'"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0050')"
|
||||
<u-form-item :label="'请确认密码'"
|
||||
prop="payPassword"
|
||||
style="display: flex;">
|
||||
<u-input v-model="loginObj.payPassword"
|
||||
class="border-color"
|
||||
:password="true"
|
||||
:placeholder="$t('w_0050')"
|
||||
:placeholder="'请确认密码'"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0043')"
|
||||
<u-form-item :label="'验证码'"
|
||||
|
||||
prop="code">
|
||||
<u-input v-model="loginObj.code"
|
||||
class="border-color width-s"
|
||||
:placeholder="$t('w_0057')"
|
||||
:placeholder="'请输入验证码'"
|
||||
placeholder-class="place-class" />
|
||||
|
||||
<!-- <view class="yzm" @click="submit">
|
||||
|
@ -56,7 +56,7 @@
|
|||
<u-button class="btn"
|
||||
shape="circle"
|
||||
type="success"
|
||||
@click="submit">{{$t('w_0035')}}</u-button>
|
||||
@click="submit">{{'确定'}}</u-button>
|
||||
<view style="height: 20rpx;"></view>
|
||||
</view>
|
||||
</template>
|
||||
|
@ -70,7 +70,7 @@ import { getData } from '../../config/login'
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
getCodeText: this.$t('w_0055'),
|
||||
getCodeText: '获取验证码',
|
||||
disabled: false,
|
||||
time: 60,
|
||||
yzmCheck: false,
|
||||
|
@ -86,7 +86,7 @@ export default {
|
|||
// 必填项
|
||||
required: true,
|
||||
// 提示内容(会出现在u-form-item内的底部)
|
||||
message: this.$t('w_0332'),
|
||||
message: '请输入密码',
|
||||
trigger: ['blur'],
|
||||
},
|
||||
],
|
||||
|
@ -95,7 +95,7 @@ export default {
|
|||
// 必填项
|
||||
required: true,
|
||||
// 提示内容(会出现在u-form-item内的底部)
|
||||
message: this.$t('w_0250'),
|
||||
message: '请输入短信验证码',
|
||||
trigger: ['blur'],
|
||||
},
|
||||
],
|
||||
|
@ -104,7 +104,7 @@ export default {
|
|||
// 必填项
|
||||
required: true,
|
||||
// 提示内容(会出现在u-form-item内的底部)
|
||||
message: this.$t('w_0332'),
|
||||
message: '请输入密码',
|
||||
trigger: ['blur'],
|
||||
},
|
||||
],
|
||||
|
@ -165,7 +165,7 @@ export default {
|
|||
if (res.code == '200') {
|
||||
setTimeout(() => {
|
||||
uni.showToast({
|
||||
title: this.$t('MY_WAL_49'),
|
||||
title: '验证码已发送',
|
||||
icon: 'none',
|
||||
}) //弹出提示框
|
||||
this.setTimer(60) //调用定时器方法
|
||||
|
@ -176,7 +176,7 @@ export default {
|
|||
setTimer(num) {
|
||||
this.disabled = true
|
||||
let holdTime = num //定义变量并赋值
|
||||
this.getCodeText = this.$t('w_0347') + '(60)'
|
||||
this.getCodeText = '重新获取' + '(60)'
|
||||
//setInterval()是一个实现定时调用的函数,可按照指定的周期(以毫秒计)来调用函数或计算表达式。
|
||||
//setInterval方法会不停地调用函数,直到 clearInterval被调用或窗口被关闭。
|
||||
this.time = setInterval(() => {
|
||||
|
@ -186,11 +186,11 @@ export default {
|
|||
this.disabled = false
|
||||
this.getCodeisWaiting = false
|
||||
this.getCodeBtnColor = '#ffffff'
|
||||
this.getCodeText = this.$t('w_0055')
|
||||
this.getCodeText = '获取验证码'
|
||||
clearInterval(this.time) //清除该函数
|
||||
return //返回前面
|
||||
}else{
|
||||
this.getCodeText = this.$t('w_0347') + '(' + holdTime + ')'
|
||||
this.getCodeText = '重新获取' + '(' + holdTime + ')'
|
||||
holdTime--
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</view>
|
||||
</view> -->
|
||||
<view class="subTxt">
|
||||
<view class="subTxt1">{{$t('MN_F_T_8')}}</view>
|
||||
<view class="subTxt1">{{'会员信息'}}</view>
|
||||
|
||||
</view>
|
||||
|
||||
|
@ -30,16 +30,16 @@
|
|||
:rules="rules"
|
||||
ref="uForm">
|
||||
|
||||
<!-- <u-form-item :label="$t('MN_F_T_140')" borderBottom>
|
||||
<!-- <u-form-item :label="'发货方式'" borderBottom>
|
||||
<view class="pickerHui">
|
||||
<u-input v-model="form.deliveryName"
|
||||
disabled
|
||||
:placeholder="$t('w_0062')"
|
||||
:placeholder="'请选择发货方式'"
|
||||
border="none"></u-input>
|
||||
<u-icon name="arrow-down"></u-icon>
|
||||
</view>
|
||||
</u-form-item> -->
|
||||
<u-form-item :label="$t('w_0240')"
|
||||
<u-form-item :label="'申请级别'"
|
||||
borderBottom
|
||||
prop="pkGradeVal">
|
||||
<u-input v-model="form.pkGradeVal"
|
||||
|
@ -47,7 +47,7 @@
|
|||
disabledColor="#fff"
|
||||
disabled />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('PER_DA_3')"
|
||||
<u-form-item :label="'自然国家'"
|
||||
borderBottom>
|
||||
<view class="disFlex justBwn">
|
||||
<view class="disFlex">
|
||||
|
@ -61,7 +61,7 @@
|
|||
</u-form-item>
|
||||
|
||||
<!-- @tap="changeCountry(1)" -->
|
||||
<u-form-item :label="$t('PER_DA_4')"
|
||||
<u-form-item :label="'结算国家'"
|
||||
borderBottom>
|
||||
<view class="disFlex justBwn">
|
||||
<view class="disFlex">
|
||||
|
@ -73,7 +73,7 @@
|
|||
<u-icon name="arrow-right"></u-icon>
|
||||
</view>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('N_I_164')"
|
||||
<u-form-item :label="'推荐编号'"
|
||||
required
|
||||
borderBottom
|
||||
prop="parent">
|
||||
|
@ -81,14 +81,14 @@
|
|||
@blur="isClick==0?getQuickReg():getValidPcode()"
|
||||
border="none" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('N_I_165')"
|
||||
<u-form-item :label="'推荐姓名'"
|
||||
borderBottom
|
||||
prop="parentName">
|
||||
<u-input v-model="form.parentName"
|
||||
disabled
|
||||
border="none" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('N_I_167')"
|
||||
<u-form-item :label="'安置编号'"
|
||||
required
|
||||
borderBottom
|
||||
prop="placeParent">
|
||||
|
@ -96,14 +96,14 @@
|
|||
:disabled="pt"
|
||||
border="none" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('N_I_166')"
|
||||
<u-form-item :label="'安置姓名'"
|
||||
borderBottom
|
||||
prop="placeParentName">
|
||||
<u-input v-model="form.placeParentName"
|
||||
disabled
|
||||
border="none" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0241')"
|
||||
<u-form-item :label="'安置位置'"
|
||||
required
|
||||
@click="!pt?isPlace = true:isPlace = false"
|
||||
borderBottom
|
||||
|
@ -118,7 +118,7 @@
|
|||
</u-form-item>
|
||||
<u-form-item
|
||||
v-if="userInfo.specialRegistration == 1"
|
||||
:label="$t('CK_KS_14')"
|
||||
:label="'会员姓名'"
|
||||
required
|
||||
borderBottom
|
||||
prop="memberName"
|
||||
|
@ -127,7 +127,7 @@
|
|||
</u-form-item>
|
||||
<u-form-item
|
||||
v-if="userInfo.specialRegistration == 1"
|
||||
:label="$t('w_0052')" required
|
||||
:label="'联系方式'" required
|
||||
borderBottom prop="phone">
|
||||
<u-input v-if="pkCountry ==1"
|
||||
v-model="form.phone"
|
||||
|
@ -143,7 +143,7 @@
|
|||
</u-form-item>
|
||||
<u-form-item
|
||||
v-if="userInfo.specialRegistration == 0"
|
||||
:label="$t('CK_KS_14')"
|
||||
:label="'会员姓名'"
|
||||
required
|
||||
borderBottom
|
||||
prop="memberName"
|
||||
|
@ -152,7 +152,7 @@
|
|||
</u-form-item>
|
||||
<u-form-item
|
||||
v-if="userInfo.specialRegistration == 0"
|
||||
:label="$t('w_0052')" required borderBottom prop="phone">
|
||||
:label="'联系方式'" required borderBottom prop="phone">
|
||||
<u-input
|
||||
v-model="form.phone"
|
||||
maxlength="30"
|
||||
|
@ -160,7 +160,7 @@
|
|||
/>
|
||||
</u-form-item>
|
||||
|
||||
<u-form-item :label="$t('MN_F_T_140')"
|
||||
<u-form-item :label="'发货方式'"
|
||||
required
|
||||
borderBottom
|
||||
@click="userInfo.pkCountry != 1?isDelivery = true:''"
|
||||
|
@ -172,7 +172,7 @@
|
|||
<u-icon name="arrow-right"></u-icon>
|
||||
</view>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('MN_F_T_163')"
|
||||
<u-form-item :label="'运输方式'"
|
||||
required
|
||||
borderBottom
|
||||
@click="userInfo.pkCountry != 1?isTrans = true:''"
|
||||
|
@ -186,76 +186,76 @@
|
|||
</u-form-item>
|
||||
|
||||
<view class="subTxt">
|
||||
<view class="subTxt1">{{$t('w_0065')}}</view>
|
||||
<view class="subTxt1">{{'收货人信息'}}</view>
|
||||
<span class="subTxt2"
|
||||
@click="addAdress">
|
||||
<u-icon color="#fff"
|
||||
name="plus-circle-fill"></u-icon>
|
||||
<view>{{$t('w_0328')}}</view>
|
||||
<view>{{'添加'}}</view>
|
||||
</span>
|
||||
</view>
|
||||
<u-form-item :label="$t('MY_ORD_10')" borderBottom prop="recName">
|
||||
<u-form-item :label="'收货人'" borderBottom prop="recName">
|
||||
<u-input
|
||||
v-model.trim="form.recName"
|
||||
border="none"
|
||||
:maxlength="40"
|
||||
:placeholder="$t('w_0067')"
|
||||
:placeholder="'请输入收货人'"
|
||||
/>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0242')" borderBottom prop="recPhone" v-if="pkCountry == 1">
|
||||
<u-form-item :label="'收货电话'" borderBottom prop="recPhone" v-if="pkCountry == 1">
|
||||
<u-input
|
||||
v-model.trim="form.recPhone"
|
||||
border="none"
|
||||
type="number"
|
||||
:maxlength="11"
|
||||
:placeholder="$t('w_0321')"
|
||||
:placeholder="'请输入收货电话'"
|
||||
/>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0242')" borderBottom prop="recPhone" v-else>
|
||||
<u-form-item :label="'收货电话'" borderBottom prop="recPhone" v-else>
|
||||
<u-input
|
||||
v-model.trim="form.recPhone"
|
||||
border="none"
|
||||
:maxlength="30"
|
||||
:placeholder="$t('w_0321')"
|
||||
:placeholder="'请输入收货电话'"
|
||||
/>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0068')"
|
||||
<u-form-item :label="'收货地址'"
|
||||
borderBottom
|
||||
prop="diqu"
|
||||
@click='getDiqu'>
|
||||
<view class="disFlex justBwn">
|
||||
<u-input v-model.trim="form.diqu"
|
||||
:placeholder="$t('w_0322')"
|
||||
:placeholder="'请选收货地址'"
|
||||
border="none"></u-input>
|
||||
<u-icon name="arrow-right"></u-icon>
|
||||
</view>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('S_C_27')"
|
||||
<u-form-item :label="'详细地址'"
|
||||
borderBottom
|
||||
prop="recAddress">
|
||||
<u-input v-model.trim="form.recAddress"
|
||||
border="none"
|
||||
maxlength="200"
|
||||
:placeholder="$t('w_0070')" />
|
||||
:placeholder="'请输入详细地址'" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0071')"
|
||||
<u-form-item :label="'邮费'"
|
||||
borderBottom>
|
||||
<u-input disabled
|
||||
border="none"
|
||||
v-model="form.postage" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('MY_WAL_22')"
|
||||
<u-form-item :label="'备注'"
|
||||
borderBottom>
|
||||
<u-input v-model="form.remark"
|
||||
border="none"
|
||||
:placeholder="$t('w_0072')" />
|
||||
:placeholder="'请输入备注'" />
|
||||
</u-form-item>
|
||||
</u-form>
|
||||
<view class="heng">
|
||||
|
||||
</view>
|
||||
<view class="subTxt">
|
||||
<view>{{$t('w_0073')}}</view>
|
||||
<view>{{'历史地址'}}</view>
|
||||
</view>
|
||||
<u-radio-group v-model="moren"
|
||||
shape="circle"
|
||||
|
@ -271,7 +271,7 @@
|
|||
<view class="disFlex">
|
||||
<view>{{item.recName}}</view>
|
||||
<view class="mr"
|
||||
v-show="item.isDefault == 1">{{$t('w_0263')}}</view>
|
||||
v-show="item.isDefault == 1">{{'默认'}}</view>
|
||||
</view>
|
||||
<view class="disFlex">
|
||||
<u-icon name="edit-pen"
|
||||
|
@ -327,11 +327,11 @@
|
|||
</view>
|
||||
<view class="fen">
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0080')}}(PV)</view>
|
||||
<view class="tit3">{{'商品业绩'}}(PV)</view>
|
||||
<view class="tit1">{{ item.achieveAmount | numberToCurrency}}</view>
|
||||
</view>
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0093')}}</view>
|
||||
<view class="tit3">{{'金额小计'}}</view>
|
||||
<view class="tit1">{{ item.priceAmount | numberToCurrency}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -340,19 +340,19 @@
|
|||
|
||||
<view class="pad">
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0083')}}(¥):</view>
|
||||
<view class="tit3">{{'商品金额总计'}}(¥):</view>
|
||||
<view class="tit1">{{ allGoodsData.priceAmount | numberToCurrency | isLocal}}</view>
|
||||
</view>
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0071')}}:</view>
|
||||
<view class="tit3">{{'邮费'}}:</view>
|
||||
<view class="tit1">{{ form.postage | numberToCurrency | isLocal}}</view>
|
||||
</view>
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0325')}}:</view>
|
||||
<view class="tit3">{{'总价'}}:</view>
|
||||
<view class="tit1">{{ totalAmont | numberToCurrency | isLocal}}</view>
|
||||
</view>
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('ENU_TOTAL_V_1')}}</view>
|
||||
<view class="tit3">{{'业绩'}}</view>
|
||||
<view class="tit1">{{ allGoodsData.achieveAmount | numberToCurrency }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -370,18 +370,18 @@
|
|||
<u-checkbox :name="1">
|
||||
</u-checkbox>
|
||||
</u-checkbox-group>
|
||||
<view class="tit3">{{$t('w_0207')}}</view>
|
||||
<view class="tit3">{{'请阅读并同意'}}</view>
|
||||
<view class="tit2"
|
||||
@click="toAgree"> 《{{$t('w_0208')}}》</view>
|
||||
@click="toAgree"> 《{{'购买协议'}}》</view>
|
||||
</view>
|
||||
<view class="footer_r">
|
||||
<u-button type="success"
|
||||
class="uBtn"
|
||||
shape="circle"
|
||||
:loading="isLoading"
|
||||
:loadingText="$t('w_0313')"
|
||||
:loadingText="'购买中'"
|
||||
@tap="goBuy"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )">{{$t('w_0085')}}</u-button>
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'购买'}}</u-button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -433,7 +433,7 @@
|
|||
<u-modal :show="delAddress"
|
||||
showConfirmButton
|
||||
showCancelButton
|
||||
:content="$t('w_0088')+'?'"
|
||||
:content="'确定要删除该收货地址吗'+'?'"
|
||||
confirmColor='#DE3932'
|
||||
@confirm="toDel"
|
||||
@cancel="delAddress=false"
|
||||
|
@ -480,11 +480,11 @@ export default {
|
|||
[
|
||||
{
|
||||
id: 1,
|
||||
label: this.$t('ENU_PLACE_D_1'),
|
||||
label: '安置左区',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
label: this.$t('ENU_PLACE_D_2'),
|
||||
label: '安置右区',
|
||||
},
|
||||
],
|
||||
],
|
||||
|
@ -506,7 +506,7 @@ export default {
|
|||
},
|
||||
|
||||
form: {
|
||||
deliveryName: this.$t('ENU_DELIVERY_1'),
|
||||
deliveryName: '快递发货',
|
||||
deliveryWay: 1,
|
||||
postage: 0,
|
||||
transType: 1,
|
||||
|
@ -527,7 +527,7 @@ export default {
|
|||
parent: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0264'),
|
||||
message: '请输入推荐编号',
|
||||
trigger: ['blur'],
|
||||
},
|
||||
],
|
||||
|
@ -541,7 +541,7 @@ export default {
|
|||
memberName: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0274'),
|
||||
message: '请输入会员名称',
|
||||
trigger: ['blur'],
|
||||
},
|
||||
],
|
||||
|
@ -551,28 +551,28 @@ export default {
|
|||
recName: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0067'),
|
||||
message: '请输入收货人',
|
||||
trigger: ['blur'],
|
||||
},
|
||||
],
|
||||
recPhone: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0321'),
|
||||
message: '请输入收货电话',
|
||||
trigger: ['blur'],
|
||||
},
|
||||
],
|
||||
diqu: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0069'),
|
||||
message: '请选择收货地址',
|
||||
trigger: ['change', 'blur'],
|
||||
},
|
||||
],
|
||||
recAddress: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0070'),
|
||||
message: '请输入详细地址',
|
||||
trigger: ['blur'],
|
||||
},
|
||||
],
|
||||
|
@ -620,7 +620,7 @@ export default {
|
|||
toDel() {
|
||||
api.delAddress(this.delId).then((res) => {
|
||||
uni.showToast({
|
||||
title: this.$t('w_0089'),
|
||||
title: '删除成功',
|
||||
icon: 'none',
|
||||
})
|
||||
this.getAddressList()
|
||||
|
@ -771,7 +771,7 @@ export default {
|
|||
// 安置编号校验
|
||||
placeParentPass(rule, value, callback) {
|
||||
if (!value) {
|
||||
callback(new Error(this.$t('w_0266')))
|
||||
callback(new Error('请输入安置编号'))
|
||||
} else {
|
||||
api
|
||||
.validPPcode({
|
||||
|
@ -793,7 +793,7 @@ export default {
|
|||
},
|
||||
phonePass(rule, value, callback) {
|
||||
if (!value) {
|
||||
callback(new Error(this.$t('w_0278')))
|
||||
callback(new Error('请输入联系电话'))
|
||||
} else {
|
||||
callback()
|
||||
// api
|
||||
|
@ -1033,7 +1033,7 @@ export default {
|
|||
this.$refs.uForm.validate().then((res) => {
|
||||
if (this.agreementShow.length == 0) {
|
||||
uni.showToast({
|
||||
title: this.$t('w_0091'),
|
||||
title: '请阅读并同意购买协议',
|
||||
icon: 'none',
|
||||
duration: 1500,
|
||||
})
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<view class="index_t">
|
||||
<view class="index-left">
|
||||
<view class="english">GLOBALIZATION</view>
|
||||
<view class="text">{{ $t("w_0024") }}</view>
|
||||
<view class="text">{{ '全球一体化' }}</view>
|
||||
</view>
|
||||
<view class="index-right">
|
||||
<view
|
||||
|
@ -42,7 +42,7 @@
|
|||
<!-- <view class="kf_A">
|
||||
<view class="kf" @click="openKf">
|
||||
<image src="../../static/images/kf.png"></image>
|
||||
<view>{{ $t("w_0023") }}</view>
|
||||
<view>{{ '在线客服' }}</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="banner" v-if="isEmpty(goodsList.advertBannerList) == false">
|
||||
|
@ -105,7 +105,7 @@
|
|||
@click="more"
|
||||
v-if="!moreFlag && goodsList.recommendSpecialAreaList.length > 6"
|
||||
>
|
||||
{{ $t("S_L_11") }}
|
||||
{{ '查看更多' }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="goods_content">
|
||||
|
@ -165,7 +165,7 @@
|
|||
}}</span>
|
||||
</view> -->
|
||||
<view class="goods-sales"
|
||||
>{{ $t("w_0252") }}{{ item.sales | seles }}</view
|
||||
>{{ '累计销量' }}{{ item.sales | seles }}</view
|
||||
>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -255,12 +255,12 @@ export default {
|
|||
goodsList: [],
|
||||
zoneList: [
|
||||
{
|
||||
label: this.$t("ENU_SPECIAL_A_1"),
|
||||
label: '注册专区',
|
||||
value: 1,
|
||||
name: "regiest",
|
||||
children: [
|
||||
{
|
||||
label: this.$t("ENU_MENU_311"),
|
||||
label: '自营专区',
|
||||
value: 1,
|
||||
name: "regiestArea",
|
||||
isShow: true,
|
||||
|
@ -274,18 +274,18 @@ export default {
|
|||
],
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_MENU_320"),
|
||||
label: '升级专区',
|
||||
value: 2,
|
||||
name: "upgrade",
|
||||
children: [
|
||||
{
|
||||
label: this.$t("ENU_MENU_311"),
|
||||
label: '自营专区',
|
||||
value: 2,
|
||||
name: "upgradeArea",
|
||||
isShow: true,
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_SPECIAL_A_7"),
|
||||
label: '海粉专区',
|
||||
value: 27,
|
||||
name: "haiFunUpd",
|
||||
isShow: true,
|
||||
|
@ -300,12 +300,12 @@ export default {
|
|||
},
|
||||
|
||||
{
|
||||
label: this.$t("ENU_MENU_330"),
|
||||
label: '复购专区',
|
||||
value: 3,
|
||||
name: "repurchase",
|
||||
children: [
|
||||
{
|
||||
label: this.$t("ENU_MENU_311"),
|
||||
label: '自营专区',
|
||||
value: 3,
|
||||
name: "self",
|
||||
isShow: true,
|
||||
|
@ -317,26 +317,26 @@ export default {
|
|||
isShow: true,
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_MENU_303"),
|
||||
label: '免费注册',
|
||||
value: 21,
|
||||
name: "haiFans",
|
||||
isShow: true,
|
||||
},
|
||||
|
||||
{
|
||||
label: this.$t("ENU_MENU_332"),
|
||||
label: '复购合作',
|
||||
value: 22,
|
||||
name: "cooperation",
|
||||
isShow: true,
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_MENU_334"),
|
||||
label: '直播专区',
|
||||
value: 14,
|
||||
name: "live",
|
||||
isShow: true,
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_MENU_333"),
|
||||
label: '工具流',
|
||||
value: 12,
|
||||
name: "gongju",
|
||||
isShow: true,
|
||||
|
@ -344,19 +344,19 @@ export default {
|
|||
],
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_MENU_340"),
|
||||
label: '福利专区',
|
||||
value: 13,
|
||||
children: [],
|
||||
name: "welfare",
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_MENU_350"),
|
||||
label: '积分专区',
|
||||
value: 11,
|
||||
children: [],
|
||||
name: "integral",
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_MENU_360"),
|
||||
label: '重消专区',
|
||||
value: 10,
|
||||
children: [],
|
||||
name: "rescission",
|
||||
|
@ -374,24 +374,24 @@ export default {
|
|||
name: "renewalArea",
|
||||
},
|
||||
{
|
||||
label: this.$t("w_1014"),
|
||||
label: '创客空间专区',
|
||||
value: 28,
|
||||
children: [],
|
||||
name: "makerArea",
|
||||
},
|
||||
{
|
||||
label: this.$t("MN_F_T_42"),
|
||||
label: '架构管理',
|
||||
value: 6,
|
||||
name: "frame",
|
||||
children: [
|
||||
{
|
||||
label: this.$t("MN_F_T_43"),
|
||||
label: '安置架构',
|
||||
value: 6,
|
||||
name: "architecture",
|
||||
isShow: true,
|
||||
},
|
||||
{
|
||||
label: this.$t("MN_F_T_44"),
|
||||
label: '推荐架构',
|
||||
value: 7,
|
||||
name: "recommend",
|
||||
isShow: true,
|
||||
|
@ -399,18 +399,18 @@ export default {
|
|||
],
|
||||
},
|
||||
{
|
||||
label: this.$t("N_I_1"),
|
||||
label: '分享专区',
|
||||
value: 7,
|
||||
name: "share",
|
||||
children: [
|
||||
{
|
||||
label: this.$t("N_I_2"),
|
||||
label: '海粉分享',
|
||||
value: 7,
|
||||
name: "hiFans",
|
||||
isShow: true,
|
||||
},
|
||||
{
|
||||
label: this.$t("N_I_3"),
|
||||
label: '免费注册',
|
||||
value: 21,
|
||||
name: "haiFans",
|
||||
isShow: true,
|
||||
|
@ -418,18 +418,18 @@ export default {
|
|||
],
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_ORDER_T_18"),
|
||||
label: '创客礼包',
|
||||
value: 18,
|
||||
isShow: true,
|
||||
children: [
|
||||
{
|
||||
label: this.$t("ENU_ORDER_T_18"),
|
||||
label: '创客礼包',
|
||||
value: 18,
|
||||
isShow: true,
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
label: this.$t("ENU_ORDER_T_19"),
|
||||
label: '赋能礼包',
|
||||
value: 19,
|
||||
isShow: true,
|
||||
children: [],
|
||||
|
@ -490,8 +490,8 @@ export default {
|
|||
});
|
||||
} else {
|
||||
uni.showModal({
|
||||
title: this.$t("w_0034"),
|
||||
content: this.$t("MY_WAL_50"),
|
||||
title: '提示',
|
||||
content: '请先进行实名认证',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
uni.navigateTo({
|
||||
|
@ -606,8 +606,8 @@ export default {
|
|||
});
|
||||
} else {
|
||||
uni.showModal({
|
||||
title: this.$t("w_0034"),
|
||||
content: this.$t("MY_WAL_50"),
|
||||
title: '提示',
|
||||
content: '请先进行实名认证',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
uni.navigateTo({
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</picker>
|
||||
</view>
|
||||
<view class="title">
|
||||
{{ $t('w_0007') }}
|
||||
{{ '会员登录' }}
|
||||
</view>
|
||||
<u-form :model="loginForm"
|
||||
labelWidth="auto"
|
||||
|
@ -37,7 +37,7 @@
|
|||
clearable
|
||||
placeholder-class="place-class"
|
||||
class="border-color "
|
||||
:placeholder="$t('w_0329')">
|
||||
:placeholder="'会员账号'">
|
||||
<image class="tou"
|
||||
slot="prefix"
|
||||
src="../../static/images/login/index-icon4.png"></image>
|
||||
|
@ -59,7 +59,7 @@
|
|||
:type="password"
|
||||
class="border-color"
|
||||
v-model="loginForm.password"
|
||||
:placeholder="$t('w_0041')">
|
||||
:placeholder="'登录密码'">
|
||||
<image class="mm"
|
||||
slot="prefix"
|
||||
src="../../static/images/login/index-icon2.png"></image>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<u-input v-model="loginForm.code"
|
||||
placeholder-class="place-class"
|
||||
class="border-color"
|
||||
:placeholder="$t('w_0043')">
|
||||
:placeholder="'验证码'">
|
||||
<image class="mm"
|
||||
slot="prefix"
|
||||
src="../../static/images/login/index-icon1.png"></image>
|
||||
|
@ -105,10 +105,10 @@
|
|||
shape="circle"
|
||||
class="btn"
|
||||
:loading="isLoading"
|
||||
:loadingText="$t('w_0330')"
|
||||
@click="toLogin">{{$t('w_0044')}}</u-button>
|
||||
:loadingText="'登录中'"
|
||||
@click="toLogin">{{'登录'}}</u-button>
|
||||
<view class="paswwrod_btn"
|
||||
@click="submit">{{$t('w_0042')}}</view>
|
||||
@click="submit">{{'忘记密码'}}</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
mode="center"
|
||||
@close="sucShow= false">
|
||||
<view class="title-s" style="color: #333;font-size: 34rpx;font-weight: bold;
|
||||
text-align: center;margin-top: 30rpx;">{{$t('CK_KS_19')}}</view>
|
||||
text-align: center;margin-top: 30rpx;">{{'驳回原因'}}</view>
|
||||
<view class="height-auto">
|
||||
<div v-html="cause" class="img_width"></div>
|
||||
<div class="button-s" style="margin:50rpx auto" @click="checks(2)">{{$t('CK_KS_20')}}</div>
|
||||
<div class="button-s" style="margin:50rpx auto" @click="checks(2)">{{'重新提交'}}</div>
|
||||
</view>
|
||||
</u-popup>
|
||||
<view class="views" v-if="status == 3 || status==4 || status==5 || status==2">
|
||||
|
@ -23,31 +23,31 @@
|
|||
<div class="status-img">
|
||||
<image src="../../static/images/markerSpace/status2.png"></image>
|
||||
</div>
|
||||
<div class="status-size bolds">{{$t('CK_KS_21')}}</div>
|
||||
<div class="status-size">{{$t('CK_KS_22')}}</div>
|
||||
<div class="status-size">{{$t('CK_KS_23')}}</div>
|
||||
<div class="status-size bolds">{{'认证审核中'}}</div>
|
||||
<div class="status-size">{{'预计3-5个工作日完成'}}</div>
|
||||
<div class="status-size">{{'客服咨询:400-111-2818'}}</div>
|
||||
</div>
|
||||
<div class="img_cen" v-if="status == 4">
|
||||
<div class="status-img">
|
||||
<image src="../../static/images/markerSpace/status1.png"></image>
|
||||
</div>
|
||||
<div class="status-size bolds">{{$t('CK_KS_26')}}</div>
|
||||
<div class="button-s" style="margin-top: 30px" @click="sucShow=true">{{$t('MY_ORD_76')}}</div>
|
||||
<div class="status-size bolds">{{'认证被驳回(被驳回的原因)'}}</div>
|
||||
<div class="button-s" style="margin-top: 30px" @click="sucShow=true">{{'查看原因'}}</div>
|
||||
</div>
|
||||
<div class="img_cen" v-if="status == 5">
|
||||
<div class="status-img">
|
||||
<image src="../../static/images/markerSpace/status3.png"></image>
|
||||
</div>
|
||||
<div class="status-size bolds" v-if='userInfo.makerSpaceShow == 1||userInfo.makerSpaceShow == undefined'>{{$t('CK_KS_24')}}</div>
|
||||
<div class="status-size bolds" v-if='userInfo.makerSpaceShow == 2'>{{$t('CK_KS_159')}}</div>
|
||||
<div class="button-s" style="margin-top: 30px" @click="checks(1)">{{$t('CK_KS_25')}}</div>
|
||||
<div class="status-size bolds" v-if='userInfo.makerSpaceShow == 1||userInfo.makerSpaceShow == undefined'>{{'恭喜您,完成创客空间发起人认证,如想升级成体验中心发起人,请致电客服电话400-111-2818或在线客服了解详情。'}}</div>
|
||||
<div class="status-size bolds" v-if='userInfo.makerSpaceShow == 2'>{{'恭喜您,完成体验中心认证'}}</div>
|
||||
<div class="button-s" style="margin-top: 30px" @click="checks(1)">{{'查看详情'}}</div>
|
||||
</div>
|
||||
|
||||
</view>
|
||||
<view class="markerSpce" v-if="status==1">
|
||||
<view class="tops">
|
||||
<view class="text">{{$t('CK_KS_29')}}</view>
|
||||
<view class="button" @click="downloads">{{$t('CK_KS_28')}}</view>
|
||||
<view class="text">{{'下载《创客空间合同》后打印,手签并填写合同后拍照留存,以备在申请时进行上传。'}}</view>
|
||||
<view class="button" @click="downloads">{{'下载创客空间协议'}}</view>
|
||||
<a href="link"></a>
|
||||
</view>
|
||||
<u-form labelWidth="140px"
|
||||
|
@ -57,10 +57,10 @@
|
|||
<view class="contents">
|
||||
<view class="lines-height">
|
||||
<view class="lines"></view>
|
||||
<view class="text_s">{{$t('CK_KS_27')}}</view>
|
||||
<view class="text_s">{{'基础信息'}}</view>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('MN_T_1')" :required="required1" >
|
||||
<u-form-item :label="'会员编号'" :required="required1" >
|
||||
<u-input v-model="memberCode"
|
||||
class="texts"
|
||||
:disabled=disabled1
|
||||
|
@ -69,7 +69,7 @@
|
|||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_14')" :required="required1" >
|
||||
<u-form-item :label="'会员姓名'" :required="required1" >
|
||||
<u-input v-model="memberName"
|
||||
class="texts"
|
||||
:disabled="disabled1"
|
||||
|
@ -78,17 +78,17 @@
|
|||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_30')" :required="required1" prop="storeName">
|
||||
<u-form-item :label="'创客空间名称'" :required="required1" prop="storeName">
|
||||
<u-input v-model="table.storeName"
|
||||
class="texts"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_31')" :required="required1" >
|
||||
<u-form-item :label="'创客空间等级'" :required="required1" >
|
||||
<u-input v-model="storeLevelVal"
|
||||
class="texts"
|
||||
:disabled="disabled1"
|
||||
|
@ -97,49 +97,49 @@
|
|||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_32')" :required="required1" prop="licenseName">
|
||||
<u-form-item :label="'营业执照名称'" :required="required1" prop="licenseName">
|
||||
<u-input v-model="table.licenseName"
|
||||
class="texts"
|
||||
maxlength="100"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_33')" :required="required1" prop="creditCode">
|
||||
<u-form-item :label="'统一社会信用代码'" :required="required1" prop="creditCode">
|
||||
<u-input v-model="table.creditCode"
|
||||
class="texts"
|
||||
maxlength="100"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_34')" :required="required1" prop="legalName">
|
||||
<u-form-item :label="'法人姓名'" :required="required1" prop="legalName">
|
||||
<u-input v-model="table.legalName"
|
||||
class="texts"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_35')" :required="required1" prop="legalIdCard">
|
||||
<u-form-item :label="'法人身份证号'" :required="required1" prop="legalIdCard">
|
||||
<u-input v-model="table.legalIdCard"
|
||||
class="texts"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s" @click="getDiqu(1)">
|
||||
<u-form-item :label="$t('CK_KS_37')" :required="required1">
|
||||
<u-form-item :label="'营业执照注册地址'" :required="required1">
|
||||
<view style="padding-left: 20rpx;color: rgb(192, 196, 204)" v-if="address==''">请选择营业执照地址</view>
|
||||
<view style="padding-left: 20rpx;color: #333" v-else>{{address}}</view>
|
||||
</u-form-item>
|
||||
|
@ -148,38 +148,38 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('S_C_27')" :required="required1" prop="licenseAddress">
|
||||
<u-form-item :label="'详细地址'" :required="required1" prop="licenseAddress">
|
||||
<u-input v-model="table.licenseAddress"
|
||||
class="texts"
|
||||
maxlength="200"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('S_C_86')" :required="required1" prop="storePerson">
|
||||
<u-form-item :label="'联系人'" :required="required1" prop="storePerson">
|
||||
<u-input v-model="table.storePerson"
|
||||
class="texts"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('w_0052')" :required="required1" prop="storePhone">
|
||||
<u-form-item :label="'联系方式'" :required="required1" prop="storePhone">
|
||||
<u-input v-model="table.storePhone"
|
||||
class="texts"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s" @click="getDiqu1(2)">
|
||||
<u-form-item :label="$t('S_C_27')" :required="required1">
|
||||
<u-form-item :label="'详细地址'" :required="required1">
|
||||
<view style="padding-left: 20rpx;color: rgb(192, 196, 204)" v-if="address1==''">请选择详细地址</view>
|
||||
<view style="padding-left: 20rpx;color: #333" v-else>{{address1}}</view>
|
||||
</u-form-item>
|
||||
|
@ -188,19 +188,19 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('S_C_27')" :required="required1" prop="storeAddress">
|
||||
<u-form-item :label="'详细地址'" :required="required1" prop="storeAddress">
|
||||
<u-input v-model="table.storeAddress"
|
||||
class="texts"
|
||||
maxlength="200"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<picker :value="table.pkBank" :disabled="disableds" mode="selector" @change="bindDateChange1" :range="bankCardChioceList" range-key="bankName">
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_41')" :required="required1">
|
||||
<u-form-item :label="'银行名称'" :required="required1">
|
||||
<view style="padding-left: 20rpx;color: rgb(192, 196, 204)" v-if="bankName==''">请选择银行名称</view>
|
||||
<view v-else-if="bankName!=''" style="margin-left: 20rpx;">
|
||||
{{bankName}}
|
||||
|
@ -212,30 +212,30 @@
|
|||
</view>
|
||||
</picker>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_42')" :required="required1" prop="bankAccount">
|
||||
<u-form-item :label="'银行账号'" :required="required1" prop="bankAccount">
|
||||
<u-input v-model="table.bankAccount"
|
||||
class="texts"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="padding-s">
|
||||
<u-form-item :label="$t('CK_KS_43')" :required="required1" prop="bankBranch">
|
||||
<u-form-item :label="'开户支行'" :required="required1" prop="bankBranch">
|
||||
<u-input v-model="table.bankBranch"
|
||||
class="texts"
|
||||
placeholder-class="place"
|
||||
:disabled="disableds"
|
||||
:placeholder="$t('S_C_70')"
|
||||
:placeholder="'请输入'"
|
||||
border="none"></u-input>
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="height none-s">
|
||||
<u-form-item :label="$t('CK_KS_44')" :required="required1">
|
||||
<u-form-item :label="'创客空间标志'" :required="required1">
|
||||
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_45')}}</view>
|
||||
<view class="text">{{'建议:图片大小为200KB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view>
|
||||
<view class="upload" @click="updateImg(10)" v-if="isEmpty(table.storeSign)==true" >
|
||||
|
@ -259,13 +259,13 @@
|
|||
<view style="height:25rpx;background-color: #f2f2f2;"></view>
|
||||
<view class="lines-height">
|
||||
<view class="lines"></view>
|
||||
<view class="text_s">{{$t('CK_KS_53')}}</view>
|
||||
<view class="text_s">{{'资质材料'}}</view>
|
||||
</view>
|
||||
<view class="height">
|
||||
<u-form-item :label="$t('CK_KS_54')" :required="required1">
|
||||
<u-form-item :label="'法人身份证正反面'" :required="required1">
|
||||
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_55')}}</view>
|
||||
<view class="text">{{'建议:图片大小为1MB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view class="content_s">
|
||||
<view>
|
||||
|
@ -297,10 +297,10 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="height">
|
||||
<u-form-item :label="$t('CK_KS_56')" :required="required1">
|
||||
<u-form-item :label="'营业执照'" :required="required1">
|
||||
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_55')}}</view>
|
||||
<view class="text">{{'建议:图片大小为1MB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view class="content_s">
|
||||
<view>
|
||||
|
@ -323,9 +323,9 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="height">
|
||||
<u-form-item :label="$t('CK_KS_80')" label-width="200px" :required="required1">
|
||||
<u-form-item :label="'请上传已签字的创客空间协议'" label-width="200px" :required="required1">
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_61')}}</view>
|
||||
<view class="text">{{'建议:视频大小为50MB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view class="content_s">
|
||||
<view style="display: flex;flex-wrap: wrap;">
|
||||
|
@ -348,17 +348,17 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="height">
|
||||
<u-form-item :label="`${$t('CK_KS_60')} (${getUserVideoSum()}`+'/3)'" :required="required1">
|
||||
<u-form-item :label="`${'门店视频'} (${getUserVideoSum()}`+'/3)'" :required="required1">
|
||||
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_61')}}</view>
|
||||
<view class="text">{{'建议:视频大小为50MB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view class="content_s">
|
||||
<view>
|
||||
<view class="upload" @click="updateVideo(1)" v-if="isEmpty(table.videoDoorhead)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_62')}}
|
||||
{{'门头展示'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -372,7 +372,7 @@
|
|||
<view class="upload" @click="updateVideo(2)" v-if="isEmpty(table.videoStore)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_64')}}
|
||||
{{'店内视频'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -386,7 +386,7 @@
|
|||
<view class="upload" @click="updateVideo(3)" v-if="isEmpty(table.videoProduct)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_65')}}
|
||||
{{'产品展示视频'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -406,16 +406,16 @@
|
|||
</view>
|
||||
<view class="height">
|
||||
<!-- <u-form-item label="门店图片(0/10)" label-width="200px" :required="required1">-->
|
||||
<u-form-item :label="`${$t('CK_KS_67')} (${getUserVideoSum1()}`+'/10)'" label-width="200px" :required="required1">
|
||||
<u-form-item :label="`${'门店图片'} (${getUserVideoSum1()}`+'/10)'" label-width="200px" :required="required1">
|
||||
</u-form-item>
|
||||
<view class="text">{{$t('CK_KS_45')}}</view>
|
||||
<view class="text">{{'建议:图片大小为200KB以内'}}</view>
|
||||
<view class="upload-content">
|
||||
<view class="content_s" style="display: flex;flex-wrap: wrap;">
|
||||
<view>
|
||||
<view class="upload" @click="updateImg(21)" v-if="isEmpty(table.imageDoorhead1)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_62')}}
|
||||
{{'门头展示'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -429,7 +429,7 @@
|
|||
<view class="upload" @click="updateImg(23)" v-if="isEmpty(table.imageExperience1)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_68')}}
|
||||
{{'体验区'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -443,7 +443,7 @@
|
|||
<view class="upload" @click="updateImg(25)" v-if="isEmpty(table.imageMeeting1)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_69')}}
|
||||
{{'会议室'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -457,7 +457,7 @@
|
|||
<view class="upload" @click="updateImg(27)" v-if="isEmpty(table.imageProduct1)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_70')}}
|
||||
{{'产品展示区'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -471,7 +471,7 @@
|
|||
<view class="upload" @click="updateImg(22)" v-if="isEmpty(table.imageDoorhead2)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_62')}}
|
||||
{{'门头展示'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -486,7 +486,7 @@
|
|||
<view class="upload" @click="updateImg(24)" v-if="isEmpty(table.imageExperience2)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_68')}}
|
||||
{{'体验区'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -500,7 +500,7 @@
|
|||
<view class="upload" @click="updateImg(26)" v-if="isEmpty(table.imageMeeting2)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_69')}}
|
||||
{{'会议室'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -514,7 +514,7 @@
|
|||
<view class="upload" @click="updateImg(28)" v-if="isEmpty(table.imageProduct2)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_70')}}
|
||||
{{'产品展示区'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -528,7 +528,7 @@
|
|||
<view class="upload" @click="updateImg(29)" v-if="isEmpty(table.imageLounge1)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_71')}}
|
||||
{{'休息室'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -542,7 +542,7 @@
|
|||
<view class="upload" @click="updateImg(30)" v-if="isEmpty(table.imageLounge2)==true">
|
||||
<u-icon name="plus"></u-icon>
|
||||
<view class="text-tips">
|
||||
{{$t('CK_KS_71')}}
|
||||
{{'休息室'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-img" v-else>
|
||||
|
@ -576,7 +576,7 @@
|
|||
@addressData1="addressData1">
|
||||
|
||||
</v-address-s>
|
||||
<u-modal :show="isShow" @confirm="confirm" ref="uModal" :title="$t('w_0034')" :content="$t('w_1030')"></u-modal>
|
||||
<u-modal :show="isShow" @confirm="confirm" ref="uModal" :title="'提示'" :content="'请先进行经销商认证'"></u-modal>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
@ -598,9 +598,9 @@ export default {
|
|||
disabled1:true,
|
||||
defaultCode:[],
|
||||
defaultCode1:[],
|
||||
tips1:[`${this.$t('CK_KS_48')}:jpg,png`,this.$t('CK_KS_49'),this.$t('CK_KS_50')],
|
||||
tips2:[this.$t('CK_KS_92'),this.$t('CK_KS_66')],
|
||||
text:this.$t('CK_KS_72'),
|
||||
tips1:[`${'支持'}:jpg,png`,'上传图片不要光线太暗','要清晰不能虚化,并且满画布显示,要保证亮要充足。'],
|
||||
tips2:['视频格式仅支持mp4','建议:上传视频要清晰不能虚化,要保证亮要充足。'],
|
||||
text:'提交认证',
|
||||
bankName:'',
|
||||
disableds: false,
|
||||
storeTypes: 1,
|
||||
|
@ -696,7 +696,7 @@ export default {
|
|||
storePhone: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0053'),
|
||||
message: '请输入联系方式',
|
||||
trigger: 'blur',
|
||||
},
|
||||
{ min: 11, message: '请输入正确的手机号', trigger: 'blur' },
|
||||
|
@ -713,9 +713,9 @@ export default {
|
|||
this.userInfo = uni.getStorageSync("User");
|
||||
let str
|
||||
if( this.userInfo.makerSpaceShow == 1||this.userInfo.makerSpaceShow == undefined){
|
||||
str= this.$t('w_1021')
|
||||
str= '创客发起人认证'
|
||||
}else{
|
||||
str= this.$t('w_1033')
|
||||
str= '体验中心发起人认证'
|
||||
}
|
||||
uni.setNavigationBarTitle({
|
||||
title: str,
|
||||
|
@ -777,12 +777,12 @@ export default {
|
|||
this.status = 1
|
||||
this.flags = 0
|
||||
this.disableds = true
|
||||
this.text = this.$t('CK_KS_75')
|
||||
this.text = '重新认证'
|
||||
this.status_flag = false
|
||||
|
||||
}
|
||||
if(check==2){
|
||||
this.text =this.$t('CK_KS_72')
|
||||
this.text ='提交认证'
|
||||
this.status = 1
|
||||
this.flags = 0
|
||||
this.disableds = false
|
||||
|
@ -964,133 +964,133 @@ export default {
|
|||
if(this.isEmpty(this.bankName)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_38')
|
||||
title:'请选择'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.address)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_38')
|
||||
title:'请选择'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.address1)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_38')
|
||||
title:'请选择'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.storeSign)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('MY_CK_16')
|
||||
title:'请上传'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.legalCardFront)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_77')
|
||||
title:'请上传法人身份证正面'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.legalCardBack)){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_78')
|
||||
title:'请上传法人身份证反面'
|
||||
})
|
||||
return
|
||||
}
|
||||
if( this.isEmpty(this.table.license)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_79')
|
||||
title:'请上传营业执照'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.table.storeAgreementList.length==0){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_80')
|
||||
title:'请上传已签字的创客空间协议'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.videoDoorhead)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_81')
|
||||
title:'请上传门店门头视频'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.videoStore)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_82')
|
||||
title:'请上传门店店内视频'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.videoProduct)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_83')
|
||||
title:'请上传门店产品视频'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageDoorhead1)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_84')
|
||||
title:'请上传门店门头图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageDoorhead2)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_84')
|
||||
title:'请上传门店门头图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageExperience1)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_85')
|
||||
title:'请上传门店体验区图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageExperience2)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_85')
|
||||
title:'请上传门店体验区图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageMeeting1)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_86')
|
||||
title:'请上传门店会议室图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageMeeting2)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_86')
|
||||
title:'请上传门店会议室图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageProduct1)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_87')
|
||||
title:'请上传门店产品图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageProduct2)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_87')
|
||||
title:'请上传门店产品图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
|
@ -1098,14 +1098,14 @@ export default {
|
|||
if(this.isEmpty(this.table.imageLounge1)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_88')
|
||||
title:'请上传门店休息室图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.isEmpty(this.table.imageLounge2)==true){
|
||||
uni.showToast({
|
||||
icon:"none",
|
||||
title:this.$t('CK_KS_88')
|
||||
title:'请上传门店休息室图片'
|
||||
})
|
||||
return
|
||||
}
|
||||
|
@ -1188,7 +1188,7 @@ export default {
|
|||
});
|
||||
},
|
||||
fail: err => {
|
||||
this.myToast(this.$t('MY_ORD_77'), 'none');
|
||||
this.myToast('图片上传失败', 'none');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -1263,7 +1263,7 @@ export default {
|
|||
});
|
||||
},
|
||||
fail: err => {
|
||||
this.myToast(this.$t('MY_ORD_77'), 'none');
|
||||
this.myToast('图片上传失败', 'none');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -1305,7 +1305,7 @@ export default {
|
|||
});
|
||||
},
|
||||
fail: err => {
|
||||
this.myToast(this.$t('MY_ORD_77'), 'none');
|
||||
this.myToast('图片上传失败', 'none');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -1346,7 +1346,7 @@ export default {
|
|||
const link = document.createElement('a');
|
||||
link.href = 'https://hzs-in.oss-cn-beijing.aliyuncs.com/agreement/maker_space.pdf';
|
||||
link.target = '_blank';
|
||||
link.download = this.$t('CK_KS_74');
|
||||
link.download = '创客空间协议';
|
||||
|
||||
// 模拟点击<a>元素
|
||||
document.body.appendChild(link);
|
||||
|
|
|
@ -4,33 +4,33 @@
|
|||
<view class="times">
|
||||
<view class='time_kuang'>
|
||||
<view class='tk1'>{{times.userDay}}</view>
|
||||
<view class='tk2'>{{$t('S_L_6')}}</view>
|
||||
<view class='tk2'>{{'天'}}</view>
|
||||
</view>
|
||||
<view class='time_kuang'>
|
||||
<view class='tk1'>{{times.userHr}}</view>
|
||||
<view class='tk2'>{{$t('S_L_7')}}</view>
|
||||
<view class='tk2'>{{'时'}}</view>
|
||||
</view>
|
||||
<view class='time_kuang'>
|
||||
<view class='tk1'>{{times.userMin}}</view>
|
||||
<view class='tk2'>{{$t('S_L_8')}}</view>
|
||||
<view class='tk2'>{{'分'}}</view>
|
||||
</view>
|
||||
<view class='time_kuang'>
|
||||
<view class='tk1'>{{times.userSec}}</view>
|
||||
<view class='tk2'>{{$t('ENU_SETTLE_P_1')}}</view>
|
||||
<view class='tk2'>{{'秒'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="timeRemarks">
|
||||
{{$t('N_I_180')}}
|
||||
{{'显示进行中最早的倒计时'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="timeSlide">
|
||||
<view class="timeA">{{$t('CK_KS_3')}}</view>
|
||||
<view class="timeA">{{'开始时间'}}</view>
|
||||
<view class="timeB" @click="openDate(0)">
|
||||
{{ queryParams.endStartDate?queryParams.endStartDate:$t('CK_KS_3') }}
|
||||
{{ queryParams.endStartDate?queryParams.endStartDate:'开始时间' }}
|
||||
</view>
|
||||
<view class="timeA">{{$t('w_0139')}}</view>
|
||||
<view class="timeA">{{'至'}}</view>
|
||||
<view class="timeB" @click="openDate(1)">
|
||||
{{ queryParams.endDate?queryParams.endDate:$t('MN_T_7') }}
|
||||
{{ queryParams.endDate?queryParams.endDate:'结束时间' }}
|
||||
</view>
|
||||
<view class="seatch_r" @click="getDataList">
|
||||
<u-icon name="search" size="22" color="#fff"></u-icon>
|
||||
|
@ -39,28 +39,28 @@
|
|||
<template v-if="dataList.length>0">
|
||||
<view class="thecontent" @click="goDetail(item)" v-for='(item,index) in dataList' :key="index">
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_12')}}</view>
|
||||
<view class='line1'>{{'考核状态'}}</view>
|
||||
<view class='line2'>{{item.isReachVal}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_8')}}</view>
|
||||
<view class='line1'>{{'礼包数量'}}</view>
|
||||
<view class='line3'>{{item.giftNum}}</view>
|
||||
</view>
|
||||
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_3')}}</view>
|
||||
<view class='line1'>{{'开始时间'}}</view>
|
||||
<view class='line2'>{{item.enableDate}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('MN_T_7')}}</view>
|
||||
<view class='line1'>{{'结束时间'}}</view>
|
||||
<view class='line2'>{{item.endDate}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_10')}}</view>
|
||||
<view class='line1'>{{'考核用时(天)'}}</view>
|
||||
<view class='line2'>{{item.useDate}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_11')}}</view>
|
||||
<view class='line1'>{{'剩余时间'}}</view>
|
||||
<view class='line2'>{{item.daystime}}</view>
|
||||
</view>
|
||||
|
||||
|
@ -179,7 +179,7 @@
|
|||
let hours = parseInt((ele.daystime % (3600 * 24)) / 3600); // 计算小时数
|
||||
let minutes = parseInt((ele.daystime % 3600) / 60); // 计算分钟数
|
||||
let seconds = ele.daystime % 60; // 计算秒数
|
||||
ele.daystime = days + this.$t('S_L_6') + hours + this.$t('S_L_7') + minutes +this.$t('S_L_8') + seconds +this.$t('S_L_9');
|
||||
ele.daystime = days + '天' + hours + '时' + minutes +'分' + seconds +'秒';
|
||||
})
|
||||
this.dataList = res.rows
|
||||
this.countdown()
|
||||
|
|
|
@ -2,29 +2,29 @@
|
|||
<view class="content">
|
||||
<view class="thecontent" v-for='(item,index) in dataList' :key="index">
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('N_I_124')}}</view>
|
||||
<view class='line1'>{{'会员编号'}}</view>
|
||||
|
||||
<view class='line2'>{{item.memberCode}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_14')}}</view>
|
||||
<view class='line1'>{{'会员姓名'}}</view>
|
||||
<view class='line3'>{{item.memberName}}</view>
|
||||
</view>
|
||||
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('ENU_NOTICE_GRADE_1')}}</view>
|
||||
<view class='line1'>{{'结算等级'}}</view>
|
||||
<view class='line2'>{{item.gradeName}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('ENU_NOTICE_GRADE_2')}}</view>
|
||||
<view class='line1'>{{'真实奖衔'}}</view>
|
||||
<view class='line2'>{{item.awardsName}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_17')}}</view>
|
||||
<view class='line1'>{{'购买数量'}}</view>
|
||||
<view class='line2'>{{item.giftBuyNum}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_18')}}</view>
|
||||
<view class='line1'>{{'购买时间'}}</view>
|
||||
<view class='line2'>{{item.buyDate}}</view>
|
||||
</view>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<view class="content">
|
||||
<view class="list-s"
|
||||
@click="viewtap('/pages/superStudio/index')">
|
||||
<view class="text">{{$t('w_1022')}}</view>
|
||||
<view class="text">{{'超级工作室备案'}}</view>
|
||||
<view class="images">
|
||||
<image class="image1"
|
||||
src="../../static/images/makerspaceicon1.png"></image>
|
||||
|
@ -18,8 +18,8 @@
|
|||
<view class="list-s"
|
||||
v-if="!existMakerSpace"
|
||||
@click="viewtap('/pages/makerspace/index')">
|
||||
<view class="text" v-if="userInfo.makerSpaceShow == 1||userInfo.makerSpaceShow ==undefined">{{$t('w_1021')}}</view>
|
||||
<view class="text" v-if="userInfo.makerSpaceShow == 2">{{$t('w_1033')}}</view>
|
||||
<view class="text" v-if="userInfo.makerSpaceShow == 1||userInfo.makerSpaceShow ==undefined">{{'创客发起人认证'}}</view>
|
||||
<view class="text" v-if="userInfo.makerSpaceShow == 2">{{'体验中心发起人认证'}}</view>
|
||||
<view class="images">
|
||||
<image class="image3"
|
||||
src="../../static/images/makerspaceicon3.png"></image>
|
||||
|
@ -27,7 +27,7 @@
|
|||
</view>
|
||||
<view class="list-s"
|
||||
@click="viewtap('/pages/makerspaceView/energySilo')">
|
||||
<view class="text">{{$t('N_I_6')}}</view>
|
||||
<view class="text">{{'抗衰能量舱'}}</view>
|
||||
<view class="images">
|
||||
<image class="image4"
|
||||
src="../../static/images/makerspaceicon4.png"></image>
|
||||
|
@ -35,7 +35,7 @@
|
|||
</view>
|
||||
<view class="list-s"
|
||||
@click="goGoodsList">
|
||||
<view class="text">{{$t('ENU_MENU_704')}}</view>
|
||||
<view class="text">{{'助力乡村振兴礼包'}}</view>
|
||||
<view class="images">
|
||||
<image class="image2"
|
||||
src="../../static/images/makerspaceicon2.png"></image>
|
||||
|
@ -55,12 +55,12 @@ export default {
|
|||
existMakerSpace:0,
|
||||
specialList: [
|
||||
{
|
||||
label: this.$t('ENU_ORDER_T_18'),
|
||||
label: '创客礼包',
|
||||
value: 18,
|
||||
isShow: true,
|
||||
},
|
||||
{
|
||||
label: this.$t('ENU_ORDER_T_19'),
|
||||
label: '赋能礼包',
|
||||
value: 19,
|
||||
isShow: true,
|
||||
},
|
||||
|
@ -88,7 +88,7 @@ export default {
|
|||
url:
|
||||
'/pages/specialArea/list?specialArea=' +
|
||||
18 +
|
||||
'&label='+this.$t('N_I_7') +
|
||||
'&label='+'助力乡村振兴礼包' +
|
||||
'&children=' +
|
||||
JSON.stringify(this.specialList) +'&diff=2',
|
||||
})
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
color="#D61820"
|
||||
shape="circle"
|
||||
@click.native.stop="getTree()"
|
||||
v-if="item.actType == 19">{{ $t('w_0283') }}</u-button>
|
||||
v-if="item.actType == 19">{{ '种植' }}</u-button>
|
||||
<view class="right_title1" v-if="item.actType == 22&& item.actStatus == 1&&item.point"> 积分:{{ item.point }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<view class="timeSlide">
|
||||
<view class="timeA">{{$t('w_0352')}}</view>
|
||||
<view class="timeA">{{'日期区间'}}</view>
|
||||
<view class="timeB" @click="openDate(0)">
|
||||
{{ queryParams.startPayDate?queryParams.startPayDate:$t('CK_KS_3') }}
|
||||
{{ queryParams.startPayDate?queryParams.startPayDate:'开始时间' }}
|
||||
</view>
|
||||
<view class="timeA">{{$t('w_0139')}}</view>
|
||||
<view class="timeA">{{'至'}}</view>
|
||||
<view class="timeB" @click="openDate(1)">
|
||||
{{ queryParams.endPayDate?queryParams.endPayDate:$t('CK_KS_9') }}
|
||||
{{ queryParams.endPayDate?queryParams.endPayDate:'结束时间' }}
|
||||
</view>
|
||||
<view class="seatch_r" @click="getDataList()">
|
||||
<u-icon name="search" size="22" color="#fff"></u-icon>
|
||||
|
@ -15,51 +15,51 @@
|
|||
</view>
|
||||
<view class="thecontent" v-for='(item,index) in dataList' :key="index">
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('MN_T_1')}}</view>
|
||||
<view class='line1'>{{'会员编号'}}</view>
|
||||
<view class='line2'>{{item.memberCode}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_14')}}</view>
|
||||
<view class='line1'>{{'会员姓名'}}</view>
|
||||
<view class='line2'>{{item.memberName}}</view>
|
||||
</view>
|
||||
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('w_0052')}}</view>
|
||||
<view class='line1'>{{'联系方式'}}</view>
|
||||
<view class='line2'>{{item.phone}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('w_0148')}}
|
||||
{{'会员等级'}}
|
||||
</view>
|
||||
<view class='line2'>{{item.settleGradeStr}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('ENU_NOTICE_GRADE_2')}}
|
||||
{{'真实奖衔'}}
|
||||
</view>
|
||||
<view class='line2'>{{item.awardsStr}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('CK_KS_17')}}
|
||||
{{'购买数量'}}
|
||||
</view>
|
||||
<view class='line2'>{{item.quantity}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('w_0149')}}({{ isLocaled() }})
|
||||
{{'价格'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class='line2'>{{item.price|numFilter}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('ENU_TOTAL_V_2')}}({{ isLocaled() }})
|
||||
{{'金额'}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class='line2'>{{item.orderAmount|numFilter}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>
|
||||
{{$t('w_0147')}}
|
||||
{{'购买日期'}}
|
||||
</view>
|
||||
<view class='line2'>{{item.payTime}}</view>
|
||||
</view>
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
return {
|
||||
navIndex:0,
|
||||
navList: [
|
||||
{ name: this.$t('ENU_MENU_581'),path:"0",menuKey:'' },
|
||||
{ name: this.$t('ENU_MENU_582'),path:"0",menuKey:''},
|
||||
{ name: this.$t('ENU_MENU_583') ,path:"0",menuKey:'' },
|
||||
{ name: '直推列表',path:"0",menuKey:'' },
|
||||
{ name: '三单循环',path:"0",menuKey:''},
|
||||
{ name: '免费注册' ,path:"0",menuKey:'' },
|
||||
],
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<view class="seach_i" @tap="getDataList">
|
||||
<u--input @keyup.enter='getDataList' prefixIcon="search" v-model="queryParams.memberInfo"
|
||||
prefixIconStyle="font-size: 22px;color: #909399;height:32px" border="none"
|
||||
:placeholder="$t('w_0351')" suffixIconStyle="color: #909399"></u--input>
|
||||
:placeholder="'请输入会员编号或姓名查询'" suffixIconStyle="color: #909399"></u--input>
|
||||
</view>
|
||||
<view class="neibox" @click="popShow = true">
|
||||
筛选
|
||||
|
@ -15,11 +15,11 @@
|
|||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="()=>{getDataList(),popShow = false}">筛选</view>
|
||||
<view class="top_red" @click="popShow = false">{{$t('N_I_241')}}</view>
|
||||
<view class="top_red" @click="popShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle">
|
||||
{{$t('PER_DA_5')}}
|
||||
{{'注册等级'}}
|
||||
</view>
|
||||
<view class="choiceBox">
|
||||
<view class="flex_btn" @click="clickGrade(item)" v-for="(item,index) in gradeList" :key="index"
|
||||
|
@ -47,7 +47,7 @@
|
|||
</view>
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{$t('w_0035')}}
|
||||
<view class="bottom_btn thebtn2" @click="()=>{getDataList(),popShow = false}">{{'确定'}}
|
||||
</view>
|
||||
</view>
|
||||
<u-datetime-picker :closeOnClickOverlay="true" @close="dataShow = false" @cancel="dataShow = false"
|
||||
|
@ -58,11 +58,11 @@
|
|||
<template v-if="dataList.length>0">
|
||||
<view class="thecontent" v-for='(item,index) in dataList' :key="index">
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('MN_T_1')}}</view>
|
||||
<view class='line1'>{{'会员编号'}}</view>
|
||||
<view class='line2'>{{item.memberCode}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('CK_KS_14')}}</view>
|
||||
<view class='line1'>{{'会员姓名'}}</view>
|
||||
<view class='line2'>{{item.memberName}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
|
@ -86,20 +86,20 @@
|
|||
<view class='line2'>{{item.placeDeptVal}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('N_I_169')}}(¥)</view>
|
||||
<view class='line1'>{{'注册金额'}}(¥)</view>
|
||||
<view class='line2'>{{item.regMoney |toThousandthAndKeepDecimal}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('PER_DA_10')}}(PV)</view>
|
||||
<view class='line1'>{{'注册业绩'}}(PV)</view>
|
||||
<view class='line2'>{{item.regPv |toThousandthAndKeepDecimal}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('PER_DA_5')}}</view>
|
||||
<view class='line1'>{{'注册等级'}}</view>
|
||||
<view class='line2'>{{item.registerGradeVal}}</view>
|
||||
</view>
|
||||
|
||||
<view class="line_box">
|
||||
<view class='line1'>{{$t('PER_DA_9')}}</view>
|
||||
<view class='line1'>{{'创建日期'}}</view>
|
||||
<view class='line2'>{{item.creationTime}}</view>
|
||||
</view>
|
||||
<view class="line_box">
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
|
||||
</view>
|
||||
<div class="user-infos">
|
||||
<view class="user" style="color: #ffff00;"> {{$t('MN_T_1')}}:{{ userInfo.memberCode }}</view>
|
||||
<div class="user">{{$t('PER_DA_14')}}:{{ userInfo.memberName }}</div>
|
||||
<div class="user">{{$t('ENU_PER_TY_1')}}:{{ userInfo.pkGradeVal }}</div>
|
||||
<div class="user">{{$t('S_C_83')}}:{{ userInfo.pkCountryVal }}</div>
|
||||
<view class="user" style="color: #ffff00;"> {{'会员编号'}}:{{ userInfo.memberCode }}</view>
|
||||
<div class="user">{{'姓名'}}:{{ userInfo.memberName }}</div>
|
||||
<div class="user">{{'等级'}}:{{ userInfo.pkGradeVal }}</div>
|
||||
<div class="user">{{'国家'}}:{{ userInfo.pkCountryVal }}</div>
|
||||
</div>
|
||||
<div class="code">
|
||||
{{$t('S_L_4')}}:{{ userInfo.countryCode }}
|
||||
{{'国家编码'}}:{{ userInfo.countryCode }}
|
||||
</div>
|
||||
|
||||
<div class="logo-img" v-if="userInfo.headPath">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<view class="content">
|
||||
<view class="logo bh">
|
||||
<!-- <image src="../../static/images/logo.png"></image> -->
|
||||
{{$t('PER_DA_18')}}:{{ userInfo.globalCode }}
|
||||
{{'全球编号'}}:{{ userInfo.globalCode }}
|
||||
</view>
|
||||
|
||||
|
||||
|
@ -53,10 +53,10 @@
|
|||
<view class="award">{{ userInfo.pkAwardsVal }}</view>
|
||||
</view>
|
||||
<div class="code">
|
||||
{{$t('S_L_5')}}:{{ datatime(userInfo.registerTime) }}
|
||||
{{'注册时间'}}:{{ datatime(userInfo.registerTime) }}
|
||||
</div>
|
||||
<!-- <div class="time">
|
||||
{{$t('S_L_5')}}:{{ datatime(userInfo.registerTime) }}
|
||||
{{'注册时间'}}:{{ datatime(userInfo.registerTime) }}
|
||||
</div> -->
|
||||
</view>
|
||||
</div>
|
||||
|
@ -64,7 +64,7 @@
|
|||
shape="circle"
|
||||
class="btn"
|
||||
@click="saveImage"
|
||||
>{{$t('S_C_45')}}</u-button>
|
||||
>{{'下载图片'}}</u-button>
|
||||
<a id="link"></a>
|
||||
<view style="height: 20rpx;"></view>
|
||||
</view>
|
||||
|
|
|
@ -3,52 +3,52 @@
|
|||
<view class="theform">
|
||||
<u--form labelPosition="left" :model="dataForm" :rules="rules" ref="uForm">
|
||||
<u-form-item v-if="ifupYy || dataForm.approveStatus == 4" required label-width="180rpx"
|
||||
:label="$t('MN_F_11')" prop="licenseName" ref="item1">
|
||||
<u--input :disabled="true" :placeholder="$t('S_C_70')" v-model="dataForm.approveStatusVal"
|
||||
:label="'审核状态'" prop="licenseName" ref="item1">
|
||||
<u--input :disabled="true" :placeholder="'请输入'" v-model="dataForm.approveStatusVal"
|
||||
disabledColor="#F5F5F5;"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item v-if="ifupYy || dataForm.approveStatus == 4" required label-width="180rpx"
|
||||
:label="$t('CK_KS_19')" prop="rejectMsg" ref="item1">
|
||||
<u--textarea :disabled="true" :placeholder="$t('S_C_70')" v-model="dataForm.rejectMsg"
|
||||
:label="'驳回原因'" prop="rejectMsg" ref="item1">
|
||||
<u--textarea :disabled="true" :placeholder="'请输入'" v-model="dataForm.rejectMsg"
|
||||
disabledColor="#F5F5F5;"></u--textarea>
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('CK_KS_32')" prop="licenseName" ref="item1">
|
||||
<u-form-item required label-width="180rpx" :label="'营业执照名称'" prop="licenseName" ref="item1">
|
||||
<u--input :disabled="ifupYy"
|
||||
maxlength="100"
|
||||
:placeholder="$t('S_C_70')" v-model="dataForm.licenseName"
|
||||
:placeholder="'请输入'" v-model="dataForm.licenseName"
|
||||
disabledColor="#F5F5F5;"></u--input>
|
||||
</u-form-item>
|
||||
|
||||
|
||||
<u-form-item required label-width="180rpx" :label="$t('CK_KS_33')" prop="creditCode" ref="item1">
|
||||
<u-form-item required label-width="180rpx" :label="'统一社会信用代码'" prop="creditCode" ref="item1">
|
||||
<u--input :disabled="ifupYy"
|
||||
maxlength="100"
|
||||
:placeholder="$t('S_C_70')" v-model="dataForm.creditCode"
|
||||
:placeholder="'请输入'" v-model="dataForm.creditCode"
|
||||
disabledColor="#F5F5F5;"></u--input>
|
||||
</u-form-item>
|
||||
|
||||
<u-form-item required label-width="180rpx" :label="$t('CK_KS_34')" prop="legalName" ref="item1">
|
||||
<u--input :disabled="ifupYy" :placeholder="$t('S_C_70')" v-model="dataForm.legalName"
|
||||
<u-form-item required label-width="180rpx" :label="'法人姓名'" prop="legalName" ref="item1">
|
||||
<u--input :disabled="ifupYy" :placeholder="'请输入'" v-model="dataForm.legalName"
|
||||
disabledColor="#F5F5F5;"></u--input>
|
||||
</u-form-item>
|
||||
|
||||
<u-form-item required @click="getDiqu" :label="$t('MY_WAL_37')" label-width="180rpx" prop="theaddress">
|
||||
<u-form-item required @click="getDiqu" :label="'所在地区'" label-width="180rpx" prop="theaddress">
|
||||
<u--input :disabled="ifupYy" v-model="dataForm.theaddress" readonly suffixIcon="arrow-right"
|
||||
disabledColor="#ffffff" :placeholder="$t('CK_KS_38')">
|
||||
disabledColor="#ffffff" :placeholder="'请选择'">
|
||||
</u--input>
|
||||
</u-form-item>
|
||||
|
||||
<view class="view-class">
|
||||
<u-form-item required :label="$t('S_C_27')" class="label-style" label-width="180rpx"
|
||||
<u-form-item required :label="'详细地址'" class="label-style" label-width="180rpx"
|
||||
prop="licenseAddress">
|
||||
<u-textarea :disabled="ifupYy" v-model="dataForm.licenseAddress" placeholder-class="place-class"
|
||||
class="border-color" :placeholder="$t('S_C_70')" />
|
||||
class="border-color" :placeholder="'请输入'" />
|
||||
|
||||
</u-form-item>
|
||||
</view>
|
||||
|
||||
|
||||
<u-form-item required label-width="180rpx" :label="$t('CK_KS_56')">
|
||||
<u-form-item required label-width="180rpx" :label="'营业执照'">
|
||||
<uploadImg :ifdisabled="ifupYy" :ifsfz='true' @imageUploaded='imageUploaded' prop="licenseImage"
|
||||
style="margin-right: 30rpx;"
|
||||
:twidth="twidth"
|
||||
|
@ -62,7 +62,7 @@
|
|||
|
||||
</view>
|
||||
<view class="btnbox">
|
||||
<u-button :disabled="ifupYy" class="subbtn" @click="submit">{{$t('w_0035')}}</u-button>
|
||||
<u-button :disabled="ifupYy" class="subbtn" @click="submit">{{'确定'}}</u-button>
|
||||
</view>
|
||||
<u-toast ref="uToast"></u-toast>
|
||||
<v-address ref="address" @getAddressData="AddressData" :defaultCode="defaultCode"
|
||||
|
@ -103,26 +103,26 @@
|
|||
licenseName: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
|
||||
creditCode: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
legalName: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
licenseAddress: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
|
||||
|
@ -130,13 +130,13 @@
|
|||
theaddress: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['change']
|
||||
}],
|
||||
licenseImage: [{
|
||||
|
||||
required: true,
|
||||
message: this.$t('MY_CK_16'),
|
||||
message: '请上传',
|
||||
|
||||
}],
|
||||
},
|
||||
|
@ -217,7 +217,7 @@
|
|||
})
|
||||
}
|
||||
}).catch(errors => {
|
||||
uni.$u.toast(this.$t('MY_ORD_64'))
|
||||
uni.$u.toast('校验失败')
|
||||
return false
|
||||
})
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="width-auto">
|
||||
<view class="titleF">
|
||||
<view class="title">
|
||||
<!-- {{$t('N_I_105')}} -->
|
||||
<!-- {{'活跃会员对比'}} -->
|
||||
</view>
|
||||
<picker :range="dateTypeList"
|
||||
:value="index"
|
||||
|
@ -38,10 +38,10 @@ import * as api from '@/config/activity.js'
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
list:[{"name":this.$t('S_C_73'),"color":"#FF5151"},
|
||||
{"name":this.$t('S_C_74'),"color":"#BB0909"},
|
||||
{"name":this.$t('S_C_75'),"color":"#FFAE36"},
|
||||
{"name":this.$t('S_C_76'),"color":"#935801"}
|
||||
list:[{"name":'左区首购',"color":"#FF5151"},
|
||||
{"name":'左区复购',"color":"#BB0909"},
|
||||
{"name":'右区首购',"color":"#FFAE36"},
|
||||
{"name":'右区复购',"color":"#935801"}
|
||||
],
|
||||
dataName: '',
|
||||
index: 0,
|
||||
|
@ -158,7 +158,7 @@ export default {
|
|||
let option = {
|
||||
title: {
|
||||
text: '',
|
||||
subtext: this.$t('S_C_72'),
|
||||
subtext: '业绩(万)',
|
||||
},
|
||||
tooltip: {},
|
||||
legend: {
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
<image v-if="item.canSee" @click="item.canSee=!item.canSee" class="eyeimg"
|
||||
src="../../../static/images/my_eye2.png" mode=""></image>
|
||||
</view>
|
||||
<view class="title_right" @click="goTrans">{{$t('MY_WAL_2')}}</view>
|
||||
<view class="title_right" @click="goTrans">{{'交易明细'}}</view>
|
||||
</view>
|
||||
<view class="balance_total">
|
||||
{{`${$t('MY_WAL_7')}(${userInfo.currencyIcon})`}}
|
||||
{{`${'总余额'}(${userInfo.currencyIcon})`}}
|
||||
</view>
|
||||
<view class="balance_total2">
|
||||
<text v-if="item.canSee">{{item.balance|numberToCurrency}}</text>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</view>
|
||||
|
||||
<view class="balance_line">
|
||||
<view>{{`${$t('MY_WAL_8')}(${userInfo.currencyIcon})`}}</view>
|
||||
<view>{{`${'可用余额'}(${userInfo.currencyIcon})`}}</view>
|
||||
<view>
|
||||
<text v-if="item.canSee">{{item.availableBalance|numberToCurrency}}</text>
|
||||
<text v-else>****</text>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<view class="balance_line">
|
||||
|
||||
<view style="display: flex;align-items: center;">
|
||||
<view style="margin-right: 20rpx;">{{`${$t('MY_WAL_9')}(${userInfo.currencyIcon})`}}</view>
|
||||
<view style="margin-right: 20rpx;">{{`${'不可用余额'}(${userInfo.currencyIcon})`}}</view>
|
||||
<image @click="showToast(item)" style="width: 25rpx;height:25rpx;"
|
||||
src="../../../static/images/my_tip.png" mode="">
|
||||
</image>
|
||||
|
@ -51,7 +51,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view v-if="item.accountType == 4" class="balance_line">
|
||||
<view>{{`${$t('MY_WAL_13')}(${userInfo.currencyIcon})`}}</view>
|
||||
<view>{{`${'可提现金额'}(${userInfo.currencyIcon})`}}</view>
|
||||
<view>
|
||||
<text v-if="item.canSee">{{item.withdrawBalance|numberToCurrency}}</text>
|
||||
<text v-else>****</text>
|
||||
|
@ -60,7 +60,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<u-modal @confirm="toUnBind" @cancel='isNoBind=false' :show="isNoBind" title="提示" width="100%"
|
||||
:showCancelButton="true" :content='$t("w_1030")'></u-modal>
|
||||
:showCancelButton="true" :content=''请先进行经销商认证''></u-modal>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
@ -71,15 +71,15 @@
|
|||
data() {
|
||||
return {
|
||||
topList: [{
|
||||
name: this.$t('MY_WAL_4'),
|
||||
name: '充值',
|
||||
path: '/pages/pay/index',
|
||||
id: '1'
|
||||
}, {
|
||||
name: this.$t('MY_WAL_5'),
|
||||
name: '提现',
|
||||
path: '/pages/mine/balance/withdrawal',
|
||||
id: '2'
|
||||
}, {
|
||||
name: this.$t('MY_WAL_6'),
|
||||
name: '转账',
|
||||
path: '/pages/mine/balance/transfer',
|
||||
id: '3'
|
||||
}, ],
|
||||
|
@ -115,25 +115,25 @@
|
|||
gettopList() {
|
||||
if (this.userInfo.pkCountry == 1 && this.userInfo.pkGradeId == 1) {
|
||||
this.topList = [{
|
||||
name: this.$t('MY_WAL_4'),
|
||||
name: '充值',
|
||||
path: '/pages/pay/index',
|
||||
id: '1'
|
||||
}, {
|
||||
name: this.$t('MY_WAL_5'),
|
||||
name: '提现',
|
||||
path: '/pages/mine/balance/withdrawal',
|
||||
id: '2'
|
||||
}, ]
|
||||
} else {
|
||||
this.topList = [{
|
||||
name: this.$t('MY_WAL_4'),
|
||||
name: '充值',
|
||||
path: '/pages/pay/index',
|
||||
id: '1'
|
||||
}, {
|
||||
name: this.$t('MY_WAL_5'),
|
||||
name: '提现',
|
||||
path: '/pages/mine/balance/withdrawal',
|
||||
id: '2'
|
||||
}, {
|
||||
name: this.$t('MY_WAL_6'),
|
||||
name: '转账',
|
||||
path: '/pages/mine/balance/transfer',
|
||||
id: '3'
|
||||
}, ]
|
||||
|
@ -147,7 +147,7 @@
|
|||
},
|
||||
showToast(item) {
|
||||
this.$refs.uToast.show({
|
||||
message: `${this.$t('MY_WAL_10')}:${item.lockAccount}\n${this.$t('MY_WAL_11')}:${item.transferAccount}\n${this.$t('MY_WAL_12')}:${item.withdrawAccount}`,
|
||||
message: `${'禁止消费金额'}:${item.lockAccount}\n${'禁止转账金额'}:${item.transferAccount}\n${'禁止提现金额'}:${item.withdrawAccount}`,
|
||||
})
|
||||
},
|
||||
getList() {
|
||||
|
@ -198,7 +198,7 @@
|
|||
} else if (res.code == 200 && res.flag == "N") {
|
||||
this.smShow = true;
|
||||
uni.showToast({
|
||||
title: this.$t('MY_WAL_50')
|
||||
title: '请先进行实名认证'
|
||||
})
|
||||
uni.navigateTo({
|
||||
url: "/pages/selfService/realName/realName"
|
||||
|
|
|
@ -2,47 +2,47 @@
|
|||
<view class="content">
|
||||
<view class="contentList" v-for="item,index in tableList" :key="index">
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MY_ORD_56')}}</view>
|
||||
<view class="line_content thesuccess">{{$t('MY_ORD_57')}}</view>
|
||||
<view class="line_title">{{'交易状态'}}</view>
|
||||
<view class="line_content thesuccess">{{'完成'}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('w_0296')}}</view>
|
||||
<view class="line_title">{{'单据编号'}}</view>
|
||||
<view class="line_content">{{item.tradeCode}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('w_0294')}}</view>
|
||||
<view class="line_title">{{'账户类型'}}</view>
|
||||
<view class="line_content">{{item.pkAccountVal}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('N_I_163')}}</view>
|
||||
<view class="line_title">{{'交易类型'}}</view>
|
||||
<view class="line_content">{{item.tradeTypeVal}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('N_I_162')}}</view>
|
||||
<view class="line_title">{{'交易额度'}}</view>
|
||||
<view class="line_content">{{item.tradeAmount}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('w_0298')}}</view>
|
||||
<view class="line_title">{{'交易余额'}}</view>
|
||||
<view class="line_content">{{item.tradeBalance |numberToCurrency}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('N_I_160')}}</view>
|
||||
<view class="line_title">{{'交易时间'}}</view>
|
||||
<view class="line_content">{{item.creationTime}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MY_WAL_22')}}</view>
|
||||
<view class="line_title">{{'备注'}}</view>
|
||||
<view class="line_content">{{item.remarks}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<u-popup :show="sxShow" mode="right" @close="sxShow = false" :closeOnClickOverlay="false">
|
||||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view @click="getSearch">{{$t('MY_ORD_50')}}</view>
|
||||
<view class="top_red" @click="sxShow = false">{{$t('N_I_241')}}</view>
|
||||
<view @click="getSearch">{{'筛选'}}</view>
|
||||
<view class="top_red" @click="sxShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle">
|
||||
{{$t('N_I_163')}}
|
||||
{{'交易类型'}}
|
||||
</view>
|
||||
<view class="choiceBox">
|
||||
<view class="flex_btn" @click="clickTransType(item)" v-for="(item,index) in tradeTypeList"
|
||||
|
@ -54,7 +54,7 @@
|
|||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle">
|
||||
{{$t('w_0294')}}
|
||||
{{'账户类型'}}
|
||||
</view>
|
||||
<view class="choiceBox">
|
||||
<view class="flex_btn" @click="clickAccountType(item)" v-for="(item,index) in pkAccountList"
|
||||
|
@ -66,17 +66,17 @@
|
|||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle">
|
||||
{{$t('N_I_160')}}
|
||||
{{'交易时间'}}
|
||||
</view>
|
||||
<view class="choiceBox">
|
||||
<view class="flex_btn" @click="openDate(0)">
|
||||
{{queryParams.startDate?queryParams.startDate:$t('CK_KS_3')}}
|
||||
{{queryParams.startDate?queryParams.startDate:'开始时间'}}
|
||||
</view>
|
||||
<view style="color: #666;">
|
||||
——
|
||||
</view>
|
||||
<view class="flex_btn" @click="openDate(1)">
|
||||
{{queryParams.endDate?queryParams.endDate:$t('CK_KS_9')}}
|
||||
{{queryParams.endDate?queryParams.endDate:'结束时间'}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -2,51 +2,51 @@
|
|||
<view class="content">
|
||||
<view class="theform">
|
||||
<u--form labelPosition="left" :model="dataForm" :rules="rules" ref="uForm">
|
||||
<u-form-item borderBottom label-width="200rpx" :label="$t('MY_WAL_14')" prop="pkAccountName"
|
||||
<u-form-item borderBottom label-width="200rpx" :label="'转出账户'" prop="pkAccountName"
|
||||
@click="showAmount = true; " ref="item1">
|
||||
<u--input v-model="dataForm.pkAccountName" disabled disabledColor="#ffffff"
|
||||
:placeholder="$t('CK_KS_38')" border="none"></u--input>
|
||||
:placeholder="'请选择'" border="none"></u--input>
|
||||
<u-icon slot="right" name="arrow-right"></u-icon>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_16')" prop="memberCode" ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'转出编号'" prop="memberCode" ref="item1">
|
||||
<u--input v-model="dataForm.memberCode" disabled disabledColor="#F5F5F5;" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" label="" borderBottom ref="item1">
|
||||
<view class="contentye">
|
||||
<text style="color: rgba(153, 153, 153, 1);">{{$t('MY_WAL_15')}}:</text>
|
||||
<text style="color: rgba(153, 153, 153, 1);">{{'当前余额'}}:</text>
|
||||
<text style="color: rgba(251, 48, 36, 1);">{{kzye}}</text>
|
||||
</view>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_17')" prop="memberName" borderBottom ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'转出姓名'" prop="memberName" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.memberName" disabled disabledColor="#F5F5F5;" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_18')" prop="toMemberCode" borderBottom ref="item1">
|
||||
<u--input @blur='checkName' :placeholder="$t('S_C_70')" v-model="dataForm.toMemberCode"
|
||||
<u-form-item label-width="200rpx" :label="'接收编号'" prop="toMemberCode" borderBottom ref="item1">
|
||||
<u--input @blur='checkName' :placeholder="'请输入'" v-model="dataForm.toMemberCode"
|
||||
border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_19')" prop="toMemberName" borderBottom ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'接收姓名'" prop="toMemberName" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.toMemberName" disabled disabledColor="#F5F5F5;"
|
||||
border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="`${$t('MY_WAL_20')}(¥)`" prop="transferMoney" borderBottom
|
||||
<u-form-item label-width="200rpx" :label="`${'转账金额'}(¥)`" prop="transferMoney" borderBottom
|
||||
ref="item1">
|
||||
<u--input v-model="dataForm.transferMoney" :placeholder="$t('S_C_70')" border="none"></u--input>
|
||||
<u--input v-model="dataForm.transferMoney" :placeholder="'请输入'" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_21')" prop="payPwd" borderBottom ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'二级密码'" prop="payPwd" borderBottom ref="item1">
|
||||
<template v-if="!ifeye">
|
||||
<u--input type='password' v-model="dataForm.payPwd" :placeholder="$t('S_C_70')"
|
||||
<u--input type='password' v-model="dataForm.payPwd" :placeholder="'请输入'"
|
||||
border="none"></u--input>
|
||||
<image @click="ifeye=!ifeye" slot="right" style="width: 38rpx;
|
||||
height: 25rpx;" src="../../../static/images/my_eye.png" mode=""></image>
|
||||
</template>
|
||||
<template v-if="ifeye">
|
||||
<u--input v-model="dataForm.payPwd" :placeholder="$t('S_C_70')" border="none"></u--input>
|
||||
<u--input v-model="dataForm.payPwd" :placeholder="'请输入'" border="none"></u--input>
|
||||
<image @click="ifeye=!ifeye" slot="right" style="width: 38rpx;
|
||||
height: 30rpx;" src="../../../static/images/my_eye2.png" mode=""></image>
|
||||
</template>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_22')" prop="remarks" ref="item1">
|
||||
<u--input v-model="dataForm.remarks" :placeholder="$t('S_C_70')" border="none"></u--input>
|
||||
<u-form-item label-width="200rpx" :label="'备注'" prop="remarks" ref="item1">
|
||||
<u--input v-model="dataForm.remarks" :placeholder="'请输入'" border="none"></u--input>
|
||||
</u-form-item>
|
||||
|
||||
<u-picker @cancel='showAmount=false' :show="showAmount" ref="uPicker" :columns="accountList"
|
||||
|
@ -59,7 +59,7 @@
|
|||
|
||||
</view>
|
||||
<view class="btnbox">
|
||||
<u-button class="subbtn" @click="submit">{{$t('w_0035')}}</u-button>
|
||||
<u-button class="subbtn" @click="submit">{{'确定'}}</u-button>
|
||||
</view>
|
||||
<u-toast ref="uToast"></u-toast>
|
||||
</view>
|
||||
|
@ -83,24 +83,24 @@
|
|||
toMemberCode: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
transferMoney: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
payPwd: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
pkAccountName: [{
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['change']
|
||||
}],
|
||||
},
|
||||
|
@ -154,7 +154,7 @@
|
|||
}
|
||||
})
|
||||
}).catch(errors => {
|
||||
uni.$u.toast(this.$t('MY_ORD_64'))
|
||||
uni.$u.toast('校验失败')
|
||||
})
|
||||
},
|
||||
confirm(e) {
|
||||
|
|
|
@ -2,38 +2,38 @@
|
|||
<view class="content">
|
||||
<view class="theform">
|
||||
<u--form labelPosition="left" :model="dataForm" :rules="rules" ref="uForm">
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_24')" prop="cardNumber" borderBottom ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'银行卡号'" prop="cardNumber" borderBottom ref="item1">
|
||||
<u--input v-if="bankData.cardNumber" v-model="bankData.cardNumber" disabled disabledColor="#F5F5F5;"
|
||||
border="none"></u--input>
|
||||
<view v-else style="color:red" @click="goBindbank">
|
||||
{{$t('MY_WAL_25')}}
|
||||
{{'请先绑定银行卡'}}
|
||||
</view>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="`${$t('MY_WAL_26')}(${isLocaled()})`" prop="cashAmount"
|
||||
<u-form-item label-width="200rpx" :label="`${'提现金额'}(${isLocaled()})`" prop="cashAmount"
|
||||
borderBottom ref="item1">
|
||||
<u--input type='number' v-model="dataForm.cashAmount" :placeholder="$t('S_C_70')"
|
||||
<u--input type='number' v-model="dataForm.cashAmount" :placeholder="'请输入'"
|
||||
border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_21')" prop="payPwd" borderBottom ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'二级密码'" prop="payPwd" borderBottom ref="item1">
|
||||
<template v-if="!ifeye">
|
||||
<u--input type='password' v-model="dataForm.payPwd" :placeholder="$t('S_C_70')"
|
||||
<u--input type='password' v-model="dataForm.payPwd" :placeholder="'请输入'"
|
||||
border="none"></u--input>
|
||||
<image @click="ifeye=!ifeye" slot="right" style="width: 38rpx;
|
||||
height: 25rpx;" src="../../../static/images/my_eye.png" mode=""></image>
|
||||
</template>
|
||||
<template v-if="ifeye">
|
||||
<u--input v-model="dataForm.payPwd" :placeholder="$t('S_C_70')" border="none"></u--input>
|
||||
<u--input v-model="dataForm.payPwd" :placeholder="'请输入'" border="none"></u--input>
|
||||
<image @click="ifeye=!ifeye" slot="right" style="width: 38rpx;
|
||||
height: 30rpx;" src="../../../static/images/my_eye2.png" mode=""></image>
|
||||
</template>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_22')" prop="remarks" borderBottom ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'备注'" prop="remarks" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.remarks" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_28')" prop="pkAccountName"
|
||||
<u-form-item label-width="200rpx" :label="'提现账户'" prop="pkAccountName"
|
||||
@click="showAmount = true; " ref="item1">
|
||||
<u--input v-model="dataForm.pkAccountName" disabled disabledColor="#ffffff"
|
||||
:placeholder="$t('CK_KS_38')" border="none"></u--input>
|
||||
:placeholder="'请选择'" border="none"></u--input>
|
||||
<u-icon slot="right" name="arrow-right"></u-icon>
|
||||
</u-form-item>
|
||||
<u-picker @cancel='showAmount=false' :show="showAmount" ref="uPicker" :columns="pkBdAccountList"
|
||||
|
@ -43,19 +43,19 @@
|
|||
|
||||
<view class="contentbox">
|
||||
<view class="linebox">
|
||||
<view>{{$t('MY_WAL_13')}}(¥):</view>
|
||||
<view>{{'可提现金额'}}(¥):</view>
|
||||
<view>{{widthDrwaData.amount||'0.00'}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view>{{$t('MY_WAL_29')}}(¥):</view>
|
||||
<view>{{'账户余额'}}(¥):</view>
|
||||
<view>{{widthDrwaData.balance||'0.00'}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view>{{$t('MY_WAL_30')}}:</view>
|
||||
<view>{{'提现手续费'}}:</view>
|
||||
<view>{{widthDrwaData.srviceCharge||'0.00'}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view>{{$t('MY_WAL_31')}}(¥):</view>
|
||||
<view>{{'最低提现额度'}}(¥):</view>
|
||||
<view>{{widthDrwaData.minAmount||'0.00'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
</view>
|
||||
<view class="btnbox">
|
||||
<u-button :disabled="canbind" class="subbtn" @click="submit">{{$t('MY_WAL_5')}}</u-button>
|
||||
<u-button :disabled="canbind" class="subbtn" @click="submit">{{'提现'}}</u-button>
|
||||
</view>
|
||||
<u-toast ref="uToast"></u-toast>
|
||||
</view>
|
||||
|
@ -92,18 +92,18 @@
|
|||
cashAmount: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
payPwd: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
pkAccountName: [{
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['change']
|
||||
}],
|
||||
},
|
||||
|
@ -178,7 +178,7 @@
|
|||
|
||||
|
||||
}).catch(errors => {
|
||||
uni.$u.toast(this.$t('MY_ORD_64'))
|
||||
uni.$u.toast('校验失败')
|
||||
})
|
||||
},
|
||||
confirm(e) {
|
||||
|
@ -191,10 +191,10 @@
|
|||
},
|
||||
checkAccount() {
|
||||
if (!this.dataForm.cashAmount) {
|
||||
uni.$u.toast(this.$t('MY_ORD_65'))
|
||||
uni.$u.toast('请先输入金额')
|
||||
return
|
||||
} else if (!this.dataForm.pkAccount) {
|
||||
uni.$u.toast(this.$t('MY_ORD_66'))
|
||||
uni.$u.toast('请先选择账户')
|
||||
return
|
||||
}
|
||||
bal.getWidthdrawShow({
|
||||
|
|
|
@ -2,61 +2,61 @@
|
|||
<view class="content">
|
||||
<view class="contentList" v-for="item,index in tableList" :key="index">
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MN_F_T_535')}}</view>
|
||||
<view class="line_title">{{'钱包类型'}}</view>
|
||||
<view class="line_content ">{{item.pkAccountVal}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MY_WAL_26')}}</view>
|
||||
<view class="line_title">{{'提现金额'}}</view>
|
||||
<view class="line_content">{{item.cashAmount| toThousandthAndKeepDecimal}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MN_F_T_553')}}</view>
|
||||
<view class="line_title">{{'手续费'}}</view>
|
||||
<view class="line_content">{{item.serviceCharge| toThousandthAndKeepDecimal}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MN_F_T_554')}}</view>
|
||||
<view class="line_title">{{'个税'}}</view>
|
||||
<view class="line_content">{{item.incomeTax| toThousandthAndKeepDecimal}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MN_F_T_555')}}</view>
|
||||
<view class="line_title">{{'实发金额'}}</view>
|
||||
<view class="line_content">{{item.issuedAmount| toThousandthAndKeepDecimal}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('CK_KS_41')}}</view>
|
||||
<view class="line_title">{{'银行名称'}}</view>
|
||||
<view class="line_content">{{item.bankName}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MN_F_T_538')}}</view>
|
||||
<view class="line_title">{{'银行账户'}}</view>
|
||||
<view class="line_content">{{item.cardNumber}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MN_F_T_539')}}</view>
|
||||
<view class="line_title">{{'开户姓名'}}</view>
|
||||
<view class="line_content">{{item.accountName}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MY_CK_7')}}</view>
|
||||
<view class="line_title">{{'审核状态'}}</view>
|
||||
<view class="line_content">{{item.approveStateVal}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MN_F_T_707')}}</view>
|
||||
<view class="line_title">{{'申请日期'}}</view>
|
||||
<view class="line_content">{{item.creationTime}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MY_WAL_22')}}</view>
|
||||
<view class="line_title">{{'备注'}}</view>
|
||||
<view class="line_content">{{item.remarks}}</view>
|
||||
</view>
|
||||
<view class="linebox">
|
||||
<view class="line_title">{{$t('MN_F_T_474')}}</view>
|
||||
<view class="line_title">{{'状态'}}</view>
|
||||
<view class="line_content">{{item.statusVal}}</view>
|
||||
</view>
|
||||
|
||||
<view class="linebox" style="border-bottom: none;">
|
||||
<view class="line_title">{{$t('MY_ORD_14')}}</view>
|
||||
<view class="line_content thesuccess" v-if="item.status==0&&item.approveState==1" @click="revoke(item)">{{$t('MN_F_50')}}</view>
|
||||
<view class="line_title">{{'操作'}}</view>
|
||||
<view class="line_content thesuccess" v-if="item.status==0&&item.approveState==1" @click="revoke(item)">{{'撤销'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<u-modal :show="revokeShow" showCancelButton @cancel="revokeShow = false" :cancelText='$t("ENU_P_TYPE0")'
|
||||
:confirmText='$t("w_0035")' @confirm='confirmRevoke' :content='content'></u-modal>
|
||||
<u-modal :show="revokeShow" showCancelButton @cancel="revokeShow = false" :cancelText=''取消''
|
||||
:confirmText=''确定'' @confirm='confirmRevoke' :content='content'></u-modal>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
|||
},
|
||||
tableList: [],
|
||||
revokeShow: false,
|
||||
content:this.$t("MN_F_T_912"),
|
||||
content:'是否确认操作?',
|
||||
thepkId:""
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2,33 +2,33 @@
|
|||
<view class="content">
|
||||
<view class="theform">
|
||||
<u--form labelPosition="left" :model="dataForm" :rules="rules" ref="uForm">
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_24')" borderBottom prop="cardNumber" ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'银行卡号'" borderBottom prop="cardNumber" ref="item1">
|
||||
<u--input v-model="dataForm.cardNumber" disabledColor="#F5F5F5;" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item borderBottom label-width="200rpx" :label="$t('CK_KS_41')" prop="bankName"
|
||||
<u-form-item borderBottom label-width="200rpx" :label="'银行名称'" prop="bankName"
|
||||
@click="showAmount = true; " ref="item1">
|
||||
<u--input v-model="dataForm.bankName" disabledColor="#ffffff" :placeholder="$t('CK_KS_38')"
|
||||
<u--input v-model="dataForm.bankName" disabledColor="#ffffff" :placeholder="'请选择'"
|
||||
border="none"></u--input>
|
||||
<u-icon slot="right" name="arrow-right"></u-icon>
|
||||
</u-form-item>
|
||||
|
||||
|
||||
<u-form-item label-width="200rpx" :label="$t('CK_KS_43')" prop="subBankName" borderBottom ref="item1">
|
||||
<u-form-item label-width="200rpx" :label="'开户支行'" prop="subBankName" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.subBankName" disabledColor="#F5F5F5;" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_33')" prop="accountName" borderBottom ref="item1">
|
||||
<u--input :placeholder="$t('S_C_70')" v-model="dataForm.accountName" border="none"></u--input>
|
||||
<u-form-item label-width="200rpx" :label="'真实姓名'" prop="accountName" borderBottom ref="item1">
|
||||
<u--input :placeholder="'请输入'" v-model="dataForm.accountName" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('MY_WAL_36')" prop="idCard" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.idCard" :placeholder="$t('S_C_70')" disabledColor="#F5F5F5;"
|
||||
<u-form-item label-width="200rpx" :label="'证件号码'" prop="idCard" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.idCard" :placeholder="'请输入'" disabledColor="#F5F5F5;"
|
||||
border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label-width="200rpx" :label="$t('w_0052')" prop="phone" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.phone" :placeholder="$t('S_C_70')" maxlength="20" border="none"></u--input>
|
||||
<u-form-item label-width="200rpx" :label="'联系方式'" prop="phone" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.phone" :placeholder="'请输入'" maxlength="20" border="none"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item v-if="userInfo.pkCountry==1&&cancode" label-width="200rpx" :label="$t('w_0043')"
|
||||
<u-form-item v-if="userInfo.pkCountry==1&&cancode" label-width="200rpx" :label="'验证码'"
|
||||
prop="verificationCode" borderBottom ref="item1">
|
||||
<u--input v-model="dataForm.verificationCode" :placeholder="$t('S_C_70')" border="none"></u--input>
|
||||
<u--input v-model="dataForm.verificationCode" :placeholder="'请输入'" border="none"></u--input>
|
||||
<u-button @tap='getCode' class="getcodes" type="primary" shape="circle" :text="tips"
|
||||
color="#2FBC42"></u-button>
|
||||
</u-form-item>
|
||||
|
@ -40,7 +40,7 @@
|
|||
|
||||
</view>
|
||||
<view class="btnbox">
|
||||
<u-button class="subbtn" @click="submit">{{$t('w_0035')}}</u-button>
|
||||
<u-button class="subbtn" @click="submit">{{'确定'}}</u-button>
|
||||
</view>
|
||||
<u-toast ref="uToast"></u-toast>
|
||||
</view>
|
||||
|
@ -66,42 +66,42 @@
|
|||
cardNumber: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
subBankName: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
accountName: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
idCard: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
phone: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
verificationCode: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
bankName: [{
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['change']
|
||||
}],
|
||||
},
|
||||
|
@ -138,22 +138,22 @@
|
|||
if (this.$refs.uCode.canGetCode) {
|
||||
// 模拟向后端请求验证码
|
||||
uni.showLoading({
|
||||
title: this.$t('MY_ORD_62')
|
||||
title: '正在获取验证码'
|
||||
})
|
||||
ban.getVerification({
|
||||
phone: this.dataForm.phone
|
||||
}).then((res) => {
|
||||
uni.hideLoading();
|
||||
// 这里此提示会被this.start()方法中的提示覆盖
|
||||
uni.$u.toast(this.$t('MY_WAL_49'));
|
||||
uni.$u.toast('验证码已发送');
|
||||
// 通知验证码组件内部开始倒计时
|
||||
this.$refs.uCode.start();
|
||||
})
|
||||
} else {
|
||||
uni.$u.toast(this.$t('MY_ORD_63'));
|
||||
uni.$u.toast('倒计时结束后再发送');
|
||||
}
|
||||
} else {
|
||||
uni.$u.toast(this.$t('MY_WAL_47'))
|
||||
uni.$u.toast('请先输入手机号')
|
||||
return
|
||||
}
|
||||
},
|
||||
|
@ -171,7 +171,7 @@
|
|||
},
|
||||
bindBank() {
|
||||
if (!this.ifpass &&this.cancode &&this.userInfo.pkCountry == 1) {
|
||||
uni.$u.toast(this.$t('w_0303'))
|
||||
uni.$u.toast('验证码错误')
|
||||
return
|
||||
}
|
||||
ban.bindWalletBankAdd(this.dataForm).then(res => {
|
||||
|
@ -209,7 +209,7 @@
|
|||
}
|
||||
|
||||
}).catch(errors => {
|
||||
uni.$u.toast(this.$t('MY_ORD_64'))
|
||||
uni.$u.toast('校验失败')
|
||||
return false
|
||||
})
|
||||
},
|
||||
|
|
|
@ -8,36 +8,36 @@
|
|||
<view class="imgbox"><img :src="item.logo" alt="" /></view>
|
||||
<view class="titlebox">
|
||||
<view class="cardtitle">{{item.bankName}}</view>
|
||||
<view class="cardtitle2">{{$t('MY_ORD_67')}}</view>
|
||||
<view class="cardtitle2">{{'储蓄卡'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flexs_1" v-if="item.defaultCard==1">
|
||||
<view class="qiu"></view>
|
||||
<view v-if="userInfo.pkCountry == 1">{{$t('w_0263')}}</view>
|
||||
<view v-else style="color: #000;font-weight: bold;" class="cardfooter">{{$t('w_0263')}}</view>
|
||||
<view v-if="userInfo.pkCountry == 1">{{'默认'}}</view>
|
||||
<view v-else style="color: #000;font-weight: bold;" class="cardfooter">{{'默认'}}</view>
|
||||
</view>
|
||||
<view class="flexs_1" v-else>
|
||||
|
||||
<view style="color: #fff; font-weight: bold; cursor: pointer" @click="setDefault(item.pkId)"
|
||||
class="cardfooter">{{$t('PER_DA_23')}}</view>
|
||||
class="cardfooter">{{'设为默认'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cardNumber">{{ item.cardNumber }}</view>
|
||||
<view v-if="userInfo.pkCountry == 1" class="cardfooter" @click="removeBind(item)">
|
||||
[{{$t('MY_ORD_68')}}]</view>
|
||||
[{{'解绑'}}]</view>
|
||||
<view v-else style="color: #000;font-weight: bold;" class="cardfooter" @click="removeBind(item)">
|
||||
[{{$t('MY_ORD_68')}}]</view>
|
||||
[{{'解绑'}}]</view>
|
||||
</view>
|
||||
</view>
|
||||
<u-modal :showCancelButton="true" @cancel="modalShow=false" :content="$t('MY_ORD_69')" :show="modalShow"
|
||||
<u-modal :showCancelButton="true" @cancel="modalShow=false" :content="'是否确认解绑银行卡'" :show="modalShow"
|
||||
@confirm="confirmRemove" ref="uModal" :asyncClose="true"></u-modal>
|
||||
<view class="footerbtn" @click="goAdd">
|
||||
+{{$t('MY_ORD_70')}}
|
||||
+{{'添加银行卡'}}
|
||||
</view>
|
||||
|
||||
<u-modal :showCancelButton="true" @cancel="modalShow2=false" content="当前解绑为默银行卡,请设置为另一张卡为默认银行卡"
|
||||
:show="modalShow2" @confirm="confirmRemove2" ref="uModal" :asyncClose="true"></u-modal>
|
||||
<!-- <el-button class="footerbtn" @click="bindBank(true)">{{$t('w_0179')}}</el-button> -->
|
||||
<!-- <el-button class="footerbtn" @click="bindBank(true)">{{'绑定银行卡'}}</el-button> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -11,14 +11,14 @@
|
|||
{{ aitem.shortName }}·{{ aitem.provinceName }}{{ aitem.cityName }}
|
||||
</view>
|
||||
<view class="item_content">
|
||||
<span> {{$t('S_C_86')}}:</span>{{ aitem.contacts }}
|
||||
<span> {{'联系人'}}:</span>{{ aitem.contacts }}
|
||||
</view>
|
||||
<view class="item_content">
|
||||
<span>
|
||||
{{$t('S_C_87')}}:</span>{{ aitem.phone }}
|
||||
{{'电话'}}:</span>{{ aitem.phone }}
|
||||
</view>
|
||||
<view class="item_content">
|
||||
<span> {{$t('S_C_88')}}:</span>
|
||||
<span> {{'地址'}}:</span>
|
||||
{{ aitem.shortName }}{{ aitem.provinceName }}{{ aitem.cityName
|
||||
}}{{ aitem.countyName || "" }}{{ aitem.address }}
|
||||
</view>
|
||||
|
|
|
@ -3,22 +3,22 @@
|
|||
<view class="centerbox">
|
||||
<u--form labelPosition="left" :model="dataForm" :rules="rules" ref="uForm">
|
||||
<view class="view-class">
|
||||
<u-form-item :label="$t('S_L_16')" @click='selectShow = true' label-width="150rpx" prop="type">
|
||||
<u-form-item :label="'反馈类型'" @click='selectShow = true' label-width="150rpx" prop="type">
|
||||
<u--input :readonly='true' v-model="dataForm.typeName" suffixIcon="arrow-down"
|
||||
:placeholder="$t('CK_KS_38')">
|
||||
:placeholder="'请选择'">
|
||||
</u--input>
|
||||
|
||||
</u-form-item>
|
||||
</view>
|
||||
<view class="view-class">
|
||||
<u-form-item :label="$t('S_L_15')" label-width="150rpx" prop="idea">
|
||||
<u--textarea v-model="dataForm.idea" :placeholder="$t('S_C_70')"></u--textarea>
|
||||
<u-form-item :label="'意见反馈'" label-width="150rpx" prop="idea">
|
||||
<u--textarea v-model="dataForm.idea" :placeholder="'请输入'"></u--textarea>
|
||||
</u-form-item>
|
||||
</view>
|
||||
</u--form>
|
||||
</view>
|
||||
<view class="bottombtn">
|
||||
<u-button @click="submit" :text="$t('S_L_17')" color="#D61820"></u-button>
|
||||
<u-button @click="submit" :text="'提交'" color="#D61820"></u-button>
|
||||
</view>
|
||||
<u-picker @cancel='selectShow=false' :show="selectShow" ref="uPicker" :columns="typeList" @confirm="confirm"
|
||||
keyName='label'></u-picker>
|
||||
|
@ -40,13 +40,13 @@
|
|||
// 必填项
|
||||
required: true,
|
||||
// 提示内容(会出现在u-form-item内的底部)
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
}],
|
||||
idea: [{
|
||||
// 必填项
|
||||
required: true,
|
||||
// 提示内容(会出现在u-form-item内的底部)
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
|
||||
trigger: ["change"],
|
||||
}],
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
labelWidth="auto"
|
||||
ref="uForm">
|
||||
<view class="view-class">
|
||||
<u-form-item :label="$t('MY_ORD_10')"
|
||||
<u-form-item :label="'收货人'"
|
||||
label-width="100px"
|
||||
prop="accountName">
|
||||
<u-input v-model.trim="addressForm.accountName"
|
||||
|
@ -22,7 +22,7 @@
|
|||
</u-form-item>
|
||||
</view>
|
||||
<view class="view-class">
|
||||
<u-form-item :label="$t('w_0052')"
|
||||
<u-form-item :label="'联系方式'"
|
||||
label-width="100px"
|
||||
prop="phone">
|
||||
<u-input v-model.trim="addressForm.phone"
|
||||
|
@ -36,7 +36,7 @@
|
|||
</view>
|
||||
<view class="view-class"
|
||||
@click="getDiqu">
|
||||
<u-form-item :label="$t('w_0068')"
|
||||
<u-form-item :label="'收货地址'"
|
||||
label-width="100px"
|
||||
prop="address">
|
||||
<view v-if="address"
|
||||
|
@ -49,7 +49,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="view-class">
|
||||
<u-form-item :label="$t('S_C_27')"
|
||||
<u-form-item :label="'详细地址'"
|
||||
class="label-style"
|
||||
label-width="100px"
|
||||
prop="address">
|
||||
|
@ -57,7 +57,7 @@
|
|||
placeholder-class="place-class"
|
||||
class="border-color"
|
||||
maxlength="200"
|
||||
:placeholder="$t('w_0070')" />
|
||||
:placeholder="'请输入详细地址'" />
|
||||
|
||||
</u-form-item>
|
||||
</view>
|
||||
|
@ -70,7 +70,7 @@
|
|||
<u-button type="success"
|
||||
shape="circle"
|
||||
class="btn"
|
||||
@click="submit">{{$t('w_0035')}}</u-button>
|
||||
@click="submit">{{'确定'}}</u-button>
|
||||
<view style="height: 20rpx;"></view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
{{ theData.thisGradeName }}
|
||||
</view>
|
||||
<view class="top_name">
|
||||
<view>{{$t('MY_ORD_71')}} {{ theData.globalCode }}</view>
|
||||
<view style="margin-top: 10rpx;">{{$t('S_L_4')}} {{ theData.countryCode }}</view>
|
||||
<view>{{'全球编码'}} {{ theData.globalCode }}</view>
|
||||
<view style="margin-top: 10rpx;">{{'国家编码'}} {{ theData.countryCode }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="main_bottom">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<view class="top_card">
|
||||
<view class="card_flex">
|
||||
<view class="card_text1" v-if="dataList.memberAwardsUnderVO">
|
||||
{{ $t("S_C_18") }}:{{ dataList.memberAwardsUnderVO.aSumRealPv }} {{ $t("S_C_58") }}
|
||||
{{ '左区' }}:{{ dataList.memberAwardsUnderVO.aSumRealPv }} {{ '万' }}
|
||||
</view>
|
||||
<view class="card_text2" v-if="dataList.memberAwardsUnderVO.targetPv == '-1.00'">
|
||||
{{ dataList.memberAwardsUnderVO.aSumRealPv }}/{{
|
||||
|
@ -58,8 +58,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="card_flex">
|
||||
<view class="card_text1" v-if="dataList.memberAwardsUnderVO"> {{ $t("S_C_19") }}:{{ dataList.memberAwardsUnderVO.bSumRealPv
|
||||
}}{{ $t("S_C_58") }}</view>
|
||||
<view class="card_text1" v-if="dataList.memberAwardsUnderVO"> {{ '右区' }}:{{ dataList.memberAwardsUnderVO.bSumRealPv
|
||||
}}{{ '万' }}</view>
|
||||
<view class="card_text2" v-if="dataList.memberAwardsUnderVO.targetPv == '-1.00'">
|
||||
<span v-if="dataList.memberAwardsUnderVO.bSumRealPv > '0.00'">
|
||||
{{ dataList.memberAwardsUnderVO.bSumRealPv }}/{{
|
||||
|
@ -125,7 +125,7 @@
|
|||
</view>
|
||||
<view class="main_content">
|
||||
<view class="main_content_flex">
|
||||
<view class="main_content_text">{{ $t("S_C_18") }}</view>
|
||||
<view class="main_content_text">{{ '左区' }}</view>
|
||||
<view class="main_process">
|
||||
<view class="process-s" v-if="item.targetPv == '-1.00'" style="width: 100%">
|
||||
<view class="image-icon" v-if="item.aSumRealPv > '0.00'">
|
||||
|
@ -149,7 +149,7 @@
|
|||
|
||||
</view>
|
||||
<view class="main_content_flex">
|
||||
<view class="main_content_text">{{ $t("S_C_19") }}</view>
|
||||
<view class="main_content_text">{{ '右区' }}</view>
|
||||
<view class="main_process">
|
||||
<view class="process-s" v-if="item.targetPv == '-1.00'"
|
||||
style="background: #ffae36; width: 100%">
|
||||
|
@ -193,7 +193,7 @@
|
|||
</view>
|
||||
<view class="main_content">
|
||||
<view class="main_content_flex">
|
||||
<view class="main_content_text">{{ $t("S_C_18") }}</view>
|
||||
<view class="main_content_text">{{ '左区' }}</view>
|
||||
<view class="main_process">
|
||||
<view class="process-s" v-if="item.targetPv == '-1.00'" style="width: 100%">
|
||||
<view class="image-icon" v-if="item.aSumRealPv > '0.00'">
|
||||
|
@ -217,7 +217,7 @@
|
|||
|
||||
</view>
|
||||
<view class="main_content_flex">
|
||||
<view class="main_content_text">{{ $t("S_C_19") }}</view>
|
||||
<view class="main_content_text">{{ '右区' }}</view>
|
||||
<view class="main_process">
|
||||
<view class="process-s" v-if="item.targetPv == '-1.00'"
|
||||
style="background: #ffae36; width: 100%">
|
||||
|
@ -254,10 +254,10 @@
|
|||
dataList: [],
|
||||
tabList: [{
|
||||
value: 0,
|
||||
label: this.$t("S_C_18")
|
||||
label: '左区'
|
||||
}, {
|
||||
value: 1,
|
||||
label: this.$t("S_C_19")
|
||||
label: '右区'
|
||||
}],
|
||||
isTab: 0,
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</view>
|
||||
<view class="cmem">
|
||||
<view class="tTit2"
|
||||
>{{ $t("CK_KS_15") }}:{{ userInfo.pkGradeVal }}</view
|
||||
>{{ '结算等级' }}:{{ userInfo.pkGradeVal }}</view
|
||||
>
|
||||
<view class="grade_left">
|
||||
<view class="gra_left1" v-if="userData.registerAuthority">
|
||||
|
@ -59,7 +59,7 @@
|
|||
mode=""
|
||||
></image>
|
||||
<view class="">
|
||||
{{ $t("ENU_G_C_7") }}
|
||||
{{ '创客空间' }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -75,28 +75,28 @@
|
|||
|
||||
<view class="top_grade">
|
||||
<!-- <view class="grade_flex" @click="goHonoray()" v-if="iHonorAward">
|
||||
<view>{{$t('S_C_80')}}</view>
|
||||
<view>{{'荣誉奖衔'}}</view>
|
||||
<u-icon name="arrow-right" color="#FFFFFF" size="30rpx"></u-icon>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="jiangxian">
|
||||
<view class="jxTit">
|
||||
<view>{{ $t("w_1037") }}</view>
|
||||
<view>{{ '最高奖衔' }}</view>
|
||||
<view class="jxTit1">{{ awardsList.maxAwardsName }}</view>
|
||||
</view>
|
||||
<view class="jxTit">
|
||||
<view>{{ $t("w_1038") }}</view>
|
||||
<view>{{ '上月奖衔' }}</view>
|
||||
<view class="jxTit1">{{ awardsList.awardsName }}</view>
|
||||
</view>
|
||||
<view class="jxTit" v-if="awardsList.historyAwards">
|
||||
<view>{{ $t("w_1036") }}</view>
|
||||
<view>{{ '历史荣誉' }}</view>
|
||||
<view class="yt1">{{ awardsList.historyAwards }} </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="ju_grade" v-if="!ifSpecial">
|
||||
<!-- <view class="ju_title">
|
||||
<view>{{ $t("w_1039") }}</view>
|
||||
<view>{{ '当月奖衔' }}</view>
|
||||
|
||||
</view> -->
|
||||
<view class="jugrade_flex">
|
||||
|
@ -118,7 +118,7 @@
|
|||
(awards.targetPv - awards.sumRealPv > 0
|
||||
? awards.targetPv - awards.sumRealPv
|
||||
: "0.00") | toThousandthAndKeepDecimal
|
||||
}}{{ $t("S_C_58") }}</span
|
||||
}}{{ '万' }}</span
|
||||
>
|
||||
</view>
|
||||
<view class="ju_left_top" v-else>
|
||||
|
@ -144,7 +144,7 @@
|
|||
(awards.targetPv - awards.sumRealPv > 0
|
||||
? awards.targetPv - awards.sumRealPv
|
||||
: "0.00") | toThousandthAndKeepDecimal
|
||||
}}{{ $t("S_C_58") }}</span
|
||||
}}{{ '万' }}</span
|
||||
>
|
||||
</view>
|
||||
<view class="ju_left_top" v-else>
|
||||
|
@ -154,7 +154,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="yestDay">
|
||||
<view class="yes_t">{{ $t("w_1039") }}</view>
|
||||
<view class="yes_t">{{ '当月奖衔' }}</view>
|
||||
<view class="ju_left_bottom">
|
||||
<view
|
||||
class="current-schedule1"
|
||||
|
@ -169,7 +169,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="yestDay">
|
||||
<view class="yes_t">{{ $t("w_1040") }}</view>
|
||||
<view class="yes_t">{{ '昨日业绩' }}</view>
|
||||
<view :class="awards.aNewPv!=0&&awards.bNewPv!=0?'ju_left_bottom1':'ju_left_bottom'">
|
||||
<view
|
||||
class="current-schedule2"
|
||||
|
@ -183,7 +183,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="yestDay">
|
||||
<view class="yes_t">{{ $t("w_0488") }}</view>
|
||||
<view class="yes_t">{{ '历史业绩' }}</view>
|
||||
<view :class="awards.aSumPv!=0&&awards.bSumPv!=0?'ju_left_bottom1':'ju_left_bottom'">
|
||||
<view
|
||||
class="current-schedule3"
|
||||
|
@ -210,30 +210,30 @@
|
|||
</view>
|
||||
<view class="my_order">
|
||||
<view class="my_title">
|
||||
<text class="thetitle">{{ $t("N_I_247") }}</text>
|
||||
<text class="thetitle">{{ '我的订单' }}</text>
|
||||
<view class="findallorder" @click="goTo('/pages/mine/order/index')">
|
||||
<text>{{ $t("MY_ORD_54") }}</text>
|
||||
<text>{{ '全部订单' }}</text>
|
||||
<u-icon name="arrow-right" color="#999999" size="16rpx"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="order_flex thepadding">
|
||||
<view class="theorderflex1" @click="goOrder(0)">
|
||||
<image class="order_img2" src="../../static/images/myorder_1.png" />
|
||||
<view class="order_text">{{ $t("ENU_ORDER_S_0") }}</view>
|
||||
<view class="order_text">{{ '待付款' }}</view>
|
||||
<view class="qiu">{{ waitPayNum }}</view>
|
||||
</view>
|
||||
<view class="theorderflex1" @click="goOrder(1)">
|
||||
<image class="order_img2" src="../../static/images/myorder_2.png" />
|
||||
<view class="order_text">{{ $t("ENU_ORDER_S_1") }}</view>
|
||||
<view class="order_text">{{ '待发货' }}</view>
|
||||
<view class="qiu">{{ payNum }}</view>
|
||||
</view>
|
||||
<view class="theorderflex1" @click="goOrder(3)">
|
||||
<image class="order_img2" src="../../static/images/myorder_3.png" />
|
||||
<view class="order_text">{{ $t("ENU_ORDER_S_3") }}</view>
|
||||
<view class="order_text">{{ '待收货' }}</view>
|
||||
</view>
|
||||
<view class="theorderflex1" @click="goOrder(5)">
|
||||
<image class="order_img2" src="../../static/images/myorder_4.png" />
|
||||
<view class="order_text">{{ $t("ENU_ORDER_S_5") }}</view>
|
||||
<view class="order_text">{{ '已收货' }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -241,7 +241,7 @@
|
|||
<!-- 市场动态 -->
|
||||
<view class="my_order" v-if="actMenu">
|
||||
<view class="my_title">
|
||||
<text class="thetitle">{{ $t("ENU_MENU_50") }}</text>
|
||||
<text class="thetitle">{{ '市场动态' }}</text>
|
||||
</view>
|
||||
<view class="order_flex">
|
||||
<template v-for="(item, index) in markMenuList">
|
||||
|
@ -274,7 +274,7 @@
|
|||
@click="goTo('/pages/mine/feedBack/feedBack')"
|
||||
>
|
||||
<image class="order_img" src="../../static/images/my_icon12.png" />
|
||||
<view class="order_text">{{ $t("S_L_15") }}</view>
|
||||
<view class="order_text">{{ '意见反馈' }}</view>
|
||||
</view>
|
||||
<picker
|
||||
:range="getLanguageList"
|
||||
|
@ -284,7 +284,7 @@
|
|||
>
|
||||
<view class="theorderflex1" @click="goTo('')">
|
||||
<image class="order_img" src="../../static/images/mark6.png" />
|
||||
<view class="order_text">{{ $t("MY_ORD_55") }}</view>
|
||||
<view class="order_text">{{ '多语言切换' }}</view>
|
||||
</view>
|
||||
</picker>
|
||||
<view
|
||||
|
@ -293,13 +293,13 @@
|
|||
>
|
||||
<image class="order_img" src="../../static/images/my_icon9.png" />
|
||||
<view class="order_text"
|
||||
>{{ $t("MN_F_T_742") }}{{ $t("S_C_88") }}</view
|
||||
>{{ '分公司' }}{{ '地址' }}</view
|
||||
>
|
||||
</view>
|
||||
|
||||
<view class="theorderflex1" @click="goYear">
|
||||
<image class='order_img' src="../../static/images/my_icon12.png" />
|
||||
<view class="order_text">{{ $t("w_1035") }}</view>
|
||||
<view class="order_text">{{ '年度奖衔' }}</view>
|
||||
</view>
|
||||
<!-- <view class="theorderflex1" @click="goTo('')">
|
||||
<image class='order_img' src="../../static/images/my_icon12.png" />
|
||||
|
@ -315,7 +315,7 @@
|
|||
shape="circle"
|
||||
@click="loginOut()"
|
||||
color="#f93026"
|
||||
:text="$t('w_0028')"
|
||||
:text="'退出登录'"
|
||||
></u-button>
|
||||
</view>
|
||||
<cl-tabbar :current="4"></cl-tabbar>
|
||||
|
@ -326,9 +326,9 @@
|
|||
closeable
|
||||
@close="pswShow = false"
|
||||
>
|
||||
<view class="t_tit">{{ $t("MY_WAL_21") }}</view>
|
||||
<view class="t_tit">{{ '二级密码' }}</view>
|
||||
<view class="box">
|
||||
<view class="c_tit">{{ $t("PER_DA_50") }}</view>
|
||||
<view class="c_tit">{{ '请输入二级密码' }}</view>
|
||||
|
||||
<u--input
|
||||
border="surround"
|
||||
|
@ -341,7 +341,7 @@
|
|||
shape="circle"
|
||||
@tap="surePsw"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )"
|
||||
>{{ $t("MY_WAL_23") }}
|
||||
>{{ '确认' }}
|
||||
</u-button>
|
||||
</view>
|
||||
</u-popup>
|
||||
|
@ -373,14 +373,14 @@ export default {
|
|||
markMenuList: [
|
||||
{
|
||||
url: "/pages/performanceEchart/index",
|
||||
name: this.$t("MN_F_49"),
|
||||
name: '数据查询',
|
||||
imgurl: "../../static/images/mark1.png",
|
||||
menuKey: "marketDynamics",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/bonus/index",
|
||||
name: this.$t("ENU_MENU_530"),
|
||||
name: '奖金明细',
|
||||
imgurl: "../../static/images/mark2.png",
|
||||
menuKey: "incomeDetail",
|
||||
ifshow: false,
|
||||
|
@ -388,35 +388,35 @@ export default {
|
|||
|
||||
{
|
||||
url: "/pages/market/examineDetail/examineDetail",
|
||||
name: this.$t("ENU_MENU_560"),
|
||||
name: '考核明细',
|
||||
imgurl: "../../static/images/mark5.png",
|
||||
menuKey: "appraisal",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/market/registerList/registerList",
|
||||
name: this.$t("ENU_MENU_570"),
|
||||
name: '注册列表',
|
||||
imgurl: "../../static/images/mark6.png",
|
||||
menuKey: "registration",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/market/investmentList/investmentList",
|
||||
name: this.$t("ENU_MENU_580"),
|
||||
name: '招商列表',
|
||||
imgurl: "../../static/images/mark7.png",
|
||||
menuKey: "investment",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/market/activeArea/index",
|
||||
name: this.$t("ENU_MENU_520"),
|
||||
name: '活动专区',
|
||||
imgurl: "../../static/images/mark9.png",
|
||||
menuKey: "activeZone",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/architecture/architecture",
|
||||
name: this.$t("MN_F_T_42"),
|
||||
name: '架构管理',
|
||||
imgurl: "../../static/images/my_icon14.png",
|
||||
menuKey: "recommend",
|
||||
ifshow: false,
|
||||
|
@ -426,56 +426,56 @@ export default {
|
|||
otherMenuList: [
|
||||
{
|
||||
url: "1",
|
||||
name: this.$t("ENU_MENU_901"),
|
||||
name: '我的钱包',
|
||||
imgurl: "../../static/images/my_icon1.png",
|
||||
menuKey: "wallet",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/pickupArea/pickupArea",
|
||||
name: this.$t("ENU_MENU_904"),
|
||||
name: '提货专区',
|
||||
imgurl: "../../static/images/my_icon3.png",
|
||||
menuKey: "pickGoods",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/memberCard/index",
|
||||
name: this.$t("PER_DA_13"),
|
||||
name: '电子会员卡',
|
||||
imgurl: "../../static/images/mark5.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/makerspaceView/index",
|
||||
name: this.$t("ENU_APPROVE_B_141"),
|
||||
name: '创客空间认证',
|
||||
imgurl: "../../static/images/my_icon5.png",
|
||||
menuKey: "space",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/selfService/index",
|
||||
name: this.$t("ENU_MENU_905"),
|
||||
name: '自助服务',
|
||||
imgurl: "../../static/images/my_icon6.png",
|
||||
menuKey: "selfHelp",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/userSecure/index",
|
||||
name: this.$t("w_0026"),
|
||||
name: '账号安全',
|
||||
imgurl: "../../static/images/my_icon8.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/addressList/index",
|
||||
name: this.$t("w_0027"),
|
||||
name: '地址管理',
|
||||
imgurl: "../../static/images/my_icon9.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/mine/bindBank/index",
|
||||
name: this.$t("MY_WAL_3"),
|
||||
name: '银行信息',
|
||||
imgurl: "../../static/images/my_icon10.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
|
@ -490,14 +490,14 @@ export default {
|
|||
},
|
||||
{
|
||||
url: "/pages/mine/myMarket/myMarket",
|
||||
name: this.$t("S_C_81"),
|
||||
name: '我的市场',
|
||||
imgurl: "../../static/images/my_icon9.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/mine/globalDistribution/globalDistribution",
|
||||
name: this.$t("w_0005"),
|
||||
name: '全球分布',
|
||||
imgurl: "../../static/images/my_icon9.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
|
@ -511,21 +511,21 @@ export default {
|
|||
},
|
||||
{
|
||||
url: "/pages/mine/giftAddress/list",
|
||||
name: this.$t("PER_DA_19"),
|
||||
name: '礼品地址',
|
||||
imgurl: "../../static/images/mark9.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/mine/space/list",
|
||||
name: this.$t("ENU_G_C_7"),
|
||||
name: '创客空间',
|
||||
imgurl: "../../static/images/mark9.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/mine/addNewPv/index",
|
||||
name: this.$t("ENU_MENU_102"),
|
||||
name: '新增业绩',
|
||||
imgurl: "../../static/images/mark9.png",
|
||||
menuKey: "iNewAchievement",
|
||||
ifshow: false,
|
||||
|
@ -629,56 +629,56 @@ export default {
|
|||
this.otherMenuList = [
|
||||
{
|
||||
url: "1",
|
||||
name: this.$t("ENU_MENU_901"),
|
||||
name: '我的钱包',
|
||||
imgurl: "../../static/images/my_icon1.png",
|
||||
menuKey: "wallet",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/pickupArea/pickupArea",
|
||||
name: this.$t("ENU_MENU_904"),
|
||||
name: '提货专区',
|
||||
imgurl: "../../static/images/my_icon3.png",
|
||||
menuKey: "pickGoods",
|
||||
ifshow: true,
|
||||
},
|
||||
{
|
||||
url: "/pages/memberCard/index",
|
||||
name: this.$t("PER_DA_13"),
|
||||
name: '电子会员卡',
|
||||
imgurl: "../../static/images/mark5.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/makerspaceView/index",
|
||||
name: this.$t("ENU_APPROVE_B_141"),
|
||||
name: '创客空间认证',
|
||||
imgurl: "../../static/images/my_icon5.png",
|
||||
menuKey: "space",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/selfService/index",
|
||||
name: this.$t("ENU_MENU_905"),
|
||||
name: '自助服务',
|
||||
imgurl: "../../static/images/my_icon6.png",
|
||||
menuKey: "selfHelp",
|
||||
ifshow: true,
|
||||
},
|
||||
{
|
||||
url: "/pages/userSecure/index",
|
||||
name: this.$t("w_0026"),
|
||||
name: '账号安全',
|
||||
imgurl: "../../static/images/my_icon8.png",
|
||||
menuKey: "",
|
||||
ifshow: true,
|
||||
},
|
||||
{
|
||||
url: "/pages/addressList/index",
|
||||
name: this.$t("w_0027"),
|
||||
name: '地址管理',
|
||||
imgurl: "../../static/images/my_icon9.png",
|
||||
menuKey: "",
|
||||
ifshow: true,
|
||||
},
|
||||
{
|
||||
url: "/pages/mine/bindBank/index",
|
||||
name: this.$t("MY_WAL_3"),
|
||||
name: '银行信息',
|
||||
imgurl: "../../static/images/my_icon10.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
|
@ -693,14 +693,14 @@ export default {
|
|||
},
|
||||
{
|
||||
url: "/pages/mine/myMarket/myMarket",
|
||||
name: this.$t("S_C_81"),
|
||||
name: '我的市场',
|
||||
imgurl: "../../static/images/my_icon9.png",
|
||||
menuKey: "",
|
||||
ifshow: true,
|
||||
},
|
||||
{
|
||||
url: "/pages/mine/globalDistribution/globalDistribution",
|
||||
name: this.$t("w_0005"),
|
||||
name: '全球分布',
|
||||
imgurl: "../../static/images/my_icon9.png",
|
||||
menuKey: "",
|
||||
},
|
||||
|
@ -713,21 +713,21 @@ export default {
|
|||
},
|
||||
{
|
||||
url: "/pages/mine/giftAddress/list",
|
||||
name: this.$t("PER_DA_19"),
|
||||
name: '礼品地址',
|
||||
imgurl: "../../static/images/mark9.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: "/pages/mine/space/list",
|
||||
name: this.$t("ENU_G_C_7"),
|
||||
name: '创客空间',
|
||||
imgurl: "../../static/images/mark9.png",
|
||||
menuKey: "",
|
||||
ifshow: false,
|
||||
},
|
||||
// {
|
||||
// url: '/pages/mine/addNewPv/index',
|
||||
// name: this.$t('ENU_MENU_102'),
|
||||
// name: '新增业绩',
|
||||
// imgurl: '../../static/images/mark9.png',
|
||||
// menuKey: '',
|
||||
// ifshow: false,
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
<view class="themapdiv">
|
||||
<view class="my_market">
|
||||
<view class="ma_in" style="border-right: 2rpx solid #eeeeee;">
|
||||
<view> {{ $t("S_C_82") }}</view>
|
||||
<view> {{ marketData.countryNum }}{{ $t("S_C_83") }}</view>
|
||||
<view> {{ marketData.regionNum }}{{ $t("S_C_84") }}</view>
|
||||
<view> {{ '全国市场' }}</view>
|
||||
<view> {{ marketData.countryNum }}{{ '国家' }}</view>
|
||||
<view> {{ marketData.regionNum }}{{ '地区' }}</view>
|
||||
|
||||
</view>
|
||||
<view class="ma_in">
|
||||
<view>{{ $t("S_C_81") }}</view>
|
||||
<view>{{ marketData.myCountryNum }}{{ $t("S_C_83") }}</view>
|
||||
<view>{{ marketData.myRegionNum }}{{ $t("S_C_84") }}</view>
|
||||
<view>{{ '我的市场' }}</view>
|
||||
<view>{{ marketData.myCountryNum }}{{ '国家' }}</view>
|
||||
<view>{{ marketData.myRegionNum }}{{ '地区' }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chart pt-10">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<view class="content">
|
||||
<backIcon></backIcon>
|
||||
<view class="index_header">
|
||||
<view>{{$t('ENU_MENU_902')}}</view>
|
||||
<view>{{'我的订单'}}</view>
|
||||
</view>
|
||||
<view class="shareImg"
|
||||
@click="rightOpen">
|
||||
|
@ -27,9 +27,9 @@
|
|||
</view> -->
|
||||
<!-- 日期区间 -->
|
||||
<!-- <view class="timeSlide">
|
||||
<view class="timeA">{{$t('w_0352')}}</view>
|
||||
<view class="timeA">{{'日期区间'}}</view>
|
||||
<view class="timeB" @click="openDate(0)">{{ select.creationTimeStart?select.creationTimeStart:'开始时间' }}</view>
|
||||
<view class="timeA">{{$t('w_0139')}}</view>
|
||||
<view class="timeA">{{'至'}}</view>
|
||||
<view class="timeB" @click="openDate(1)">{{ select.creationTimeEnd?select.creationTimeEnd:'结束时间' }}</view>
|
||||
</view>
|
||||
<view class="hui"></view> -->
|
||||
|
@ -53,7 +53,7 @@
|
|||
<view class="disFlex atm just mbt10">
|
||||
<view class="disFlex atm">
|
||||
<view class="quan">{{ item.orderTypeVal }}</view>
|
||||
<view class="tit1">{{$t('MY_ORD_1')}}{{ item.orderCode }}</view>
|
||||
<view class="tit1">{{'订单编号'}}{{ item.orderCode }}</view>
|
||||
</view>
|
||||
<view class="tit2">
|
||||
{{ item.orderStatusVal }}
|
||||
|
@ -80,7 +80,7 @@
|
|||
|
||||
</view>
|
||||
<view class="tit1">
|
||||
{{$t('MY_ORD_15')}}:{{ item.creationTime }}
|
||||
{{'创建时间'}}:{{ item.creationTime }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="xian"></view>
|
||||
|
@ -100,20 +100,20 @@
|
|||
class="lBtn"
|
||||
:plain="true"
|
||||
shape="circle"
|
||||
:text="$t('ENU_APPROVE_B_234')"
|
||||
:text="'撤销订单'"
|
||||
@click="cancelPay(item)"
|
||||
color="#999"></u-button>
|
||||
<u-button type="primary"
|
||||
v-if="item.orderStatus == 0"
|
||||
shape="circle"
|
||||
@click="goPay(item)"
|
||||
:text="$t('MY_ORD_17')"
|
||||
:text="'支付'"
|
||||
color="#E03030"></u-button>
|
||||
<u-button type="primary"
|
||||
v-if="item.orderStatus == 3||item.orderStatus == 5"
|
||||
@click="openWl(item)"
|
||||
shape="circle"
|
||||
:text="$t('MY_ORD_19')"
|
||||
:text="'查看物流'"
|
||||
color="#E03030"></u-button>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -142,9 +142,9 @@
|
|||
@close="detailsShow= false">
|
||||
<view class="pop_a">
|
||||
<view class="t_tit">
|
||||
{{$t('MY_ORD_5')}}
|
||||
{{'订单详情'}}
|
||||
</view>
|
||||
<view class="pop_t">{{$t('w_0077')}}</view>
|
||||
<view class="pop_t">{{'商品信息'}}</view>
|
||||
<view class="xian"></view>
|
||||
<view class="orderList_a">
|
||||
<view v-for="ctem,cndex in details.itemList"
|
||||
|
@ -172,7 +172,7 @@
|
|||
</view>
|
||||
<view class="disFlex atm just mbt10">
|
||||
<view class="tit1">
|
||||
{{$t('MY_ORD_6')}}
|
||||
{{'订单金额'}}
|
||||
</view>
|
||||
<view class="tit6">
|
||||
{{ details.orderAmount |toThousandthAndKeepDecimal}}
|
||||
|
@ -180,7 +180,7 @@
|
|||
</view>
|
||||
<view class="disFlex atm just mbt10">
|
||||
<view class="tit1">
|
||||
{{$t('MY_ORD_16')}}(PV)
|
||||
{{'订单业绩'}}(PV)
|
||||
</view>
|
||||
<view class="tit6">
|
||||
{{ details.orderAchieve |toThousandthAndKeepDecimal}}
|
||||
|
@ -188,7 +188,7 @@
|
|||
</view>
|
||||
<view class="disFlex atm just mbt10">
|
||||
<view class="tit1">
|
||||
{{$t('MY_ORD_16')}}(BV)
|
||||
{{'订单业绩'}}(BV)
|
||||
</view>
|
||||
<view class="tit6">
|
||||
{{ details.orderAssAchieve |toThousandthAndKeepDecimal}}
|
||||
|
@ -196,7 +196,7 @@
|
|||
</view>
|
||||
<view class="xian"></view>
|
||||
<view class="pop_t mbt10">
|
||||
{{$t('w_0065')}}
|
||||
{{'收货人信息'}}
|
||||
</view>
|
||||
<view class="disFlex atm mbt10 tit6">
|
||||
<view>
|
||||
|
@ -235,17 +235,17 @@
|
|||
:closeOnClickOverlay="false">
|
||||
<view class="rightPopup">
|
||||
<view class="popup_top">
|
||||
<view>{{$t('MY_ORD_50')}}</view>
|
||||
<view>{{'筛选'}}</view>
|
||||
<view class="top_red"
|
||||
@click="rightShow = false">{{$t('N_I_241')}}</view>
|
||||
@click="rightShow = false">{{'返回'}}</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle">
|
||||
{{$t('MY_ORD_1')}}
|
||||
{{'订单编号'}}
|
||||
</view>
|
||||
<view class="choiceBox">
|
||||
<view class="flex_btn">
|
||||
<u--input :placeholder="$t('S_C_70')"
|
||||
<u--input :placeholder="'请输入'"
|
||||
v-model="select.orderCode"
|
||||
border="none"></u--input>
|
||||
</view>
|
||||
|
@ -253,11 +253,11 @@
|
|||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle">
|
||||
{{$t('MN_T_1')}}
|
||||
{{'会员编号'}}
|
||||
</view>
|
||||
<view class="choiceBox">
|
||||
<view class="flex_btn">
|
||||
<u--input :placeholder="$t('S_C_70')"
|
||||
<u--input :placeholder="'请输入'"
|
||||
v-model="select.memberCode"
|
||||
border="none"></u--input>
|
||||
</view>
|
||||
|
@ -265,7 +265,7 @@
|
|||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle">
|
||||
{{$t('MY_ORD_2')}}
|
||||
{{'订单类型'}}
|
||||
</view>
|
||||
<view class="choiceBox1">
|
||||
<view class="flex_btn"
|
||||
|
@ -280,13 +280,13 @@
|
|||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle">
|
||||
{{$t('w_0352')}}
|
||||
{{'日期区间'}}
|
||||
</view>
|
||||
<view class="choiceBox1">
|
||||
<view class="flex_btn"
|
||||
style="flex:1"
|
||||
@click="openDate">
|
||||
{{select.creationTimeStart?select.creationTimeStart:$t('CK_KS_3')}}
|
||||
{{select.creationTimeStart?select.creationTimeStart:'开始时间'}}
|
||||
</view>
|
||||
<view style="color: #666;">
|
||||
——
|
||||
|
@ -294,15 +294,15 @@
|
|||
<view class="flex_btn"
|
||||
style="flex:1"
|
||||
@click="openDate1">
|
||||
{{select.creationTimeEnd?select.creationTimeEnd:$t('CK_KS_9')}}
|
||||
{{select.creationTimeEnd?select.creationTimeEnd:'结束时间'}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="footer">
|
||||
<view class="footer_l"
|
||||
@tap="reset">{{$t('w_0257')}}</view>
|
||||
@tap="reset">{{'清空筛选条件'}}</view>
|
||||
<view class="footer_r"
|
||||
@tap="getDataList(1)">{{$t('w_0035')}}</view>
|
||||
@tap="getDataList(1)">{{'确定'}}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
@ -326,7 +326,7 @@ export default {
|
|||
orderTypes: [],
|
||||
rightShow: false,
|
||||
remarkEd: '',
|
||||
content: this.$t('MY_ORD_52'),
|
||||
content: '确认取消订单?',
|
||||
cancleOrder: false,
|
||||
isRemark: false,
|
||||
cancelCode: '',
|
||||
|
@ -388,7 +388,7 @@ export default {
|
|||
getOrderType() {
|
||||
api.orderType().then((res) => {
|
||||
res.data.unshift({
|
||||
label: this.$t('w_0004'),
|
||||
label: '全部',
|
||||
value: '',
|
||||
})
|
||||
this.orderTypes = res.data
|
||||
|
@ -461,7 +461,7 @@ export default {
|
|||
api.cancelOrder(this.cancelCode).then((res) => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: this.$t('MY_ORD_53'),
|
||||
title: '订单已取消',
|
||||
icon: 'none',
|
||||
duration: 1500,
|
||||
})
|
||||
|
@ -499,7 +499,7 @@ export default {
|
|||
getOrderStatus() {
|
||||
api.orderStatus().then((res) => {
|
||||
res.data.unshift({
|
||||
label: this.$t('w_0004'),
|
||||
label: '全部',
|
||||
value: '',
|
||||
})
|
||||
this.orderStatusList = res.data
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<view class="tab">
|
||||
<view @click="isClick = index"
|
||||
class="tab_i">
|
||||
<view>{{$t('MY_ORD_20')}}{{index+1 }}</view>
|
||||
<view>{{'快递包裹'}}{{index+1 }}</view>
|
||||
<view :class="[isClick===index?'heng':'heng1']">
|
||||
</view>
|
||||
</view>
|
||||
|
@ -21,9 +21,9 @@
|
|||
<view class="disflex">
|
||||
<img src="@/static/images/wl.png"
|
||||
alt="">
|
||||
<view>{{ item.expressName }}{{$t('MY_ORD_20')}} {{ item.expressCode }}</view>
|
||||
<view>{{ item.expressName }}{{'快递包裹'}} {{ item.expressCode }}</view>
|
||||
</view>
|
||||
<view @click="onCopy(item.expressCode)">{{$t('MY_CK_27')}}</view>
|
||||
<view @click="onCopy(item.expressCode)">{{'复制'}}</view>
|
||||
</view>
|
||||
<view class="wl_tree"
|
||||
v-for="ctem,cndex in item.detailList"
|
||||
|
@ -67,7 +67,7 @@ export default {
|
|||
let text = code + ''
|
||||
this.$copyText(text).then((res) => {
|
||||
uni.showToast({
|
||||
title: this.$t('MY_CK_29'),
|
||||
title: '复制成功',
|
||||
icon: 'none',
|
||||
})
|
||||
})
|
||||
|
|
|
@ -2,69 +2,69 @@
|
|||
<view class="content">
|
||||
<view class="theform">
|
||||
<u--form labelPosition="left" :model="dataForm" :rules="rules" ref="uForm">
|
||||
<u-form-item required label-width="180rpx" :label="$t('MY_WAL_33')" prop="accountName" ref="item1">
|
||||
<u--input :placeholder="$t('S_C_70')" v-model="dataForm.accountName" disabledColor="#F5F5F5;"></u--input>
|
||||
<u-form-item required label-width="180rpx" :label="'真实姓名'" prop="accountName" ref="item1">
|
||||
<u--input :placeholder="'请输入'" v-model="dataForm.accountName" disabledColor="#F5F5F5;"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('MY_WAL_34')" prop="sex" ref="item1">
|
||||
<u-form-item required label-width="180rpx" :label="'性别'" prop="sex" ref="item1">
|
||||
<u-radio-group v-model="sexRadio" @change="radioGroupChange">
|
||||
<u-radio :customStyle="{marginRight: '16rpx'}" v-for="(item, index) in sexList" :key="index"
|
||||
:name="item.value">{{ item.label }}</u-radio>
|
||||
</u-radio-group>
|
||||
</u-form-item>
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('MY_WAL_35')" prop="idName" @click="showCtype = true; " ref="item1">
|
||||
<u-form-item required label-width="180rpx" :label="'证件类型'" prop="idName" @click="showCtype = true; " ref="item1">
|
||||
<u--input suffixIcon="arrow-right" readonly v-model="dataForm.idName" disabledColor="#ffffff"
|
||||
:placeholder="$t('CK_KS_38')">
|
||||
:placeholder="'请选择'">
|
||||
</u--input>
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('MY_WAL_36')" prop="idCard" ref="item1">
|
||||
<u--input :placeholder="$t('S_C_70')" v-model="dataForm.idCard" disabledColor="#F5F5F5;"></u--input>
|
||||
<u-form-item required label-width="180rpx" :label="'证件号码'" prop="idCard" ref="item1">
|
||||
<u--input :placeholder="'请输入'" v-model="dataForm.idCard" disabledColor="#F5F5F5;"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('CK_KS_41')" @click="showAmount = true; " prop="bankName" ref="item1">
|
||||
<u-form-item required label-width="180rpx" :label="'银行名称'" @click="showAmount = true; " prop="bankName" ref="item1">
|
||||
<u--input suffixIcon="arrow-right" readonly v-model="dataForm.bankName" disabledColor="#ffffff"
|
||||
:placeholder="$t('CK_KS_38')">
|
||||
:placeholder="'请选择'">
|
||||
</u--input>
|
||||
|
||||
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('MY_WAL_24')" prop="cardNumber" ref="item1">
|
||||
<u--input :placeholder="$t('S_C_70')" v-model="dataForm.cardNumber" disabledColor="#F5F5F5;"></u--input>
|
||||
<u-form-item required label-width="180rpx" :label="'银行卡号'" prop="cardNumber" ref="item1">
|
||||
<u--input :placeholder="'请输入'" v-model="dataForm.cardNumber" disabledColor="#F5F5F5;"></u--input>
|
||||
</u-form-item>
|
||||
|
||||
<u-form-item required label-width="180rpx" :label="$t('CK_KS_43')" prop="subBankName" ref="item1">
|
||||
<u--input :placeholder="$t('S_C_70')" v-model="dataForm.subBankName" disabledColor="#F5F5F5;"></u--input>
|
||||
<u-form-item required label-width="180rpx" :label="'开户支行'" prop="subBankName" ref="item1">
|
||||
<u--input :placeholder="'请输入'" v-model="dataForm.subBankName" disabledColor="#F5F5F5;"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item required @click="getDiqu" :label="$t('w_0068')" label-width="180rpx" prop="theaddress">
|
||||
<u-form-item required @click="getDiqu" :label="'收货地址'" label-width="180rpx" prop="theaddress">
|
||||
<u--input v-model="dataForm.theaddress" readonly suffixIcon="arrow-right" disabledColor="#ffffff"
|
||||
:placeholder="$t('CK_KS_38')">
|
||||
:placeholder="'请选择'">
|
||||
</u--input>
|
||||
</u-form-item>
|
||||
|
||||
<view class="view-class">
|
||||
<u-form-item required :label="$t('S_C_27')" class="label-style" label-width="180rpx" prop="address">
|
||||
<u-form-item required :label="'详细地址'" class="label-style" label-width="180rpx" prop="address">
|
||||
<u-textarea v-model="dataForm.address" placeholder-class="place-class" class="border-color"
|
||||
maxlength="200"
|
||||
:placeholder="$t('S_C_70')" />
|
||||
:placeholder="'请输入'" />
|
||||
|
||||
</u-form-item>
|
||||
</view>
|
||||
<u-form-item required label-width="180rpx" :label="$t('w_0052')" prop="phone" ref="item1">
|
||||
<u--input v-model="dataForm.phone" :placeholder="$t('S_C_70')"></u--input>
|
||||
<u-form-item required label-width="180rpx" :label="'联系方式'" prop="phone" ref="item1">
|
||||
<u--input v-model="dataForm.phone" :placeholder="'请输入'"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('w_0043')" prop="verificationCode" ref="item1">
|
||||
<u--input v-model="dataForm.verificationCode" :placeholder="$t('S_C_70')">
|
||||
<u-form-item required label-width="180rpx" :label="'验证码'" prop="verificationCode" ref="item1">
|
||||
<u--input v-model="dataForm.verificationCode" :placeholder="'请输入'">
|
||||
<template slot="suffix">
|
||||
<text style="color: #18ACFF;" @tap='getCode'>{{tips}}</text>
|
||||
</template>
|
||||
</u--input>
|
||||
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('MY_ORD_60')" >
|
||||
<u-form-item required label-width="180rpx" :label="'证件(正面)'" >
|
||||
<uploadImg :ifsfz='true' @imageUploaded='imageUploaded1' prop="idFront" style="margin-right: 30rpx;" :bgimg="`../../../static/images/idCard1.png`"
|
||||
v-model="dataForm.idFront"></uploadImg>
|
||||
|
||||
</u-form-item>
|
||||
<u-form-item required label-width="180rpx" :label="$t('MY_ORD_61')">
|
||||
<u-form-item required label-width="180rpx" :label="'证件(反面)'">
|
||||
<uploadImg :ifsfz='true' @imageUploaded='imageUploaded2' prop="idBack" style="margin-right: 30rpx;" :bgimg="`../../../static/images/idCard2.png`"
|
||||
v-model="dataForm.idBack"></uploadImg>
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
|||
|
||||
</view>
|
||||
<view class="btnbox">
|
||||
<u-button class="subbtn" @click="submit">{{$t('w_0035')}}</u-button>
|
||||
<u-button class="subbtn" @click="submit">{{'确定'}}</u-button>
|
||||
</view>
|
||||
<u-toast ref="uToast"></u-toast>
|
||||
<v-address ref="address" @getAddressData="AddressData" :defaultCode="defaultCode"
|
||||
|
@ -119,11 +119,11 @@
|
|||
bankCardChioceList: [], //银行选择
|
||||
cardTypeList: [], //证件类型
|
||||
sexList: [{
|
||||
label: this.$t('MY_WAL_44'),
|
||||
label: '男',
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
label: this.$t('MY_WAL_45'),
|
||||
label: '女',
|
||||
value: 2
|
||||
},
|
||||
],
|
||||
|
@ -131,79 +131,79 @@
|
|||
accountName: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
sexRadio: [{
|
||||
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: 'change',
|
||||
}],
|
||||
idName: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['change']
|
||||
}],
|
||||
idCard: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
pkBank: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['change']
|
||||
}],
|
||||
address: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger:['blur', 'change']
|
||||
}],
|
||||
cardNumber: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
subBankName: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
theaddress: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('CK_KS_38'),
|
||||
message: '请选择',
|
||||
trigger: ['change']
|
||||
}],
|
||||
idFront: [{
|
||||
|
||||
required: true,
|
||||
message: this.$t('MY_CK_16'),
|
||||
message: '请上传',
|
||||
|
||||
}],
|
||||
idBack: [{
|
||||
|
||||
required: true,
|
||||
message: this.$t('MY_CK_16'),
|
||||
message: '请上传',
|
||||
|
||||
}],
|
||||
phone: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
verificationCode: [{
|
||||
type: 'string',
|
||||
required: true,
|
||||
message: this.$t('S_C_70'),
|
||||
message: '请输入',
|
||||
trigger: ['blur', 'change']
|
||||
}],
|
||||
|
||||
|
@ -256,22 +256,22 @@
|
|||
if (this.$refs.uCode.canGetCode) {
|
||||
// 模拟向后端请求验证码
|
||||
uni.showLoading({
|
||||
title: this.$t('MY_ORD_62')
|
||||
title: '正在获取验证码'
|
||||
})
|
||||
ban.getVerification({
|
||||
phone: this.dataForm.phone
|
||||
}).then((res) => {
|
||||
uni.hideLoading();
|
||||
// 这里此提示会被this.start()方法中的提示覆盖
|
||||
uni.$u.toast(this.$t('MY_WAL_49'));
|
||||
uni.$u.toast('验证码已发送');
|
||||
// 通知验证码组件内部开始倒计时
|
||||
this.$refs.uCode.start();
|
||||
})
|
||||
} else {
|
||||
uni.$u.toast(this.$t('MY_ORD_63'));
|
||||
uni.$u.toast('倒计时结束后再发送');
|
||||
}
|
||||
} else {
|
||||
uni.$u.toast(this.$t('MY_WAL_47'))
|
||||
uni.$u.toast('请先输入手机号')
|
||||
return
|
||||
}
|
||||
},
|
||||
|
@ -305,7 +305,7 @@
|
|||
|
||||
})
|
||||
}).catch(errors => {
|
||||
uni.$u.toast(this.$t('MY_ORD_64'))
|
||||
uni.$u.toast('校验失败')
|
||||
return false
|
||||
})
|
||||
},
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
-->
|
||||
<template>
|
||||
<view class="contain">
|
||||
<!-- <div class="spacetitle">{{ $t('S_R_1') }}</div> -->
|
||||
<!-- <div class="spacetitle">{{ '永远年轻·创客空间' }}</div> -->
|
||||
<div class="space">
|
||||
<div class="screen-view">
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
height: 14px;
|
||||
margin: 2px 5px 0 0;
|
||||
display: block;
|
||||
" /><span>{{$t('S_C_87')}}:{{ item.storePhone }}</span>
|
||||
" /><span>{{'电话'}}:{{ item.storePhone }}</span>
|
||||
</div>
|
||||
<div class="text2"
|
||||
style="display: flex">
|
||||
|
@ -48,7 +48,7 @@
|
|||
height: 14px;
|
||||
margin: 2px 5px 0 0;
|
||||
display: block;
|
||||
" /><span>{{$t('S_C_88')}}:{{ item.storeProvinceVal }}{{ item.storeCityVal
|
||||
" /><span>{{'地址'}}:{{ item.storeProvinceVal }}{{ item.storeCityVal
|
||||
}}{{ item.storeCountyVal }}{{ item.storeAddress }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -66,7 +66,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- <div class="title2"
|
||||
@click="moreList()">{{ $t('S_L_11') }}>></div> -->
|
||||
@click="moreList()">{{ '查看更多' }}>></div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
-->
|
||||
<template>
|
||||
<view class="contain">
|
||||
<div class="spacetitle">{{ $t('S_R_1') }}</div>
|
||||
<div class="spacetitle">{{ '永远年轻·创客空间' }}</div>
|
||||
<div class="space">
|
||||
<div class="screen-view">
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
|||
height: 14px;
|
||||
margin: 2px 5px 0 0;
|
||||
display: block;
|
||||
" /><span>{{$t('S_C_87')}}:{{ item.storePhone }}</span>
|
||||
" /><span>{{'电话'}}:{{ item.storePhone }}</span>
|
||||
</div>
|
||||
<div class="text2"
|
||||
style="display: flex">
|
||||
|
@ -49,7 +49,7 @@
|
|||
height: 14px;
|
||||
margin: 2px 5px 0 0;
|
||||
display: block;
|
||||
" /><span>{{$t('S_C_88')}}:{{ item.storeProvinceVal }}{{ item.storeCityVal
|
||||
" /><span>{{'地址'}}:{{ item.storeProvinceVal }}{{ item.storeCityVal
|
||||
}}{{ item.storeCountyVal }}{{ item.storeAddress }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -67,7 +67,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- <div class="title2"
|
||||
@click="moreList()">{{ $t('S_L_11') }}>></div> -->
|
||||
@click="moreList()">{{ '查看更多' }}>></div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -12,60 +12,60 @@
|
|||
:rules="rules"
|
||||
ref="uForm">
|
||||
<view class="subTxt">
|
||||
<view>{{$t('w_0065')}}</view>
|
||||
<view>{{'收货人信息'}}</view>
|
||||
</view>
|
||||
<u-form-item :label="$t('MY_ORD_10')"
|
||||
<u-form-item :label="'收货人'"
|
||||
borderBottom
|
||||
prop="recName">
|
||||
<u-input v-model="form.recName"
|
||||
border="none"
|
||||
:placeholder="$t('w_0067')" />
|
||||
:placeholder="'请输入收货人'" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0242')"
|
||||
<u-form-item :label="'收货电话'"
|
||||
borderBottom
|
||||
prop="recPhone">
|
||||
<u-input v-model="form.recPhone" maxlength="20"
|
||||
border="none"
|
||||
type="number"
|
||||
:placeholder="$t('w_0321')" />
|
||||
:placeholder="'请输入收货电话'" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0068')"
|
||||
<u-form-item :label="'收货地址'"
|
||||
borderBottom
|
||||
prop="diqu"
|
||||
@click='getDiqu'>
|
||||
<view class="disFlex justBwn">
|
||||
<u-input v-model="form.diqu"
|
||||
:placeholder="$t('w_0322')"
|
||||
:placeholder="'请选收货地址'"
|
||||
border="none"></u-input>
|
||||
<u-icon name="arrow-right"></u-icon>
|
||||
</view>
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('S_C_27')"
|
||||
<u-form-item :label="'详细地址'"
|
||||
borderBottom
|
||||
prop="recAddress">
|
||||
<u-input v-model="form.recAddress"
|
||||
border="none"
|
||||
maxlength="200"
|
||||
:placeholder="$t('w_0070')" />
|
||||
:placeholder="'请输入详细地址'" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('w_0071')"
|
||||
<u-form-item :label="'邮费'"
|
||||
borderBottom>
|
||||
<u-input disabled
|
||||
border="none"
|
||||
v-model="form.postage" />
|
||||
</u-form-item>
|
||||
<u-form-item :label="$t('MY_WAL_22')"
|
||||
<u-form-item :label="'备注'"
|
||||
borderBottom>
|
||||
<u-input v-model="form.remark"
|
||||
border="none"
|
||||
:placeholder="$t('w_0072')" />
|
||||
:placeholder="'请输入备注'" />
|
||||
</u-form-item>
|
||||
</u-form>
|
||||
<view class="heng">
|
||||
|
||||
</view>
|
||||
<view class="subTxt">
|
||||
<view>{{$t('w_0073')}}</view>
|
||||
<view>{{'历史地址'}}</view>
|
||||
</view>
|
||||
<u-radio-group v-model="moren"
|
||||
shape="circle"
|
||||
|
@ -80,7 +80,7 @@
|
|||
<view class="disFlex justBwn">
|
||||
<view class="disFlex">
|
||||
<view>{{item.recName}}</view>
|
||||
<view class="mr" v-show="item.isDefault == 1">{{$t('w_0263')}}</view>
|
||||
<view class="mr" v-show="item.isDefault == 1">{{'默认'}}</view>
|
||||
</view>
|
||||
<view class="disFlex">
|
||||
<u-icon name="edit-pen"
|
||||
|
@ -136,11 +136,11 @@
|
|||
</view>
|
||||
<view class="fen">
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0080')}}(PV)</view>
|
||||
<view class="tit3">{{'商品业绩'}}(PV)</view>
|
||||
<view class="tit1">{{ item.pvAmount | numberToCurrency}}</view>
|
||||
</view>
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0093')}}</view>
|
||||
<view class="tit3">{{'金额小计'}}</view>
|
||||
<view class="tit1">{{ item.priceAmount | numberToCurrency}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -149,19 +149,19 @@
|
|||
|
||||
<view class="pad">
|
||||
<!-- <view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0083')}}(¥):</view>
|
||||
<view class="tit3">{{'商品金额总计'}}(¥):</view>
|
||||
<view class="tit1">{{ priceAmount | numberToCurrency | isLocal}}</view>
|
||||
</view> -->
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0071')}}:</view>
|
||||
<view class="tit3">{{'邮费'}}:</view>
|
||||
<view class="tit1">{{ form.postage | numberToCurrency | isLocal}}</view>
|
||||
</view>
|
||||
<view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('w_0325')}}:</view>
|
||||
<view class="tit3">{{'总价'}}:</view>
|
||||
<view class="tit1">{{ totalAmont | numberToCurrency | isLocal}}</view>
|
||||
</view>
|
||||
<!-- <view class="disFlex justBwn">
|
||||
<view class="tit3">{{$t('ENU_TOTAL_V_1')}}</view>
|
||||
<view class="tit3">{{'业绩'}}</view>
|
||||
<view class="tit1">{{ allGoodsData.achieveAmount | numberToCurrency | isLocal}}</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
@ -179,17 +179,17 @@
|
|||
<u-checkbox :name="1">
|
||||
</u-checkbox>
|
||||
</u-checkbox-group>
|
||||
<view class="tit3">{{$t('w_0207')}}</view>
|
||||
<view class="tit2"> 《{{$t('w_0208')}}》</view>
|
||||
<view class="tit3">{{'请阅读并同意'}}</view>
|
||||
<view class="tit2"> 《{{'购买协议'}}》</view>
|
||||
</view>
|
||||
<view class="footer_r">
|
||||
<u-button type="success"
|
||||
class="uBtn"
|
||||
shape="circle"
|
||||
:loading="isLoading"
|
||||
:loadingText="$t('w_0313')"
|
||||
:loadingText="'购买中'"
|
||||
@tap="goBuy"
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )">{{$t('w_0085')}}</u-button>
|
||||
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'购买'}}</u-button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -211,7 +211,7 @@
|
|||
<u-modal :show="delAddress"
|
||||
showConfirmButton
|
||||
showCancelButton
|
||||
:content="$t('w_0088')+'?'"
|
||||
:content="'确定要删除该收货地址吗'+'?'"
|
||||
confirmColor='#DE3932'
|
||||
@confirm="toDel"
|
||||
@cancel="delAddress=false"
|
||||
|
@ -250,11 +250,11 @@ export default {
|
|||
[
|
||||
{
|
||||
id: 1,
|
||||
label: this.$t('ENU_PLACE_D_1'),
|
||||
label: '安置左区',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
label: this.$t('ENU_PLACE_D_2'),
|
||||
label: '安置右区',
|
||||
},
|
||||
],
|
||||
],
|
||||
|
@ -278,7 +278,7 @@ export default {
|
|||
},
|
||||
|
||||
form: {
|
||||
deliveryName: this.$t('ENU_DELIVERY_1'),
|
||||
deliveryName: '快递发货',
|
||||
deliveryWay: 1,
|
||||
postage: 0,
|
||||
transType: 1,
|
||||
|
@ -307,28 +307,28 @@ export default {
|
|||
recName: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0067'),
|
||||
message: '请输入收货人',
|
||||
trigger: ['change', 'blur'],
|
||||
},
|
||||
],
|
||||
recPhone: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0321'),
|
||||
message: '请输入收货电话',
|
||||
trigger: ['change', 'blur'],
|
||||
},
|
||||
],
|
||||
diqu: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0069'),
|
||||
message: '请选择收货地址',
|
||||
trigger: ['change', 'blur'],
|
||||
},
|
||||
],
|
||||
recAddress: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('w_0070'),
|
||||
message: '请输入详细地址',
|
||||
trigger: ['change', 'blur'],
|
||||
},
|
||||
],
|
||||
|
@ -383,7 +383,7 @@ export default {
|
|||
toDel() {
|
||||
api.delAddress(this.delId).then((res) => {
|
||||
uni.showToast({
|
||||
title: this.$t('w_0089'),
|
||||
title: '删除成功',
|
||||
icon: 'none',
|
||||
})
|
||||
this.getAddressList()
|
||||
|
@ -432,7 +432,7 @@ export default {
|
|||
// 升级编号获取name
|
||||
upgradeMemberCodePass(rule, value, callback) {
|
||||
if (!value) {
|
||||
callback(new Error(this.$t('w_0046')))
|
||||
callback(new Error('请输入会员编号'))
|
||||
} else {
|
||||
api
|
||||
.upgRel({
|
||||
|
@ -586,7 +586,7 @@ export default {
|
|||
this.$refs.uForm.validate().then((res) => {
|
||||
if (this.agreementShow.length == 0) {
|
||||
uni.showToast({
|
||||
title: this.$t('w_0091'),
|
||||
title: '请阅读并同意购买协议',
|
||||
icon: 'none',
|
||||
duration: 1500,
|
||||
})
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue