Commit 365acd81 authored by caimeng's avatar caimeng

多典花1.1.0 版本优化

parent a9924d6a
...@@ -16,8 +16,8 @@ export default { ...@@ -16,8 +16,8 @@ export default {
success: function () { success: function () {
plus.navigator.closeSplashscreen() plus.navigator.closeSplashscreen()
} }
})
})
} else { } else {
uni.redirectTo({ uni.redirectTo({
url: "/pages/starPage/index", url: "/pages/starPage/index",
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"borderRadius" : "5px" "borderRadius" : "5px"
}, },
"disagreeMode" : { "disagreeMode" : {
"support" : true, "support" : false,
"loadNativePlugins" : true, "loadNativePlugins" : true,
"visitorEntry" : false, "visitorEntry" : false,
"showAlways" : true "showAlways" : true
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
const self = this const self = this
const params = { const params = {
"mobile": self.mobile, "mobile": self.mobile,
"promoCode": 'own' "promoCode": 'own_ddh'
} }
self.$request('/app/v1/loginNoCheck', 'POST', params).then(res => { self.$request('/app/v1/loginNoCheck', 'POST', params).then(res => {
const { const {
......
<template> <template>
<view class="a-page"> <view class="a-page">
<view class='a-main' v-show="list && list.length>0">
<scroll-view <scroll-view
class='box-at-home' class='box-at-home'
scroll-y="true" scroll-y="true"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</view> </view>
</scroll-view> </scroll-view>
</view>
</view> </view>
</template> </template>
...@@ -55,19 +55,19 @@ ...@@ -55,19 +55,19 @@
self.$request('/app/authenticate/selectLists','POST',params).then((res)=>{ self.$request('/app/authenticate/selectLists','POST',params).then((res)=>{
const {current,total,size,records }=res.result const {current,total,size,data }=res.result
const hasNextPage=total-self.pageSize*self.pageNum>0?true:false //是否有下一页 const hasNextPage=total-self.pageSize*self.pageNum>0?true:false //是否有下一页
records.map(item=>{ data.map(item=>{
const newUrl=JSON.parse(item.imagesUrl) const newUrl=JSON.parse(item.imagesUrl)
item.imagesUrl=newUrl item.imagesUrl=newUrl
}) })
if(self.loadFlag){ if(self.loadFlag){
console.log(res.result,'023') console.log(res.result,'023')
self.list=self.list.concat(records) self.list=self.list.concat(data)
}else{ }else{
self.list=records self.list=data
} }
self.hasNextPage=hasNextPage self.hasNextPage=hasNextPage
self.loadFlag=false self.loadFlag=false
...@@ -95,9 +95,6 @@ ...@@ -95,9 +95,6 @@
this.pageNum=this.pageNum+1 this.pageNum=this.pageNum+1
this.init(); this.init();
}, },
},
onShow() {
this.init()
} }
} }
</script> </script>
......
.a-page{ .a-page {
width: 100%; width: 100%;
height: calc(100vh-120px); height: 100vh;
min-height: 100vh;
background: #F7FAFF; background: #F7FAFF;
padding-bottom:180rpx; box-sizing: border-box;
.a-main{ padding: 30rpx;
padding-top:29rpx;
.box-at-home{ .box-at-home {
height: 1200rpx; width: 100%;
.main-item{ height: 100%;
margin:0 30rpx 24rpx; .main-item {
width: 690rpx; width: 690rpx;
height: 523rpx; height: 523rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.49); box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);
border-radius: 10rpx; border-radius: 10rpx;
.item-top{ margin-bottom: 24rpx;
margin: 0 18rpx;
height: 97rpx; .item-top {
margin: 0 18rpx;
height: 97rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 97rpx;
text-align: left;
font-style: normal;
border-bottom: 1rpx solid #E9E9E9;
}
.item-box {
display: flex;
margin: 28rpx 0 0 42rpx;
.box-img {
width: 212rpx;
height: 212rpx;
background-size: 100%;
}
.box-con {
padding: 35rpx 66rpx 0 49rpx;
text-align: center;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
font-size: 28rpx;
color: #333333; .cont-top {
line-height: 97rpx; font-size: 30rpx;
text-align: left; color: #333333;
font-style: normal; line-height: 42rpx;
border-bottom:1rpx solid #E9E9E9; text-align: left;
} font-style: normal;
.item-box{
display: flex;
margin:28rpx 0 0 42rpx;
.box-img{
width: 212rpx;
height: 212rpx;
background-size: 100%;
}
.box-con{
padding:35rpx 66rpx 0 49rpx;
text-align: center;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
.cont-top{
font-size: 30rpx;
color: #333333;
line-height: 42rpx;
text-align: left;
font-style: normal;
}
.cont-footer{
padding-top:54rpx;
font-size: 28rpx;
color: #999999;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
} }
.box-icon{
margin-top:56rpx; .cont-footer {
width: 150rpx; padding-top: 54rpx;
height: 150rpx; font-size: 28rpx;
background-size: 100%; color: #999999;
line-height: 40rpx;
text-align: left;
font-style: normal;
} }
} }
.item-btn{
margin: 62rpx 9rpx 35rpx; .box-icon {
width: 670rpx; margin-top: 56rpx;
height: 88rpx; width: 150rpx;
background: linear-gradient( 137deg, #3877F5 0%, #5690FA 100%); height: 150rpx;
border-radius: 44rpx; background-size: 100%;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #FFFFFF;
line-height: 88rpx;
text-align: center;
font-style: normal;
} }
} }
.item-btn {
margin: 62rpx 9rpx 35rpx;
width: 670rpx;
height: 88rpx;
background: linear-gradient(137deg, #3877F5 0%, #5690FA 100%);
border-radius: 44rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #FFFFFF;
line-height: 88rpx;
text-align: center;
font-style: normal;
}
} }
} }
} }
\ No newline at end of file
...@@ -124,6 +124,8 @@ export default { ...@@ -124,6 +124,8 @@ export default {
self.$request('/app/authenticate/save', 'POST', params).then((res) => { self.$request('/app/authenticate/save', 'POST', params).then((res) => {
self.Go('uni:/subPackage/application/application', 'redirect') self.Go('uni:/subPackage/application/application', 'redirect')
console.log(res, 'save') console.log(res, 'save')
}).catch(err=>{
console.log(err,'沃日3')
}) })
}, },
desVal(e) { desVal(e) {
...@@ -164,7 +166,7 @@ export default { ...@@ -164,7 +166,7 @@ export default {
} }
//上传图片 //上传图片
uni.chooseImage({ uni.chooseImage({
count: 1, //默认9 count: 3, //默认9
sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有 sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
sourceType: ['album'], //从相册选择 sourceType: ['album'], //从相册选择
success: function (res) { success: function (res) {
......
.look-page{ .look-page {
width: 100%; width: 100%;
height:calc(100vh-120px); height: 100vh;
min-height:100vh;
overflow: hidden;
background: #F7FAFF; background: #F7FAFF;
.look-mian{
padding-top:6rpx; .look-mian {
.scroll-y-hs{ height: 100%;
box-sizing: border-box;
margin-top: 24rpx; padding-top: 30rpx;
height: 1200rpx;
// padding-bottom:120rpx; .scroll-y-hs {
.mian-box{ height: 100%;
display:flex;
flex-wrap: wrap;
align-items: center; .main-box {
margin:0 30rpx; display: flex;
.box-item{ flex-wrap: wrap;
margin-bottom:24rpx; align-items: center;
box-sizing: border-box;
padding: 0 30rpx;
.box-item {
margin-bottom: 24rpx;
width: 333rpx;
height: 392rpx;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);
border-radius: 10rpx;
&:nth-child(2n) {
margin-left: 24rpx;
}
.item-top {
width: 333rpx; width: 333rpx;
height: 426rpx; height: 272rpx;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.49); .top-img {
border-radius: 10rpx; display: block;
.item-top{ width: 100%;
height: 100%;
border-radius: 10rpx;
}
}
.item-footer {
padding: 9rpx 12rpx 25rpx;
box-sizing: border-box;
.footer-des {
height: 37rpx;
line-height: 37rpx;
margin-bottom: 12rpx;
font-size: 26rpx;
color: #333333;
white-space: nowrap;
/* 确保文本在一行内显示 */
overflow: hidden;
/* 隐藏超出容器的内容 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
word-break: break-all;
/* 允许在单词内换行 */
}
.footer-box {
height: 40rpx;
line-height: 40rpx;
display: flex; display: flex;
width: 333rpx; justify-content: flex-start;
height: 272rpx; align-items: center;
position: relative; color: #FC4D3E;
.top-img{
text {
width: 333rpx; display: block;
height: 272rpx;
background-size: 333rpx 272rpx;
border-radius: 10rpx;
} }
.top-icon{
position: absolute; .num-icon {
top:0; margin-top: 4rpx;
margin-left: 214rpx; font-size: 20rpx;
display: inline-block;
width:118rpx;
height: 110rpx;
background: url('https://ddh.yyhock.com/ddhMall/goods-sale.png') 0 0 no-repeat;
background-size:118rpx 110rpx ;
} }
}
.item-footer{ .num-money {
padding: 9rpx 16rpx 21rpx 0rpx; font-size: 28rpx;
.footer-des{ margin-right: 8rpx;
width: 260rpx;
height: 37rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #333333;
line-height: 37rpx;
text-align: left;
font-style: normal;
white-space: nowrap; /* 确保文本在一行内显示 */
overflow: hidden; /* 隐藏超出容器的内容 */
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
word-break: break-all; /* 允许在单词内换行 */
}
.footer-box{
display: flex;
margin:9rpx 0 16rpx;
.box-num{
display: flex;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #FC4D3E;
line-height: 28rpx;
text-align: left;
font-style: normal;
.num-icon{
margin-top:4rpx;
font-size: 20rpx;
}
}
} }
.footer-line{
display: flex; .box-last {
align-items: center; font-size: 20rpx;
justify-content: space-between; color: #999999;
.box-btn{
width: 76rpx;
height: 38rpx;
border-radius: 5rpx;
border: 1rpx solid #2263E6;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #2263E6;
line-height: 38rpx;
text-align: center;
font-style: normal;
}
.box-last{
height: 28rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #999999;
line-height: 28rpx;
text-align: right;
font-style: normal;
}
} }
} }
}
:nth-child(2n){
margin-left: 24rpx;
} }
} }
}
} }
} }
.look-footer{
padding-top:6rpx; .look-footer {
padding-top: 6rpx;
// height: 100vh; // height: 100vh;
overflow: hidden; overflow: hidden;
.footer-img{
margin:30% 146rpx 0; .footer-img {
margin: 30% 146rpx 0;
width: 458rpx; width: 458rpx;
height: 458rpx; height: 458rpx;
background-size: 100%; background-size: 100%;
} }
.footer-text{
.footer-text {
// padding-bottom: 50%; // padding-bottom: 50%;
height: 40rpx; height: 40rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
...@@ -146,4 +125,4 @@ ...@@ -146,4 +125,4 @@
font-style: normal; font-style: normal;
} }
} }
} }
\ No newline at end of file
<template> <template>
<view class='look-page'> <view class='look-page'>
<view class='look-mian' v-if="IndexList && IndexList.length>0"> <view class='look-mian' v-if="IndexList && IndexList.length > 0">
<scroll-view <scroll-view class='scroll-y-hs' scroll-y="true" refresher-default-style="none"
class='scroll-y-hs' @scrolltoupper="toupperTop" @scrolltolower="lowerMore">
scroll-y="true"
style="height: 600px;" <view class='main-box'>
refresher-default-style="none" <view class='box-item' v-for="item in IndexList" :key="item.id" @click="goItem(item)">
@scrolltoupper="toupperTop"
@scrolltolower="lowerMore">
<view class='mian-box'>
<view class='box-item' v-for="item in IndexList" :key="item.id" @click="goItem(item)">
<view class='item-top'> <view class='item-top'>
<image :src="item.goodsImage" class='top-img'></image> <image :src="item.goodsImage" class='top-img'></image>
<i class='top-icon'></i>
</view> </view>
<view class='item-footer'> <view class='item-footer'>
<view class='footer-des'>{{item.goodsName}}</view> <view class='footer-des'>{{ item.goodsName }}</view>
<view class='footer-box'> <view class='footer-box'>
<view class='box-num'> <text class='num-icon'>¥</text>
<view class='num-icon'>¥</view> <text class="num-money">{{ item.goodsMoney }}</text>
{{item.goodsMoney}} <text class="box-last">{{ item.lookSum }}次浏览</text>
</view>
</view>
<view class='footer-line'>
<view class='box-btn'>可置换</view>
<view class="box-last">{{item.lookSum}}次浏览</view>
</view> </view>
</view> </view>
</view>
</view> </view>
</view>
</scroll-view> </scroll-view>
</view> </view>
<view class='look-footer' v-else> <view class='look-footer' v-else>
<image class="footer-img" src='https://ddh.yyhock.com/ddhMall/result-null.png'></image> <image class="footer-img" src='https://ddh.yyhock.com/ddhMall/result-null.png'></image>
<view class='footer-text'>暂无数据哦!</view> <view class='footer-text'>暂无数据哦!</view>
</view> </view>
</view> </view>
</template> </template>
<script> <script>
export default { export default {
data() { data() {
return { return {
titleText:'', titleText: '',
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
total: 0, total: 0,
hasNextText:'上拉加载更多', hasNextText: '上拉加载更多',
loadFlag:true, loadFlag: true,
hasNextPage:false, hasNextPage: false,
goodType:0, goodType: 0,
IndexList:[] IndexList: []
}
},
onReady() {
uni.setNavigationBarTitle({
title: this.titleText
})
},
onLoad(options) {
if (options.loanStatus == '我的关注') {
this.titleText = options.loanStatus
this.goodType = 1
} else {
this.titleText = options.loanStatus
this.goodType = 2
}
this.buryingPoint('app:lookGoods_pageView')
this.init()
},
methods: {
init() {
const self = this
const params = {
"current": self.pageNum,
"size": self.pageSize,
"sort": "id desc",
"type": self.goodType //1收藏,2 足迹
} }
}, console.log(params, 'params')
onReady() { self.$request('/app/goods/getGoodsByUserId', 'POST', params).then(res => {
uni.setNavigationBarTitle({ console.log(res.result, 'getGoodsByUserId');
title: this.titleText let { total, data } = res.result
const hasNextPage = total - self.pageSize * self.pageNum > 0 ? true : false //是否有下一页
if (self.loadFlag) {
self.IndexList = self.IndexList.concat(data)
} else {
self.IndexList = data
}
self.hasNextPage = hasNextPage
self.loadFlag = false
}).catch(err => {
console.log(err, '请求出错')
}) })
}, },
onLoad(options) { goItem(item) {
console.log(options,'09') const params = {
if(options.loanStatus=='我的关注'){ goodId: item.id
this.titleText=options.loanStatus
this.goodType=1
}else{
this.titleText=options.loanStatus
this.goodType=2
} }
this.buryingPoint('app:lookGoods_pageView') uni.navigateTo({
this.init() url: '/subPackage/productDetails/productDetails?mydata=' + encodeURIComponent(JSON.stringify(params))
})
}, },
methods: { toupperTop(e) {
init(){ console.log(e, '到顶了');
const self=this },
const params={ lowerMore(e) {
"current": self.pageNum, console.log(e, '触底了');
"size": self.pageSize, if (!this.hasNextPage) {
"sort": "id desc", uni.showToast({
"type": self.goodType //1收藏,2 足迹 icon: 'none',
} title: '到底了',
console.log(params,'params')
self.$request('/app/goods/getGoodsByUserId','POST',params).then(res => {
console.log(res.result,'getGoodsByUserId');
const {total,data }=res.result
const hasNextPage=total-self.pageSize*self.pageNum>0?true:false //是否有下一页
if(self.loadFlag){
console.log(33);
self.IndexList=self.IndexList.concat(data)
}else{
console.log(34);
self.IndexList=data
}
self.hasNextPage=hasNextPage
self.loadFlag=false
}).catch(err=>{
console.log(err,'请求出错')
})
},
goItem(item){
const params={
goodId:item.id
}
uni.navigateTo({
url:'/subPackage/productDetails/productDetails?mydata='+encodeURIComponent(JSON.stringify(params))
}) })
}, return false;
toupperTop(e){
console.log(e,'到顶了');
},
lowerMore(e){
console.log(e,'触底了');
if(!this.hasNextPage){
uni.showToast({
icon: 'none',
title: '到底了',
})
return false;
}
if(this.loadFlag) return;
this.loadFlag=true,
this.pageNum=this.pageNum+1
this.init();
} }
}, if (this.loadFlag) return;
onShow() { this.loadFlag = true,
this.init() this.pageNum = this.pageNum + 1
this.init();
} }
},
onShow() {
this.init()
} }
}
</script> </script>
<style src='./index.less' lang="less" scoped></style> <style src='./index.less' lang="less" scoped></style>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<view :hidden="userFeedbackHidden" class="popup_content"> <view :hidden="userFeedbackHidden" class="popup_content">
<view class="popup_title">提示</view> <view class="popup_title">提示</view>
<view class='popup_main'> <view class='popup_main'>
您一确认注销,您所有信息都会被清除,您确认注销账号? 您一确认注销,您所有信息都会被清除,您确认注销账号?
</view> </view>
<view class='btn-main'> <view class='btn-main'>
<view class='btn-confirm' @click='cancelAccount()'> <view class='btn-confirm' @click='cancelAccount()'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment