调整17:49

youmengting-dev
游梦婷 1 year ago
parent 0f0699aea4
commit 91b8146f7d
  1. 16
      pages/tabBar/category/category.vue
  2. 8
      pages/tabBar/user/user.vue

@ -85,9 +85,9 @@
@click="seeloaction(box)">
<template v-if="box.id != 0">
<image mode="widthFix" :src="box.logo" class="recontleft flleft border-r"
@error="imgerror($event, i )" style="width: 50px;">
@error="imgerror($event, i )" style="width: 50px;flex-shrink: 0;">
</image>
<cover-view class="fotlt paddleft5">
<cover-view class="fotlt paddleft5 flex-1">
<cover-view class="text2 width100 font16 fontwig6">
{{box.callout.content}}
</cover-view>
@ -95,8 +95,8 @@
<cover-view class="width70 flleft text1 font13 fcor999">
{{box.callout.address}}
</cover-view>
<cover-view class="width30 flright font13 fcor666 fotct">
<image mode="aspectFit" :src="imagewxUrl+imgadres4" style="width: 10px;height:10px"></image>
<cover-view class="width30 flright font13 fcor666 fotrt">
<image mode="aspectFit" :src="imagewxUrl+imgadres4" class="marglerig" style="width: 10px;height:10px"></image>
{{box.distance}}km
</cover-view>
</cover-view>
@ -191,9 +191,9 @@
@click="seeloaction(box)">
<template v-if="box.id != 0">
<image mode="widthFix" :src="box.logo" class="recontleft flleft border-r"
@error="imgerror($event, i )" style="width: 50px;">
@error="imgerror($event, i )" style="width: 50px;flex-shrink: 0;">
</image>
<view class="fotlt paddleft5">
<view class="fotlt paddleft5 flex-1">
<view class="text2 width100 font16 fontwig6">
{{box.callout.content}}
</view>
@ -201,8 +201,8 @@
<view class="width70 flleft text1 font13 fcor999">
{{box.callout.address}}
</view>
<view class="width30 flright font13 fcor666 fotct">
<image mode="aspectFit" :src="imagewxUrl+imgadres4" style="width: 10px;height: 10px;"></image>
<view class="width30 flright font13 fcor666 fotrt">
<image mode="aspectFit" :src="imagewxUrl+imgadres4" class="marglerig" style="width: 10px;height: 10px;"></image>
{{box.distance}}km
</view>
</view>

@ -55,13 +55,13 @@
</view>
</view>
<view class="list">
<view class="box" v-for="(row,index) in orderList" :key="index" @tap="toOrderList(index)">
<uni-badge style="width: 20px;position: absolute; left: 18%;" v-if="row.text == '待支付' && therrNum "
<view class="box" style="position: relative;" v-for="(row,index) in orderList" :key="index" @tap="toOrderList(index)">
<uni-badge style="width: 20px;position: absolute; right:20%;z-index:9;" v-if="row.text == '待支付' && therrNum "
:text="therrNum" type="error" size="normal"></uni-badge>
<uni-badge style="width: 20px;position: absolute; left: 42%;"
<uni-badge style="width: 20px;position: absolute; right:20%;z-index:9;"
v-if="row.text == '已支付' && orderPayNum " :text="orderPayNum" type="error" size="normal">
</uni-badge>
<uni-badge style="width: 20px;position: absolute; left: 63%;"
<uni-badge style="width: 20px;position: absolute; right:20%;z-index:9;"
v-if="row.text == '已完成' && whetherCheckNum " :text="whetherCheckNum" type="error" size="normal">
</uni-badge>
<view class="img">

Loading…
Cancel
Save