合并代码

This commit is contained in:
sx 2025-02-28 14:57:12 +08:00
parent 16d69c5116
commit ff3913769c
2 changed files with 4 additions and 10 deletions

View File

@ -59,15 +59,9 @@
//
const releasedLst = ref([])
//
const userinfo = computed(() => {
let result = store.state.userinfo || {}
return result
})
const userinfo = computed(() => store.state.userinfo || {})
//
const wallet = computed(() => {
let result = store.state.purse || {}
return result
})
const wallet = computed(() => store.state.purse || {})
onLoad(() => {
//
@ -190,7 +184,7 @@
<uni-icons type="right" color="" />
</view>
<view class="rows mtb30 ptb20 plr30 cfff f34 b000 br10">
<view class="rows mtb30 ptb20 plr30 cfff f34 b000 br10" v-if="userinfo.isShop == 1">
<text>商家明细</text>
<uni-icons type="right" c1olor="" />
</view>

View File

@ -236,7 +236,7 @@ defineExpose({
</view>
<!-- 按钮区 -->
<view class="btns w150">
<view class="btns w180">
<view>
<view @click="handleCollectStore" class="btn sm warm fmid fdr plr30">
<uni-icons class="mr10" color="#fff" type="plusempty" size="13" v-if="detail.isFollow != 1" />