供销云市场修改

This commit is contained in:
jia 2023-09-28 10:34:58 +08:00
parent af93ae7101
commit 46137717e8

View File

@ -346,8 +346,7 @@
<!-- 多规格购物车 -->
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse">
</authorize>
<view class="" :style="`height:${appInfo.bottom}px;`">
</view>
</view>
@ -405,7 +404,8 @@
</u-popup>
</view>
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse">
</authorize>
</view>
</template>
@ -493,7 +493,7 @@
page_num: 1,
act_img: "",
cartTagInfo: {},
isAuto: false,
headTop1: "",
actList: [{
tit: '综合',
@ -511,6 +511,7 @@
}],
status: "loadmore",
flag: false,
isAuto: false,
isShowAuth: false, //
}
@ -860,8 +861,9 @@
},
addcart(item, i) {
if (!this.isLogin) {
this.isAuto = true;
this.isShowAuth = true
console.log('2222')
this.isAuto = true
this.isShowAuth = true;
return
}