增加东西
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user