main
fanfan 7 months ago
parent fc5d5fff19
commit cb225defa4
  1. 6
      pages/index/index.vue
  2. 2
      pages/news/recycling/detail.vue
  3. 4
      pages/order/detail.vue
  4. 4
      pages/sureOrder/index.vue

@ -34,7 +34,7 @@
v-for="(item,index) in tabList" :key="index">
{{item.name}}
<view class="flag" v-if="tabCurrent==index">
<image :src="$picUrl+'/static/index/line.png'"></image>
<image :src="$picUrl+'/static/index/line.png'" mode=""></image>
</view>
</view>
<!-- <u-tabs :list="tabList" name="name" font-size="28" active-color="#F6393D"
@ -43,7 +43,7 @@
</scroll-view>
<view class="main">
<view class="picContainer">
<u-swiper :list="bannerList" height="196" img-mode="heightFix" @click="gotoDetail"></u-swiper>
<u-swiper :list="bannerList" height="196" img-mode="aspectFill" @click="gotoDetail"></u-swiper>
</view>
<view class="grid">
<view class="gridRows">
@ -486,7 +486,7 @@
</view>
<view class="history">
<view class="title">
门店历
门店历
</view>
<u-time-line>
<u-time-line-item nodeTop="6" v-for="(a,i) in cityInfo.history" :key="i" style="display: flex;">

@ -163,7 +163,7 @@
type: 'recycling_services'
})
.then(result => {
let content = result.data.detail.content || '';
let content = result.data.detail?result.data.detail.content:'';
if (content) {
content = content.replace(/style=""/g, '').replace(/<img src=/g,
'<img style="width: 100%; display:block" src=')

@ -208,14 +208,14 @@
{{order.pay_time}}
</view>
</view>
<view class="orderTitle" v-if="order.receipt_time">
<!-- <view class="orderTitle" v-if="order.receipt_time">
<view class="total">
期待配送时间
</view>
<view class="price">
{{order.receipt_time}}
</view>
</view>
</view> -->
<view class="line">
</view>
<view class="amount">

@ -107,7 +107,7 @@
<image :src="$picUrl+'/static/order/left.png'" mode=""></image>
</view>
</view>
<view class="timer" v-if="buyType=='sm'">
<!-- <view class="timer" v-if="buyType=='sm'">
<view class="youTime">
您期待的收货时间
</view>
@ -116,7 +116,7 @@
<text v-else>请选择</text>
<image :src="$picUrl+'/static/order/left.png'" mode=""></image>
</view>
</view>
</view> -->
<view class="goodsDetail">
<view class="goodsType" @click="toStore()">
<image :src="$picUrl+'/static/order/bag.png'" mode="" class="bag"></image>

Loading…
Cancel
Save