|
@ -1,19 +1,15 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view class="uni-flex u-col-center" style="padding-top: 15rpx; |
|
|
<view class="uni-flex u-col-center" style="padding-left: 10rpx;padding-right: 10rpx; |
|
|
padding-bottom: 15rpx; |
|
|
|
|
|
padding-left: 10rpx; |
|
|
|
|
|
padding-right: 10rpx; |
|
|
|
|
|
font-size:32rpx;"> |
|
|
font-size:32rpx;"> |
|
|
<view class="uni-flex uni-row u-col-center" @click="showLocation"> |
|
|
<view class="uni-flex uni-row u-col-center" @click="showLocation"> |
|
|
<view class="flex uni-row" v-if="isShowEdit" > |
|
|
<view class="flex uni-row" v-if="isShowEdit" > |
|
|
<view > |
|
|
<view > |
|
|
<text style="font-size: 35rpx;">{{title}}</text> |
|
|
<text style="font-size: 35rpx;">{{title}}</text> |
|
|
|
|
|
|
|
|
<text style="font-size: 45rpx;color:#3FBAFF; font-weight: bold;">  {{recommendLocationCode}}</text> |
|
|
<text style="font-size: 45rpx;color:#3FBAFF; font-weight: bold;">  {{recommendLocationCode}}</text> |
|
|
<text v-if="locationCode" style="font-size: 45rpx;color:#3FBAFF;font-weight: bold;"> / {{locationCode}}</text> |
|
|
<text v-if="locationCode" style="font-size: 45rpx;color:#3FBAFF;font-weight: bold;"> / {{locationCode}}</text> |
|
|
<!-- <text style="font-size: 35rpx;color:#3FBAFF;" v-if="locationCode==''&&isShowEdit==true">  请扫描</text> --> |
|
|
<!-- <text style="font-size: 35rpx;color:#3FBAFF;" v-if="locationCode==''&&isShowEdit==true">  请扫描</text> --> |
|
|
</view> |
|
|
</view> |
|
|
<image style="width:45rpx;height: 45rpx;" src="/static/icons/icons_edit.svg"></image> |
|
|
<image style="width:45rpx;height: 45rpx; vertical-align:center" class="center" src="/static/icons/icons_edit.svg"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="" v-else> |
|
|
<view class="" v-else> |
|
|
<view > |
|
|
<view > |
|
|