细节优化
parent
b7cd5f4398
commit
1360282bb1
|
|
@ -16,7 +16,7 @@
|
|||
</view>
|
||||
<view class="head-item padding-left-main flex-1 flex-width">
|
||||
<view class="cr-white">
|
||||
<view class="dis-inline-block text-size fw-b" @tap="user_referrer">{{ nickname }}</view>
|
||||
<view class="dis-inline-block text-size fw-b">{{ nickname }}</view>
|
||||
<view v-if="(user_referrer || null) != null" class="dis-inline-block margin-left-lg br-b-f9 padding-bottom-xss text-size-xs" data-event="copy" :data-value="user_referrer" @tap="text_event">
|
||||
<view class="dis-inline-block">
|
||||
<text>{{$t('common.recommend_code_name')}}</text>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<block v-if="is_user_address_forbid_choice_region == 0">
|
||||
<view class="flex-row align-c" :class="home_user_address_map_status == 1 ? 'br-t-dashed padding-top-sm margin-top-sm' : ''">
|
||||
<view class="flex-1 flex-width">
|
||||
<view @tap="open_ragion" class="single-text">
|
||||
<view @tap="open_region" class="single-text">
|
||||
<text v-if="province_name"> {{ province_name }}{{ city_name ? '-' + city_name : '' }}{{ county_name ? '-' + county_name : '' }} </text>
|
||||
<text v-else class="cr-grey-9">{{$t('extraction-apply.extraction-apply.cy87k6')}}</text>
|
||||
</view>
|
||||
|
|
@ -726,7 +726,7 @@
|
|||
},
|
||||
});
|
||||
},
|
||||
open_ragion(e) {
|
||||
open_region(e) {
|
||||
this.setData({
|
||||
region_picker_show: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue