|
|
@ -3,18 +3,18 @@ |
|
|
|
<view class="uni-flex u-row u-col-center" @click="showLocation"> |
|
|
|
<view class="flex u-row" v-if="isShowEdit"> |
|
|
|
<view> |
|
|
|
<text style="font-size: 30rpx">{{ title }}</text> |
|
|
|
<text style="font-size: 35rpx">{{ title }}</text> |
|
|
|
|
|
|
|
<text style="font-size: 25rpx; color: #3fbaff">  {{ recommendLocationCode }}</text> |
|
|
|
<text v-if="locationCode" style="font-size: 25rpx; color: #3fbaff"> / {{ locationCode }}</text> |
|
|
|
<text style="font-size: 45rpx; color: #3fbaff">  {{ recommendLocationCode }}</text> |
|
|
|
<text v-if="locationCode" style="font-size: 45rpx; color: #3fbaff"> / {{ locationCode }}</text> |
|
|
|
<!-- <text style="font-size: 35rpx;color:#3FBAFF;" v-if="locationCode==''&&isShowEdit==true">  请扫描</text> --> |
|
|
|
</view> |
|
|
|
<image style="width: 30rpx; height: 30rpx; margin: 6rpx 10rpx 0px; display: inline-block" src="/static/icons/icons_edit.svg"></image> |
|
|
|
<image style="width: 45rpx; height: 45rpx; margin: 6rpx 10rpx 0px; display: inline-block" src="/static/icons/icons_edit.svg"></image> |
|
|
|
</view> |
|
|
|
<view class="" v-else> |
|
|
|
<view> |
|
|
|
<text style="font-size: 30rpx">{{ title }}</text> |
|
|
|
<text style="font-size: 25rpx; color: #3fbaff">  {{ recommendLocationCode }}</text> |
|
|
|
<text style="font-size: 35rpx">{{ title }}</text> |
|
|
|
<text style="font-size: 45rpx; color: #3fbaff">  {{ recommendLocationCode }}</text> |
|
|
|
<!-- <text style="font-size: 35rpx;color:#3FBAFF;" v-if="locationCode==''&&isShowEdit==true">  请扫描</text> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|