add
This commit is contained in:
parent
008ca30545
commit
20c1ce7a42
|
@ -22,9 +22,9 @@
|
||||||
<up-navbar placeholder style="z-index: 10080;">
|
<up-navbar placeholder style="z-index: 10080;">
|
||||||
<template #left>
|
<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;">
|
<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>
|
style="max-width: 400rpx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{(shareInfo.real_name||userStore.userInfo.nickname + '的供销个人门店' )}}</text>
|
||||||
<text v-else
|
<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>
|
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;
|
return shareInfo;
|
||||||
})
|
})
|
||||||
|
|
||||||
const navgo = (url) => {
|
|
||||||
if (userStore.userInfo.vip_name) return
|
|
||||||
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url
|
|
||||||
// })
|
|
||||||
}
|
|
||||||
|
|
||||||
/*商品列表滚动隐藏头部导航 */
|
/*商品列表滚动隐藏头部导航 */
|
||||||
const instance = getCurrentInstance(); // 获取组件实例
|
const instance = getCurrentInstance(); // 获取组件实例
|
||||||
|
|
|
@ -356,9 +356,7 @@
|
||||||
|
|
||||||
const createOrder = () => {
|
const createOrder = () => {
|
||||||
if (!pay_type.value) return uni.$u.toast('请选择支付方式');
|
if (!pay_type.value) return uni.$u.toast('请选择支付方式');
|
||||||
|
|
||||||
let shareInfo = uni.getStorageSync('SHARE_INFO');
|
let shareInfo = uni.getStorageSync('SHARE_INFO');
|
||||||
|
|
||||||
createOrderApi({
|
createOrderApi({
|
||||||
spread_uid: (shareInfo && shareInfo.uid) ? shareInfo.uid : '',
|
spread_uid: (shareInfo && shareInfo.uid) ? shareInfo.uid : '',
|
||||||
cart_id: cartStore.cartList,
|
cart_id: cartStore.cartList,
|
||||||
|
|
Loading…
Reference in New Issue