合并代码

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 releasedLst = ref([])
// //
const userinfo = computed(() => { const userinfo = computed(() => store.state.userinfo || {})
let result = store.state.userinfo || {}
return result
})
// //
const wallet = computed(() => { const wallet = computed(() => store.state.purse || {})
let result = store.state.purse || {}
return result
})
onLoad(() => { onLoad(() => {
// //
@ -190,7 +184,7 @@
<uni-icons type="right" color="" /> <uni-icons type="right" color="" />
</view> </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> <text>商家明细</text>
<uni-icons type="right" c1olor="" /> <uni-icons type="right" c1olor="" />
</view> </view>

View File

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