fix(userData): remove uesless field
This commit is contained in:
parent
ce3df63cb3
commit
596ad9d456
|
@ -15,7 +15,7 @@
|
||||||
<view class="english">GLOBALIZATION</view>
|
<view class="english">GLOBALIZATION</view>
|
||||||
<view class="text">{{ '全球一体化' }}</view>
|
<view class="text">{{ '全球一体化' }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="index-right">
|
<!-- <view class="index-right">
|
||||||
<view
|
<view
|
||||||
class="changeLanguages"
|
class="changeLanguages"
|
||||||
v-if="isEmpty(getLanguageList) == false"
|
v-if="isEmpty(getLanguageList) == false"
|
||||||
|
@ -29,13 +29,12 @@
|
||||||
<view class="select-text">
|
<view class="select-text">
|
||||||
<view class="texts">{{ getLanguageList[index].label }}</view>
|
<view class="texts">{{ getLanguageList[index].label }}</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
<!-- <image class="selIcon"
|
|
||||||
src="../../static/images/drop-666.png"></image> -->
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</picker>
|
</picker>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<floating></floating>
|
<floating></floating>
|
||||||
|
@ -447,7 +446,7 @@ export default {
|
||||||
this.getRepurchase();
|
this.getRepurchase();
|
||||||
}
|
}
|
||||||
this.getGoodsInfo();
|
this.getGoodsInfo();
|
||||||
this.getLanguage();
|
// this.getLanguage();
|
||||||
this.getService();
|
this.getService();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|
|
@ -354,11 +354,11 @@
|
||||||
import clTabbar from "@/components/cl-tabbar.vue";
|
import clTabbar from "@/components/cl-tabbar.vue";
|
||||||
import * as min from "@/config/balance.js";
|
import * as min from "@/config/balance.js";
|
||||||
import * as api from "@/config/login.js";
|
import * as api from "@/config/login.js";
|
||||||
import talentList from "@/components/talentList.vue";
|
// import talentList from "@/components/talentList.vue";
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
"cl-tabbar": clTabbar,
|
"cl-tabbar": clTabbar,
|
||||||
talentList,
|
// talentList,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -60,18 +60,18 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="content" style="border-bottom: none;">
|
<view class="content" style="border-bottom: none;">
|
||||||
<view class="index-view tops">
|
<!-- <view class="index-view tops">
|
||||||
<view class="user-name">{{'自然国家'}}</view>
|
<view class="user-name">{{'自然国家'}}</view>
|
||||||
<view class="user-right">
|
<view class="user-right">
|
||||||
{{userInfo.countryName}}
|
{{userInfo.countryName}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="index-view">
|
<view class="index-view">
|
||||||
<view class="user-name">{{'结算国家'}}</view>
|
<view class="user-name">{{'结算国家'}}</view>
|
||||||
<view class="user-right">
|
<view class="user-right">
|
||||||
{{userInfo.settleCountryName}}
|
{{userInfo.settleCountryName}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="index-view">
|
<view class="index-view">
|
||||||
<view class="user-name">{{'注册等级'}}</view>
|
<view class="user-name">{{'注册等级'}}</view>
|
||||||
<view class="user-right">
|
<view class="user-right">
|
||||||
|
@ -84,12 +84,12 @@
|
||||||
{{userInfo.settleGradeVal}}
|
{{userInfo.settleGradeVal}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="index-view">
|
<!-- <view class="index-view">
|
||||||
<view class="user-name">{{'代理等级'}}</view>
|
<view class="user-name">{{'代理等级'}}</view>
|
||||||
<view class="user-right">
|
<view class="user-right">
|
||||||
{{userInfo.agentGrade}}
|
{{userInfo.agentGrade}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="index-view">
|
<view class="index-view">
|
||||||
<view class="user-name">{{'真实奖衔'}}</view>
|
<view class="user-name">{{'真实奖衔'}}</view>
|
||||||
<view class="user-right">
|
<view class="user-right">
|
||||||
|
|
Loading…
Reference in New Issue