供应界面优化

This commit is contained in:
jia 2023-09-04 14:53:55 +08:00
parent 0327b8fc3c
commit b635d3a389
9 changed files with 74 additions and 60 deletions

View File

@ -30,7 +30,7 @@
{{item.merchant.mer_name}}
</view>
<view class="info-img">
<image src="@/static/images/you.png" mode="aspectFill"></image>
<image src="@/static/images/you.png" mode="aspectFit"></image>
</view>
</view>
</view>

View File

@ -45,6 +45,7 @@
{{item.product_num - item.refund_num}}</view>
<view class='btn-item err' v-if="item.is_refund >1">已退款 x
{{item.product_num - item.refund_num}}</view>
<view class='btn-item' v-if='item.is_reply==0 && evaluate==2 && item.is_refund==0'
@click.stop="evaluateTap(item.order_product_id,orderId)">去评价</view>
<view class='btn-item on' v-else-if="item.is_reply==1 && evaluate==2">已评价</view>
@ -114,9 +115,8 @@
<view class="btn-item"
v-if="(item.is_refund ==0 && (evaluate != 10 && evaluate != 11) && orderData.refund_status || item.refund_num > 0)&& evaluate!=9 &&evaluate != 1&&evaluate !=4&& evaluate!=3 || evaluate==2"
@click.stop="refund(item)">申请退款</view>
<view class='btn-item'
v-if='item.is_reply==0 && evaluate!=2&& evaluate!=3 && evaluate!=8&& evaluate!=9&& item.refund_num > 0'
v-if='item.is_reply==0 && evaluate!=2&& evaluate!=3&& evaluate!=7&& evaluate!=8&& evaluate!=9&& item.refund_num > 0'
@click.stop="evaluateTap(item.order_product_id,orderId)">去评价</view>
<view class='btn-item on' v-else-if="item.is_reply==1 && evaluate==2">已评价</view>
</view>

View File

@ -1,5 +1,6 @@
<template>
<view class="container">
<!--
注意:这是 App 所用页面,请勿引入微信小程序或浏览器运行,最好运行在真机
@ -314,7 +315,7 @@
<mentioned ref="mentioned" @close="closePopup" :list="moreList" :uid="authorUid"></mentioned>
</view>
</uni-popup>
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
<!--<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
<view class="fixed-head">
<view class="sys-head" :style="{height:statusBarHeight}"></view>
<view class="tool-bar" @click='goBack()'>
@ -488,12 +489,12 @@
// console.log('到后台');
},
onLoad(options) {
console.log(options);
this.videoID = options.id || 0;
this.isUser = options.user == 1 ? true : false;
this.userUid = options.uid ? options.uid : 0;
this.isSatrt = options.tab == 1 ? 1 : 0;
if (options.pid) app.globalData.spid = options.pid;
// if (options.pid) app.globalData.spid = options.pid;
// console.log('到后台');
this.platform = uni.getSystemInfoSync().platform
this.windowWidth = uni.getSystemInfoSync().screenWidth //获取屏幕宽度
@ -501,7 +502,7 @@
this.wHeight = uni.getSystemInfoSync().screenHeight; //获取屏幕高度
this.boxStyle.height = this.wHeight; //改变视频高度
this.get() //这一步,加载视频数据
if (this.isLogin) this.getUserInfo()
// if (this.isLogin) this.getUserInfo()
},
onReady() {},
methods: {
@ -662,9 +663,9 @@
// this.getUserInfo()
// },
// 授权关闭
authColse: function(e) {
this.isShowAuth = e
},
// authColse: function(e) {
// this.isShowAuth = e
// },
moreTap(item) {
item.isMore = !item.isMore;
},
@ -749,6 +750,7 @@
})
},
getVideoData(list) {
console.log(list,'111111')
if (list.length == 0) return
let that = this;
that.loadVideo = list.length == that.limit
@ -760,6 +762,7 @@
msg[i]['community_id'] = msg[i]['community_id'].toString()
that.dataList.push(msg[i])
}
console.log(that.dataList)
if (that.dataList.length !== 0) {
that.dataList[that.k].state = 'play';
setTimeout(function() {
@ -882,13 +885,12 @@
get() {
// if(!this.loadVideo) return
this.loadVideo = true
// 这个方法主要就是用来第一次进入视频播放时用来处理的
// 这个方法主要就是用来第一次进入视频播放时用来处理
deoList(this.videoID).then(async (res) => {
this.loadVideo = false
this.page = 1;
var msg = [res.data];
console.log(res.data)
for (let i = 0; i < msg.length; i++) {
msg[i]['isMore'] = false
msg[i]['playIng'] = false
@ -898,6 +900,7 @@
msg[i]['community_id'] = msg[i]['community_id'].toString()
}
this.dataList = msg;
console.log(this.dataList)
if (this.dataList.length !== 0) {
this.dataList[this.k].state = 'play';
uni.createVideoContext(this.dataList[this.k].community_id, this).play()

View File

@ -6,7 +6,7 @@
<view @click="selectLocation" v-if="isFshow">
<view class="site-box flex_a_c_j_sb" :style="{'background-color':backColor}">
<view :class="['place_wrapper','flex_a_c',isFshow?'sitebox':'']" >
<view :class="['place_wrapper','flex_a_c',isFshow?'sitebox':'']">
<view :class="['iconfont','icon-weizhi',isFshow?'sitebox':'']" style="margin-left: 20rpx;">
</view>
<view class="town_name">{{street}}</view>
@ -24,10 +24,10 @@
<zbpSwiper :isSelectPlace="true" :town='street' :streetname='street' :location_Arr="locationArr"
@change='dchange'>
</zbpSwiper>
<zbpSwiper :isSelectPlace="true" :town='street' :streetname='street' :location_Arr="locationArr"
@change='dchange'>
</zbpSwiper>
<view class="list">
<navigator hover-class="none"
@ -96,37 +96,37 @@
<view class="list-con">
<view class="list-con-left">
<view class="list-con-title">
<!-- <view class="list-con-title">
<view class="con-titlea">
名优特产
</view>
<view class="con-titleb">
精选当地特色特产
</view>
</view>
</view> -->
<image src="@/static/images/f5.png" mode="aspectFit"></image>
</view>
<view class="list-con-right">
<view class="con-right" style="margin-bottom: 20rpx;">
<view class="list-con-title">
<!-- <view class="list-con-title">
<view class="con-titlea">
当地美食
</view>
<view class="con-titleb">
美食线上一条街
</view>
</view>
</view> -->
<image src="@/static/images/f7.png" mode="aspectFit"></image>
</view>
<view class="con-right">
<view class="list-con-title">
<!-- <view class="list-con-title">
<view class="con-titlea">
特色文旅
</view>
<view class="con-titleb">
热门景区当地文化
</view>
</view>
</view> -->
<image src="@/static/images/f2.png" mode="aspectFit"></image>
</view>
@ -176,7 +176,7 @@
import {
getIndexData,
getDiy,
} from '@/api/api.js'
import {
@ -184,7 +184,8 @@
} from '@/api/product.js';
import {
getGeocoder,
merClassifly
merClassifly,
getProductHot
} from '@/api/store.js';
import {
getArea,
@ -251,16 +252,16 @@
onPullDownRefresh() {
this.cateGoods = []
// this.list()
this.list()
this.Area()
uni.stopPullDownRefresh()
},
onLoad() {
this.list()
this.Area()
// this.openTongZhi()
uni.$on('connectstatusChange', (connectstatus) => {
@ -281,25 +282,25 @@
this.status = 'loading';
t
this.where.page = ++this.where.page;
// this.list()
this.list()
},
mounted() {
// #ifdef H5
//
window.addEventListener("scroll", this.scrolling);
// #endif
this.$bus.$on('value-updated', (newValue) => {
//
this.street = newValue.split(',')[0]
this.town=newValue.split(',')[0]
this.street_id=newValue.split(',')[1]
});
if(this.street.length<=0){
this.$bus.$on('value-updated', (newValue) => {
//
this.street = newValue.split(',')[0]
this.town = newValue.split(',')[0]
this.street_id = newValue.split(',')[1]
});
if (this.street.length <= 0) {
this.selfLocation()
}
@ -325,10 +326,14 @@
methods: {
list() {
spuInfo('510502106', this.where1).then(res => {
getProductHot(1,10).then(res => {
// console.log(res)
this.cateGoods = res.data.list
})
// spuInfo('510502106', this.where1).then(res => {
// // console.log(res)
// this.cateGoods = res.data.list
// })
},
scrolling() {
//
@ -372,11 +377,11 @@
},
getCloudShopMerId(id) {
get_cloud_shop(id).then(res => {
res.data.length > 0 ? this.isYunCang = 1 : this.isYunCang = 0
@ -470,7 +475,7 @@
uni.navigateTo({
url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}`
})
},
dchange(e) {
this.street = e.value[1].name
@ -500,7 +505,7 @@
this.town = res.data.address_reference.town.title
this.street_id = res.data.address_reference.town.id
this.street = res.data.address_component.street
uni.$emit('add',this.street+','+this.street_id)
uni.$emit('add', this.street + ',' + this.street_id)
// uni.setStorageSync('ADRESS_LOCATION',
// this.town + ',' + this.street_id)
// this.list()
@ -522,8 +527,8 @@
});
},
}
}
</script>
@ -534,7 +539,7 @@
}
page {
background-color: #F4F7FE;
background: #F4F7FE;
// background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
}
@ -755,7 +760,7 @@
width: 356rpx;
height: 235rpx;
position: relative;
background: linear-gradient(180deg, #3B7733 0%, rgba(59, 118, 50, 0.88) 60%, rgba(56, 113, 49, 0) 100%);
.list-title {
display: flex;
@ -763,7 +768,7 @@
top: 20rpx;
.list-titlea {
margin-left: 14rpx;
width: 96rpx;
height: 117rpx;
@ -812,7 +817,7 @@
}
.titleb {
font-size: 33rpx;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 500;
@ -823,15 +828,21 @@
}
.list-title-info {
width: 98rpx;
height: 30rpx;
background: #FFFFFF;
padding: 2rpx 2rpx;
display: flex;
font-size: 10rpx;
background: #FFFFFF;
font-size: 18rpx;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 500;
color: #FF6B00;
border-radius: 19rpx 19rpx 19rpx 19rpx;
position: absolute;
bottom: 14rpx;
left: 100rpx;
left: 50%;
margin-left: -49rpx;
padding-left: 15rpx;
.title-infoimg {
@ -860,10 +871,10 @@
padding: 12rpx;
.list-con-left {
width: 356rpx;
width: 357rpx;
height: 482rpx;
position: relative;
background: linear-gradient(180deg, #3B7733 0%, rgba(59, 118, 50, 0.88) 60%, rgba(56, 113, 49, 0) 100%);
.list-con-title {
position: absolute;
@ -902,7 +913,7 @@
width: 356rpx;
height: 235rpx;
position: relative;
background: linear-gradient(180deg, #3B7733 0%, rgba(59, 118, 50, 0.88) 60%, rgba(56, 113, 49, 0) 100%);
.list-con-title {
position: absolute;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 KiB

After

Width:  |  Height:  |  Size: 337 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 190 KiB