Fix:[#988,#987,#986,#985,#983]修复测试反馈的问题和调整内容
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user