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="text">{{ '全球一体化' }}</view>
|
||||
</view>
|
||||
<view class="index-right">
|
||||
<!-- <view class="index-right">
|
||||
<view
|
||||
class="changeLanguages"
|
||||
v-if="isEmpty(getLanguageList) == false"
|
||||
|
@ -29,13 +29,12 @@
|
|||
<view class="select-text">
|
||||
<view class="texts">{{ getLanguageList[index].label }}</view>
|
||||
<view class="">
|
||||
<!-- <image class="selIcon"
|
||||
src="../../static/images/drop-666.png"></image> -->
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<floating></floating>
|
||||
|
@ -447,7 +446,7 @@ export default {
|
|||
this.getRepurchase();
|
||||
}
|
||||
this.getGoodsInfo();
|
||||
this.getLanguage();
|
||||
// this.getLanguage();
|
||||
this.getService();
|
||||
},
|
||||
onShow() {
|
||||
|
|
|
@ -354,11 +354,11 @@
|
|||
import clTabbar from "@/components/cl-tabbar.vue";
|
||||
import * as min from "@/config/balance.js";
|
||||
import * as api from "@/config/login.js";
|
||||
import talentList from "@/components/talentList.vue";
|
||||
// import talentList from "@/components/talentList.vue";
|
||||
export default {
|
||||
components: {
|
||||
"cl-tabbar": clTabbar,
|
||||
talentList,
|
||||
// talentList,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<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-right">
|
||||
{{userInfo.countryName}}
|
||||
|
@ -71,7 +71,7 @@
|
|||
<view class="user-right">
|
||||
{{userInfo.settleCountryName}}
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="index-view">
|
||||
<view class="user-name">{{'注册等级'}}</view>
|
||||
<view class="user-right">
|
||||
|
@ -84,12 +84,12 @@
|
|||
{{userInfo.settleGradeVal}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="index-view">
|
||||
<!-- <view class="index-view">
|
||||
<view class="user-name">{{'代理等级'}}</view>
|
||||
<view class="user-right">
|
||||
{{userInfo.agentGrade}}
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="index-view">
|
||||
<view class="user-name">{{'真实奖衔'}}</view>
|
||||
<view class="user-right">
|
||||
|
|
Loading…
Reference in New Issue