12.01前端 index

This commit is contained in:
@QQNZX 2023-12-01 16:20:02 +08:00
parent 2da1c46915
commit 74efa27e2a

View File

@ -84,8 +84,8 @@
<view class="hui2" v-if="distance!=''">{{ distance }}km</view> <view class="hui2" v-if="distance!=''">{{ distance }}km</view>
</view> </view>
<view class="lananniu" @click="goGoGo" v-if="distance!=''"> <view class="lananniu" @click="goGoGo" v-if="distance!=''">
<uni-icons type="paperplane-filled" color="#195ADA" <uni-icons type="paperplane-filled" color="#195ADA" size="16"></uni-icons>
size="16"></uni-icons> {{ distance*1000 }} {{ distance || "0" }}KM
</view> </view>
</view> </view>
<!-- <scroll-view scroll-x="true"> <!-- <scroll-view scroll-x="true">
@ -106,7 +106,8 @@
</view> </view>
<!-- 加油站卡片结束--> <!-- 加油站卡片结束-->
<!-- <u-picker :show="show" :columns="columns" @confirm="confirm" @cancel="cancel"></u-picker> --> <!-- <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> <tabbar :msg="msg"></tabbar>
@ -220,7 +221,9 @@
request({ request({
url: "business/storeInformation/store/queryStoreById", url: "business/storeInformation/store/queryStoreById",
method: 'post', method: 'post',
data:{"storeId":id}, data: {
"storeId": id
},
}).then((response) => { }).then((response) => {
_this.store = response.data _this.store = response.data
let welfare = response.data.welfare let welfare = response.data.welfare
@ -571,8 +574,8 @@
} }
.lananniu { .lananniu {
width: 78px; box-sizing: border-box;
height: 24px; padding: 3px 10px;
background: #DBE9FF; background: #DBE9FF;
border-radius: 12px; border-radius: 12px;
display: flex; display: flex;