lu_quan_dev
rosehan 1 year ago
parent 1e627e2219
commit 283fff99dc
  1. 2
      pages/personcenter/personcenter.vue
  2. 4
      pages/zhoubian/zhoubian/zhoubian.vue
  3. 7
      static/ancss/an.css
  4. BIN
      static/animg/personCenter/touxiang.png
  5. 1469
      subPageC/order/orderDetail.vue

@ -23,7 +23,7 @@
<view class="user-head" v-else>
<view class="u-m-r-20">
<view class="avatar u-flex" style="justify-content: center">
<image class="head-head" src="/static/animg/personCenter/touxiang.png"></image>
<image class="head-head" src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/touxiang.png"></image>
</view>
</view>
<view class="u-flex-1" @click="openLogin">

@ -84,14 +84,14 @@
</view>
<view class="pop-content" v-if="visualDialog" :class="visualDialog?'show':'unShow'">
<view class="close" @click="visualDialog=false">
<image src="/static/animg/fuwu/icon_close.png" mode="widthFix"></image>
<image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/icon_close.png" mode="widthFix"></image>
</view>
<view class="pop-content-inner">
<view v-for="(item, index) in oData" :key="index" class="amb_30 pop-item">
<view @click="changeOther(item.index)">
<view class="otitle"><text class="text">{{ item.markerTitle }}</text></view>
<view class="oaddress"><image src="/static/animg/fuwu/icon_address.png" mode="widthFix"></image>{{ item.distance }}|{{ item.address }}</view>
<view class="oaddress"><image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/icon_address.png" mode="widthFix"></image>{{ item.distance }}|{{ item.address }}</view>
<view style="
height: 1px;
width: 100%;

@ -3,12 +3,7 @@ page {
/* font-family: SimSun; */
}
/* @font-face {
font-family: SimSun;
font-weight: normal;
font-style: normal;
src: url('~@/static/SimSun1.ttf') ;
} */
/* 导航栏占位 */
/*
.status-contents{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save