This commit is contained in:
2023-09-28 17:06:51 +08:00
parent 3c59983b18
commit 10fd12076b
3 changed files with 23 additions and 21 deletions

View File

@ -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;
}
} }
} }
} }

View File

@ -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">

View File

@ -27,7 +27,7 @@
<view class="timeone"> <view class="timeone">
2023-03-09 13:23:12 2023-03-09 13:23:12
</view> </view>
<view class="Establishingarchives" > <view class="Establishingarchives">
兑换商品 兑换商品
</view> </view>
<view class="integraltwo"> <view class="integraltwo">
@ -52,7 +52,7 @@
}; };
}, },
methods: { methods: {
goexchange(){ goexchange() {
uni.navigateTo({ uni.navigateTo({
url: '/pagesB/exchangerecords/exchangerecords' url: '/pagesB/exchangerecords/exchangerecords'
}) })
@ -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(); // }
}
}, },
}, },
} }