This commit is contained in:
zmj 2024-06-18 10:51:12 +08:00
parent 008ca30545
commit 20c1ce7a42
2 changed files with 2 additions and 10 deletions

View File

@ -22,9 +22,9 @@
<up-navbar placeholder style="z-index: 10080;">
<template #left>
<view class="store-info" @click="navgo('/multipleShop/index/index')">
<view class="store-info">
<view style="display: flex;font-size: 30rpx;font-weight: bold;">
<text v-if="userStore.userInfo.vip_name=='行业会员'"
<text v-if="userStore.userInfo.user_ship==1"
style="max-width: 400rpx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{(shareInfo.real_name||userStore.userInfo.nickname + '的供销个人门店' )}}</text>
<text v-else
style="max-width: 400rpx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{shareInfo.real_name?(shareInfo.real_name + '的' + STORE_INFO.name):STORE_INFO.store_name}}</text>
@ -259,13 +259,7 @@
return shareInfo;
})
const navgo = (url) => {
if (userStore.userInfo.vip_name) return
// uni.navigateTo({
// url
// })
}
/*商品列表滚动隐藏头部导航 */
const instance = getCurrentInstance(); //

View File

@ -356,9 +356,7 @@
const createOrder = () => {
if (!pay_type.value) return uni.$u.toast('请选择支付方式');
let shareInfo = uni.getStorageSync('SHARE_INFO');
createOrderApi({
spread_uid: (shareInfo && shareInfo.uid) ? shareInfo.uid : '',
cart_id: cartStore.cartList,