供销云市场修改
This commit is contained in:
parent
af93ae7101
commit
46137717e8
@ -346,8 +346,7 @@
|
|||||||
<!-- 多规格购物车 -->
|
<!-- 多规格购物车 -->
|
||||||
|
|
||||||
|
|
||||||
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse">
|
|
||||||
</authorize>
|
|
||||||
<view class="" :style="`height:${appInfo.bottom}px;`">
|
<view class="" :style="`height:${appInfo.bottom}px;`">
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -405,7 +404,8 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse">
|
||||||
|
</authorize>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
@ -493,7 +493,7 @@
|
|||||||
page_num: 1,
|
page_num: 1,
|
||||||
act_img: "",
|
act_img: "",
|
||||||
cartTagInfo: {},
|
cartTagInfo: {},
|
||||||
isAuto: false,
|
|
||||||
headTop1: "",
|
headTop1: "",
|
||||||
actList: [{
|
actList: [{
|
||||||
tit: '综合',
|
tit: '综合',
|
||||||
@ -511,6 +511,7 @@
|
|||||||
}],
|
}],
|
||||||
status: "loadmore",
|
status: "loadmore",
|
||||||
flag: false,
|
flag: false,
|
||||||
|
isAuto: false,
|
||||||
isShowAuth: false, //是否隐藏授权
|
isShowAuth: false, //是否隐藏授权
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -860,8 +861,9 @@
|
|||||||
},
|
},
|
||||||
addcart(item, i) {
|
addcart(item, i) {
|
||||||
if (!this.isLogin) {
|
if (!this.isLogin) {
|
||||||
this.isAuto = true;
|
console.log('2222')
|
||||||
this.isShowAuth = true
|
this.isAuto = true
|
||||||
|
this.isShowAuth = true;
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user