ios 功能校对

This commit is contained in:
@fawn-nine
2023-10-30 13:30:51 +08:00
parent 75b5c6ae0f
commit 0a3bf99719
5 changed files with 16 additions and 16 deletions

View File

@@ -264,11 +264,11 @@
id: 2,
img: '../../static/icon/pay_1.png'
},
// {
// title: '微信',
// id: 1,
// img: '../../static/icon/pay_2.png'
// },
{
title: '微信',
id: 1,
img: '../../static/icon/pay_2.png'
},
{
title: '天医币购买',
id: 4,

View File

@@ -157,11 +157,11 @@
// this.iphonepay()
uni.hideTabBar();
this.getDevName()
setTimeout(()=>{
uni.navigateTo({
url:'/pages/user/persCount'
})
},2000)
// setTimeout(()=>{
// uni.navigateTo({
// url:'/pages/user/persCount'
// })
// },2000)
},
computed: {
...mapState(['userInfo']),