This commit is contained in:
wpf 2023-11-05 20:26:07 +08:00
commit f7313b878e
6 changed files with 1313 additions and 1263 deletions

View File

@ -6,6 +6,9 @@ export function getCityCloundShop(data) {
export function cloudWarehouse(data) {
return request.get("store/product/cloudWarehouse", data);
}
export function townCloud(data) {
return request.get("store/product/town_cloud", data);
}
/**
* 供销市场标签
* @returns {*}

View File

@ -2,8 +2,8 @@
"name" : "惠农生活",
"appid" : "__UNI__3A527D1",
"description" : "",
"versionName" : "1.5.4",
"versionCode" : 154,
"versionName" : "1.5.5",
"versionCode" : 155,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -2,16 +2,25 @@
<view class="Circle_friends">
<view class="circle_friends_wrapper">
<view v-if="isFshow">
<view class="site-box flex_a_c_j_sb" :style="{ 'opacity': backColor,}">
<view :class="['place_wrapper', 'flex_a_c', isFshow ? 'sitebox' : '']" @click="selectLocation">
<view :class="['iconfont', 'icon-weizhi', isFshow ? 'sitebox' : '']"
style=" margin-left: 20rpx">
<view class="site-box flex_a_c_j_sb" :style="{ opacity: backColor }">
<view
:class="['place_wrapper', 'flex_a_c', isFshow ? 'sitebox' : '']"
@click="selectLocation"
>
<view
:class="['iconfont', 'icon-weizhi', isFshow ? 'sitebox' : '']"
style="margin-left: 20rpx"
>
</view>
<view class="town_name">{{ street }}</view>
</view>
<navigator url="/pages/chat/customer_list/index?type=0" hover-class="none">
<view :class="['iconfont', 'icon-xiaoxi', isFshow ? 'sitebox' : '']"></view>
<navigator
url="/pages/chat/customer_list/index?type=0"
hover-class="none"
>
<view
:class="['iconfont', 'icon-xiaoxi', isFshow ? 'sitebox' : '']"
></view>
</navigator>
</view>
<!--<view class="site-box ','flex_a_c_j_sb'" v-if="ishshow">
@ -22,7 +31,6 @@
</view>
<view class="" v-if="!isFshow">
<view class="site-box1 flex_a_c_j_sb">
<view class="place_wrapper flex_a_c" @click="selectLocation">
<view class="iconfont icon-weizhi"></view>
<view class="town_name">{{ street }}</view>
@ -33,21 +41,28 @@
<!-- <view class="" @click="getPositionFn">
获取定位失败,点击允许
</view> -->
<navigator url="/pages/chat/customer_list/index?type=0" hover-class="none">
<view class="iconfont icon-xiaoxi" style="color:#fff;"> </view>
<navigator
url="/pages/chat/customer_list/index?type=0"
hover-class="none"
>
<view class="iconfont icon-xiaoxi" style="color: #fff"> </view>
</navigator>
</view>
</view>
<zbpSwiper ref="list" :isSelectPlace="true" :town="street" :show="show" :location_Arr="locationArr"
@change="dchange">
<zbpSwiper
ref="list"
:isSelectPlace="true"
:town="street"
:show="show"
:location_Arr="locationArr"
@change="dchange"
>
</zbpSwiper>
<view class="zhibo" @click="zhibo">
<!-- <view class="zhibo" @click="zhibo">
<image src="@/static/img/zhi.png" mode="aspectFit"></image>
</view>
</view> -->
<view class="tabs_wrapper">
<!-- <u-tabs :list="tabsData.list" @click="tabsChange" lineColor="#F84221" keyName="cate_name"
@ -56,9 +71,16 @@
<image src="@/static/images/zk.png" mode=""></image>
</view> -->
<view class="" style="width: 670rpx;">
<u-tabs :list="tabsData.list" @click="tabsChange" itemStyle=" height: 33px;" lineColor="#F84221"
:current="current" keyName="cate_name" :activeStyle="activeStyle"></u-tabs>
<view class="" style="width: 670rpx">
<u-tabs
:list="tabsData.list"
@click="tabsChange"
itemStyle=" height: 33px;"
lineColor="#F84221"
:current="current"
keyName="cate_name"
:activeStyle="activeStyle"
></u-tabs>
</view>
<view class="tabs_wrapper-img" @click="open">
<image src="@/static/images/zk.png" mode=""></image>
@ -66,18 +88,37 @@
</view>
<view class=""> </view>
<view class="goodslist">
<WaterfallsFlow :wfList="productList" @itemTap='itemTap' :type="1" />
<WaterfallsFlow :wfList="productList" @itemTap="itemTap" :type="1" />
</view>
<view class='loadingicon acea-row row-center-wrapper' v-if='productList.length > 0'>
<text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>{{loadTitle}}
<view
class="loadingicon acea-row row-center-wrapper"
v-if="productList.length > 0"
>
<text
class="loading iconfont icon-jiazai"
:hidden="loading == false"
></text
>{{ loadTitle }}
</view>
<view class="empty_wrapper" v-if="emptyShow">
<u-empty :show="emptyShow" mode="list" icon="http://cdn.uviewui.com/uview/empty/list.png"></u-empty>
<u-empty
:show="emptyShow"
mode="list"
icon="http://cdn.uviewui.com/uview/empty/list.png"
></u-empty>
</view>
</view>
<u-picker :defaultIndex="[0, 0]" :show="showPicker" ref="uPicker" :columns="columnData" @confirm="confirm"
@cancel="showPicker = false" @change="changeHandler" keyName="name"></u-picker>
<u-picker
:defaultIndex="[0, 0]"
:show="showPicker"
ref="uPicker"
:columns="columnData"
@confirm="confirm"
@cancel="showPicker = false"
@change="changeHandler"
keyName="name"
></u-picker>
<!-- <view class="bg_color"></view> -->
@ -93,24 +134,31 @@
</m-tabbar> -->
<uni-popup ref="popup" type="bottom">
<view class="classpage">
<view class="classpage-one">
全部分类
<image src="@/static/images/cuo.png" mode="" @click="cuo"></image>
</view>
<view class="classpage-two">
点击进入分类
</view>
<view class="classpage-two"> 点击进入分类 </view>
<view class="classpage-three">
<view class="" v-for="(item,i) in tabsData.list" :key='i' @click="tabsChange2(item,i)">
<view
class=""
v-for="(item, i) in tabsData.list"
:key="i"
@click="tabsChange2(item, i)"
>
{{ item.cate_name }}
</view>
</view>
</view>
</uni-popup>
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"
:isGoIndex="false"></authorize>
<authorize
@onLoadFun="onLoadFun"
:isAuto="isAuto"
:isShowAuth="isShowAuth"
@authColse="authColse"
:isGoIndex="false"
></authorize>
<view class="location" v-if="isshow">
<view class="locationa"> 位置权限使用说明 </view>
<view class="locationb"> 用于向你推荐最近门店 </view>
@ -781,8 +829,6 @@
image {
width: 100%;
height: 100%;
}
}
@ -830,7 +876,6 @@
padding-right: 10rpx;
.classpage-one {
text-align: center;
image {
@ -862,12 +907,11 @@
height: 81rpx;
line-height: 81rpx;
text-align: center;
background: #FFFFFF;
background: #ffffff;
border-radius: 11rpx 11rpx 11rpx 11rpx;
opacity: 1;
border: 2rpx solid #707070;
}
}
}
@ -941,7 +985,6 @@
.iconfont {
font-size: 35.09rpx;
}
}
.site-box {
@ -964,7 +1007,7 @@
padding-top: 25rpx;
/* #endif */
// background-color: #e5e5e5;
background: url('@/static/images/bg2.png') no-repeat;
background: url("@/static/images/bg2.png") no-repeat;
background-size: 100% 100%;
padding-right: 20rpx;
@ -1035,7 +1078,6 @@
width: 40rpx;
height: 40rpx;
margin-top: 10rpx;
}
}

View File

@ -136,6 +136,8 @@
item.rate
}}</text>
<text>{{ item.reply_count }}评论</text>
<text v-if="item.merchant.distance" style="margin-left: 10rpx;">{{item.merchant.distance}}</text>
</view>
<view class="good_price">
<view class="good_price_l">
@ -148,7 +150,7 @@
item.price
}}</text>
</view>
<view class="old_price"> 30.00 </view>
<!-- <view class="old_price"> 30.00 </view> -->
</view>
<view class="good_price_r">
<view :class="{ x_tra: trnList[index]?trnList[index].bottom:0 }" :style="`transform:translateY(${

View File

@ -200,15 +200,16 @@
<view class="good_score">
<text style="margin-right: 10rpx;color: #F84221;">{{item.rate}}</text>
<text>{{item.reply_count}}评论</text>
<text v-if="item.merchant.distance">{{item.merchant.distance}}</text>
</view>
<view class="good_price">
<view class="good_price_l">
<view class="" style="color: #F84221;font-size: 22.78rpx;font-weight: bold;">
<text style="font-size: 30rpx;">{{item.price}}</text>
</view>
<view class="old_price">
<!-- <view class="old_price">
30.00
</view>
</view> -->
</view>
<view class="good_price_r">
<view :class="{x_tra:trnList[index]?trnList[index].bottom:0 }"
@ -401,7 +402,7 @@
<script>
import {
cloudWarehouse,
townCloud,
getCityCloundShop
} from '@/api/requesta.js'
import {
@ -549,7 +550,7 @@
this.status = "loading"
this.page_num += 1
// this.flag = true
cloudWarehouse({
townCloud({
street_code: this.street_code,
category_id: this.cloudList[this.current]?.category_id || "",
order: this.type,
@ -831,7 +832,7 @@
this.showLoading = true
this.status = "loading"
this.page_num = 1;
cloudWarehouse({
townCloud({
street_code: this.street_code,
category_id: this.cloudList[this.current]?.category_id || "",
order: this.type,
@ -933,7 +934,7 @@
street_code: this.street_code
})
this.cloudList = data
cloudWarehouse({
townCloud({
street_code: this.street_code,
category_id: this.cloudList[this.current].category_id,
location: this.location

View File

@ -121,6 +121,8 @@
src="/static/images/GXSC/PF.png" width="20.85rpx" height="19.85rpx"></u--image>
<text style="margin-left: 20rpx;color: #FF6D20; ">5.0</text>
<text>月销{{item.sales}}</text>
<text v-if="item.distance">距离{{item.distance}}</text>
</view>
<view class="li" style="align-items: center;">
<u--image :showLoading="true" src="/static/images/GXSC/DH.png" width="33.85rpx"