增加东西

This commit is contained in:
yziiy
2025-10-30 18:27:45 +08:00
parent 4fc72fbffe
commit 5ed0c676b2
200 changed files with 59 additions and 288 deletions

View File

@@ -94,7 +94,7 @@
<view class="color-6 ml-20">
{{decorateDetail.user_info.user_coin}}
</view>
<view class="chongzhi-text ml-20" @click="RechargeCoin">
<view class="chongzhi-text ml-20" v-if="isShow" @click="RechargeCoin">
去充值
</view>
</view>
@@ -127,15 +127,21 @@
indicatorLeft: 5,
decorateDetail: null,
currentMenuIndex: 0,
payData: null
payData: null,
isShow:true
}
},
onLoad(options) {
this.errorPage = true
const {
id
id,
is_show
} = options
uni.setStorageSync('token', id)
if(is_show) {
const flag = Number(is_show)
this.isShow = flag === 1 ? true : false
}
if (uni.getStorageSync('token')) this.gettabs()
},
methods: {
@@ -329,6 +335,7 @@
img {
width: 120rpx;
object-fit: contain;
}
}
@@ -358,6 +365,9 @@
height: 120rpx;
margin: 12rpx 0;
// background-color: #5B5B5B;
img {
object-fit: contain;
}
}
.swiper-view {