Fix:[#988,#987,#986,#985,#983]修复测试反馈的问题和调整内容

This commit is contained in:
lifizer
2024-03-22 11:51:18 +08:00
parent 0febe3a5a4
commit 18aeb9bdfd
12 changed files with 536 additions and 282 deletions
+3 -2
View File
@@ -441,7 +441,7 @@ export default {
onPageScroll(e) {
this.scrollData = e
},
onLoad: function (options) {
onLoad(options) {
if (options.id) {
this.id = options.id || null
this.partnerId = options.partnerId || null
@@ -469,7 +469,7 @@ export default {
if (!this.isLoad) {
return
}
if (this.inn.hasProduct <= 0) {
if (this.inn.hasProduct > 0) {
this.fetchGoods()
}
this.fetchInnInfoList()
@@ -823,6 +823,7 @@ export default {
@import "@/assets/css/store.less";
.my-inn-page {
padding: 0 0 100rpx 0;
background-color: #f6f6f6;
}
.cover-box {
position: relative;