Commit 648be452 authored by Mac's avatar Mac

修改名字

parent a50ea978
...@@ -392,7 +392,7 @@ ...@@ -392,7 +392,7 @@
</view> </view>
<view class="activitytime-item" v-if="details.LocationName !=null && details.LocationName!=''" @click="goopenlocation(details)"> <view class="activitytime-item" v-if="details.LocationName !=null && details.LocationName!=''" @click="goopenlocation(details)">
<view class="activitytime-item-l"> <view class="activitytime-item-l">
活动地址 活动位置
</view> </view>
<view style="display: flex;flex-wrap: wrap;"> <view style="display: flex;flex-wrap: wrap;">
<u-icon name="location" :color="mainColor" size="30" ></u-icon> <u-icon name="location" :color="mainColor" size="30" ></u-icon>
......
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
</view> </view>
<view class="box-item" style="justify-content: space-between;" @click="getAddress()"> <view class="box-item" style="justify-content: space-between;" @click="getAddress()">
<text style="font-size:12px;color: #666666;">所在位置</text> <text style="font-size:12px;color: #666666;">活动位置</text>
<view class="flex-row"> <view class="flex-row">
<u-icon name="location" :color="mainColor" size="30" ></u-icon> <u-icon name="location" :color="mainColor" size="30" ></u-icon>
<text style="max-width: calc(100vw - 70px - 40px);white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-right: 5px;">{{addMsg.LocationName!=''?addMsg.LocationName:'无'}}</text> <text style="max-width: calc(100vw - 70px - 40px);white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-right: 5px;">{{addMsg.LocationName!=''?addMsg.LocationName:'无'}}</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment