修改
This commit is contained in:
parent
3c59983b18
commit
10fd12076b
@ -45,7 +45,6 @@
|
|||||||
.health {
|
.health {
|
||||||
padding: 30rpx 30rpx 0 30rpx;
|
padding: 30rpx 30rpx 0 30rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
line-height: 38rpx;
|
line-height: 38rpx;
|
||||||
@ -90,14 +89,18 @@
|
|||||||
top: 12%;
|
top: 12%;
|
||||||
left: 7%;
|
left: 7%;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #717070;
|
color: #717070;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
|
vertical-align: middle;
|
||||||
width: 22rpx;
|
width: 22rpx;
|
||||||
height: 12rpx;
|
height: 12rpx;
|
||||||
}
|
}
|
||||||
|
text{
|
||||||
|
margin-left: 10rpx;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -4,7 +4,7 @@
|
|||||||
<image src="/static/pageC/homepage.png" mode=""></image>
|
<image src="/static/pageC/homepage.png" mode=""></image>
|
||||||
<view class="loginmount">
|
<view class="loginmount">
|
||||||
<image src="/static/pageC/TAB.png" mode=""></image>
|
<image src="/static/pageC/TAB.png" mode=""></image>
|
||||||
你好,请登录
|
<text>你好,请登录</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="contentcenter">
|
<view class="contentcenter">
|
||||||
|
|||||||
@ -60,21 +60,20 @@
|
|||||||
//积分页面
|
//积分页面
|
||||||
...mapActions(["integralopenPopup"]),
|
...mapActions(["integralopenPopup"]),
|
||||||
gointegral() {
|
gointegral() {
|
||||||
const value = uni.getStorageSync('openid');
|
// const value = uni.getStorageSync('openid');
|
||||||
const value2 = uni.getStorageSync('patientId');
|
// const value2 = uni.getStorageSync('patientId');
|
||||||
if (value && value2) {
|
// if (value && value2) {
|
||||||
this.integralopenPopup();
|
// setTimeout(e => {
|
||||||
setTimeout(e => {
|
// uni.navigateTo({
|
||||||
uni.navigateTo({
|
// url: `/pagesB/healthybeans/healthybeans?integral=${this.appPersonallist.integral}`
|
||||||
url: `/pagesB/healthybeans/healthybeans?integral=${this.appPersonallist.integral}`
|
// })
|
||||||
})
|
// }, 0)
|
||||||
}, 0)
|
// } else {
|
||||||
} else {
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pagesB/PointsMall/PointsMall'
|
url: '/pagesB/PointsMall/PointsMall'
|
||||||
})
|
})
|
||||||
// this.gologin();
|
// this.gologin();
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user