更新
This commit is contained in:
parent
c0b9dc0c68
commit
57ef10088c
@ -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 {*}
|
||||
|
@ -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" : {
|
||||
|
@ -30,9 +30,9 @@
|
||||
获取定位失败,请手动选择
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="" @click="getPositionFn">
|
||||
<!-- <view class="" @click="getPositionFn">
|
||||
获取定位失败,点击允许
|
||||
</view>
|
||||
</view> -->
|
||||
<navigator url="/pages/chat/customer_list/index?type=0" hover-class="none">
|
||||
<view class="iconfont icon-xiaoxi" style="color:#fff;"> </view>
|
||||
</navigator>
|
||||
@ -45,9 +45,9 @@
|
||||
</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"
|
||||
|
@ -401,7 +401,7 @@
|
||||
|
||||
<script>
|
||||
import {
|
||||
cloudWarehouse,
|
||||
townCloud,
|
||||
getCityCloundShop
|
||||
} from '@/api/requesta.js'
|
||||
import {
|
||||
@ -547,7 +547,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,
|
||||
@ -829,7 +829,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,
|
||||
@ -930,7 +930,7 @@
|
||||
street_code: this.street_code
|
||||
})
|
||||
this.cloudList = data
|
||||
cloudWarehouse({
|
||||
townCloud({
|
||||
street_code: this.street_code,
|
||||
category_id: this.cloudList[this.current].category_id
|
||||
}).then(res => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user