修改格式
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
<view style="
|
||||
padding: 20rpx; overflow: hidden;
|
||||
">
|
||||
|
||||
<view class="chong_zhi boxShadow box_fillet vip_box"
|
||||
@click="onPageJump('/pages/mine/vip/index')">
|
||||
<view class="noVip">
|
||||
@@ -85,10 +84,7 @@
|
||||
天医币<u-icon @click.native.stop="openInfo()" name="question-circle"
|
||||
style="float: right; margin: 0 6rpx"></u-icon>
|
||||
</view>
|
||||
|
||||
<view class="text" style="line-height: 40rpx; display: flex">{{
|
||||
userMes.peanutCoin ? userMes.peanutCoin : 0
|
||||
}}</view>
|
||||
<view class="text" style="line-height: 40rpx; display: flex">{{userMes.peanutCoin ? userMes.peanutCoin : 0}}</view>
|
||||
</view>
|
||||
|
||||
<view class="chong_list_item" style="
|
||||
@@ -101,9 +97,7 @@
|
||||
积分
|
||||
</view>
|
||||
|
||||
<view class="text" style="line-height: 40rpx">{{
|
||||
userMes.jf ? userMes.jf : 0
|
||||
}}</view>
|
||||
<view class="text" style="line-height: 40rpx">{{userMes.jf ? userMes.jf : 0}}</view>
|
||||
</view>
|
||||
<view class="chong_list_item" style="
|
||||
display: flex;
|
||||
@@ -115,9 +109,7 @@
|
||||
优惠券
|
||||
</view>
|
||||
|
||||
<view class="text" style="line-height: 40rpx">{{
|
||||
userCouponNum
|
||||
}}</view>
|
||||
<view class="text" style="line-height: 40rpx">{{userCouponNum}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chong_list_item" style="
|
||||
@@ -139,8 +131,6 @@
|
||||
<template slot="rightSlot" slot-scope="slotProps">
|
||||
<text class="fdButtonBox aui-text-success"
|
||||
style="line-height: 40rpx; font-size: 50rpx;">{{ slotProps.row.content }}</text>
|
||||
|
||||
<view> </view>
|
||||
</template>
|
||||
</common-list>
|
||||
</view>
|
||||
@@ -445,8 +435,8 @@
|
||||
|
||||
})
|
||||
},
|
||||
//获取个人信息
|
||||
getData() {
|
||||
// 获取个人信息
|
||||
if (this.userInfo.id != undefined) {
|
||||
this.$http.post("common/user/getUserInfo").then((res) => {
|
||||
this.userMes = res.result;
|
||||
@@ -826,7 +816,7 @@
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
border-radius: 20rx;
|
||||
border-radius: 20rpx;
|
||||
background-image: linear-gradient(60deg, #8265f9 30%, #016dea 100%);
|
||||
|
||||
.zhanghu {
|
||||
|
||||
@@ -591,7 +591,6 @@
|
||||
},
|
||||
})
|
||||
.then(async (res) => {
|
||||
console.log("获取服务器时间");
|
||||
if (res.code == 0) {
|
||||
time = res.serverTime;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user