12.01前端 index
This commit is contained in:
parent
2da1c46915
commit
74efa27e2a
@ -84,8 +84,8 @@
|
||||
<view class="hui2" v-if="distance!=''">{{ distance }}km</view>
|
||||
</view>
|
||||
<view class="lananniu" @click="goGoGo" v-if="distance!=''">
|
||||
<uni-icons type="paperplane-filled" color="#195ADA"
|
||||
size="16"></uni-icons> {{ distance*1000 }}米
|
||||
<uni-icons type="paperplane-filled" color="#195ADA" size="16"></uni-icons>
|
||||
{{ distance || "0" }}KM
|
||||
</view>
|
||||
</view>
|
||||
<!-- <scroll-view scroll-x="true">
|
||||
@ -106,7 +106,8 @@
|
||||
</view>
|
||||
<!-- 加油站卡片结束-->
|
||||
<!-- <u-picker :show="show" :columns="columns" @confirm="confirm" @cancel="cancel"></u-picker> -->
|
||||
<u-picker :columns="columns" @confirm="confirm" :show="show" @cancel="show = false" keyName="label"></u-picker>
|
||||
<u-picker :columns="columns" @confirm="confirm" :show="show" @cancel="show = false"
|
||||
keyName="label"></u-picker>
|
||||
|
||||
<!--外层结束 -->
|
||||
<tabbar :msg="msg"></tabbar>
|
||||
@ -220,7 +221,9 @@
|
||||
request({
|
||||
url: "business/storeInformation/store/queryStoreById",
|
||||
method: 'post',
|
||||
data:{"storeId":id},
|
||||
data: {
|
||||
"storeId": id
|
||||
},
|
||||
}).then((response) => {
|
||||
_this.store = response.data
|
||||
let welfare = response.data.welfare
|
||||
@ -571,8 +574,8 @@
|
||||
}
|
||||
|
||||
.lananniu {
|
||||
width: 78px;
|
||||
height: 24px;
|
||||
box-sizing: border-box;
|
||||
padding: 3px 10px;
|
||||
background: #DBE9FF;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user