|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="app">
|
|
|
<view class="app-top">
|
|
|
- <image class="topBg" src="../../static/image/img01.png" mode="scaleToFill"></image>
|
|
|
+ <image class="topBg" src="../../static/image/img01.png?timestamp=1742528623" mode="scaleToFill"></image>
|
|
|
</view>
|
|
|
<view class=" mtop">
|
|
|
<view class="top-body">
|
|
@@ -14,7 +14,7 @@
|
|
|
</view>
|
|
|
</navigator>
|
|
|
</view>
|
|
|
- <image src="/static/img/ic_information.png" class="information"></image>
|
|
|
+ <image src="/static/img/ic_information.png?timestamp=1742528623" class="information"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -24,19 +24,19 @@
|
|
|
<!--九宫格-->
|
|
|
<view class="grid gridItem" v-if="sysData.is_audit == 0">
|
|
|
<view class="item" @tap="tapOpen2" data-url="/pages/user/order/index">
|
|
|
- <image class="icon" mode="aspectFill" src="/static/ad/1.png"></image>
|
|
|
+ <image class="icon" mode="aspectFill" src="/static/ad/1.png?timestamp=1742528623"></image>
|
|
|
<text class="label">提货订单</text>
|
|
|
</view>
|
|
|
<view class="item" @tap="$refs.customer.open()">
|
|
|
- <image class="icon" mode="aspectFill" src="/static/ad/2.png"></image>
|
|
|
+ <image class="icon" mode="aspectFill" src="/static/ad/2.png?timestamp=1742528623"></image>
|
|
|
<text class="label">联系客服</text>
|
|
|
</view>
|
|
|
<view class="item" @tap="tapOpen" data-url="/pages/merchant/list">
|
|
|
- <image class="icon" mode="aspectFill" src="/static/ad/3.png"></image>
|
|
|
+ <image class="icon" mode="aspectFill" src="/static/ad/3.png?timestamp=1742528623"></image>
|
|
|
<text class="label">附近门店</text>
|
|
|
</view>
|
|
|
<view class="item" @tap="tapOpen2" data-url="/pages/guild/order/order">
|
|
|
- <image class="icon" mode="aspectFill" src="/static/ad/4.png"></image>
|
|
|
+ <image class="icon" mode="aspectFill" src="/static/ad/4.png?timestamp=1742528623"></image>
|
|
|
<text class="label">抢购订单</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -44,7 +44,7 @@
|
|
|
<view v-if="sysData.is_audit == 0">
|
|
|
<!--CBB潮贝抢货通道-->
|
|
|
<view class="team-buy" @tap="tapOpen" data-url="/pages/guild/itemIndex" v-if="guData!= null">
|
|
|
- <image class="teamBg" src="@/static/img/indexChatBg1.png" mode="widthFix"></image>
|
|
|
+ <image class="teamBg" src="/static/image/indexChatBg1.png?timestamp=1742528623" mode="widthFix"></image>
|
|
|
<view class="team-show">
|
|
|
<view class="labelBox">
|
|
|
<text class="label">{{ guData.name }}</text>
|
|
@@ -60,7 +60,7 @@
|
|
|
<!--提货好物-->
|
|
|
<view class="goods">
|
|
|
<view class="top">
|
|
|
- <image class="topBgImg" src="@/static/img/index_item_bg.png" mode="widthFix"></image>
|
|
|
+ <image class="topBgImg" src="@/static/img/index_item_bg.png?timestamp=1742528623" mode="widthFix"></image>
|
|
|
<image class="icon" src="/static/img/logo.png"></image>
|
|
|
<view class="topTitle">
|
|
|
<text class="label">货款提货</text>
|
|
@@ -92,7 +92,7 @@
|
|
|
<!--最新门店-->
|
|
|
<view class="shop" v-if="sysData.is_audit == 0">
|
|
|
<view class="top">
|
|
|
- <image class="topBgImg" src="@/static/img/index_item_bg.png" mode="widthFix"></image>
|
|
|
+ <image class="topBgImg" src="@/static/img/index_item_bg.png?timestamp=1742528623" mode="widthFix"></image>
|
|
|
<image class="icon" src="/static/img/logo.png"></image>
|
|
|
<view class="topTitle">
|
|
|
<text class="label">易趣C果园({{300+merchantCount}}家)</text>
|