|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<view class="content">
|
|
<view class="content">
|
|
<!-- 顶部导航 -->
|
|
<!-- 顶部导航 -->
|
|
- <uni-nav-bar :border="false" @clickLeft="toUserCenter" background-color="#fff" title="智能快洗" :status-bar="true" :fixed="true"
|
|
|
|
|
|
+ <uni-nav-bar :border="false" @clickLeft="toOtherWX" background-color="#fff" title="智能快洗" :status-bar="true" :fixed="true"
|
|
color="rgb(255,0,0)">
|
|
color="rgb(255,0,0)">
|
|
<view style="padding-left: 20rpx;" slot="left">
|
|
<view style="padding-left: 20rpx;" slot="left">
|
|
<u-image width="40rpx" height="60rpx" mode="aspectFit" src="/static/img/person.png"></u-image>
|
|
<u-image width="40rpx" height="60rpx" mode="aspectFit" src="/static/img/person.png"></u-image>
|
|
@@ -9,7 +9,7 @@
|
|
</uni-nav-bar>
|
|
</uni-nav-bar>
|
|
<!-- 页面主体 -->
|
|
<!-- 页面主体 -->
|
|
<view class="pageContent">
|
|
<view class="pageContent">
|
|
- <map id="map" :latitude="lat" :longitude="lng" scale="10" show-compass :markers="markers" @markertap="markertap"
|
|
|
|
|
|
+ <map id="map" :latitude="lat" :longitude="lng" scale="10" show-compass :markers="markers" @markertap="toOtherWX"
|
|
show-location style="width: 100%; height:100%;">
|
|
show-location style="width: 100%; height:100%;">
|
|
<!-- 信息提示 -->
|
|
<!-- 信息提示 -->
|
|
<cover-view class="work-message" v-if="workStatus=='show'" @click="toWork">
|
|
<cover-view class="work-message" v-if="workStatus=='show'" @click="toWork">
|
|
@@ -21,11 +21,11 @@
|
|
<!-- 左边控件 -->
|
|
<!-- 左边控件 -->
|
|
<view class="cover-view">
|
|
<view class="cover-view">
|
|
<view class="flex-wrp">
|
|
<view class="flex-wrp">
|
|
- <cover-view @click="intoList" class="flex-item">
|
|
|
|
|
|
+ <cover-view @click="toOtherWX" class="flex-item">
|
|
<cover-image class="img" src="/static/img/index-list.png"></cover-image>
|
|
<cover-image class="img" src="/static/img/index-list.png"></cover-image>
|
|
<cover-view>网点列表</cover-view>
|
|
<cover-view>网点列表</cover-view>
|
|
</cover-view>
|
|
</cover-view>
|
|
- <cover-view @click="openPop" class="flex-item">
|
|
|
|
|
|
+ <cover-view @click="toOtherWX" class="flex-item">
|
|
<cover-image class="img" src="/static/img/index-call.png"></cover-image>
|
|
<cover-image class="img" src="/static/img/index-call.png"></cover-image>
|
|
<cover-view>联系客服</cover-view>
|
|
<cover-view>联系客服</cover-view>
|
|
</cover-view>
|
|
</cover-view>
|
|
@@ -40,7 +40,7 @@
|
|
<cover-image class="img" @click="moveToLocation" src="/static/img/location.png"></cover-image>
|
|
<cover-image class="img" @click="moveToLocation" src="/static/img/location.png"></cover-image>
|
|
</view>
|
|
</view>
|
|
<view class="cover-bottom">
|
|
<view class="cover-bottom">
|
|
- <button @click="scanCode" type="warn">
|
|
|
|
|
|
+ <button @click="toOtherWX" type="warn">
|
|
<u-icon name="scan" color="#fff" size="38"></u-icon>
|
|
<u-icon name="scan" color="#fff" size="38"></u-icon>
|
|
扫码洗车
|
|
扫码洗车
|
|
</button>
|
|
</button>
|