fix(custom): 修复支付组件若干bug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -35,10 +35,7 @@
|
||||
</template>
|
||||
</nut-cell>
|
||||
<nut-cell
|
||||
v-if="
|
||||
jfInfo.jh_info?.store_user_id ||
|
||||
jfInfo.jh_info?.store_user_id?.length > 0
|
||||
"
|
||||
v-if="jfInfo.jh_info?.store_user_id && jfInfo.jh_info?.integral > 0"
|
||||
title="聚合积分支付"
|
||||
:desc="`剩余积分:${jfInfo.jh_info?.integral || 0}`"
|
||||
is-link
|
||||
|
||||
Reference in New Issue
Block a user