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

@@ -263,7 +263,7 @@
.fengmianBox:after{ .fengmianBox:after{
content: ''; display: inline-block; left:0; top:0; z-index: 0;width: 400rpx; height: 400rpx; position: absolute; border-radius: 400rpx; box-shadow: rgba(177, 235, 202, 0.8) 0px 0px 29px 0px; content: ''; display: inline-block; left:0; top:0; z-index: 0;width: 400rpx; height: 400rpx; position: absolute; border-radius: 400rpx; box-shadow: rgba(177, 235, 202, 0.8) 0px 0px 29px 0px;
} }
.fengmianBox.defaultBg{background-image: url('@/static/icon/home_icon_0.png');} .fengmianBox.defaultBg{background-image: url('@/static/icon/home_icon_0.png'); background-size: cover;}
page { page {
background-color: #F6F6F8; background-color: #F6F6F8;

View File

@@ -217,7 +217,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.fengImg{ border-radius: 100%; } .fengImg{ border-radius: 100%; background-size: cover; }
@-webkit-keyframes rotation { @-webkit-keyframes rotation {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
@@ -258,7 +258,7 @@
.times{ } .times{ }
} }
.fengmianBox .defaultBg{ margin: 0 auto;border-radius: 200rpx; margin: 0 auto; .fengmianBox .defaultBg{ width: 100%; margin: 0 auto;border-radius: 200rpx; margin: 0 auto;
margin-bottom: 20rpx; background-size: cover; margin-bottom: 20rpx; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: url('@/static/icon/home_icon_0.png'); background-image: url('@/static/icon/home_icon_0.png');

View File

@@ -12,8 +12,8 @@
"src" : "图片路径" "src" : "图片路径"
} }
], ],
"versionName" : "1.2.6", "versionName" : "1.2.9",
"versionCode" : 126, "versionCode" : 129,
"app-plus" : { "app-plus" : {
"compatible" : { "compatible" : {
"ignoreVersion" : true "ignoreVersion" : true
@@ -95,7 +95,7 @@
}, },
"appleiap" : {}, "appleiap" : {},
"weixin" : { "weixin" : {
"__platform__" : [ "android" ], "__platform__" : [ "ios", "android" ],
"appid" : "wx47134a8f15083734", "appid" : "wx47134a8f15083734",
"UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/" "UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
} }

View File

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

View File

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