|
|
@@ -48,7 +48,7 @@
|
|
|
import {
|
|
|
getMoneyStyle
|
|
|
} from '@/utils/rocessor.js';
|
|
|
-
|
|
|
+
|
|
|
// #ifdef H5
|
|
|
import {
|
|
|
rechargeWechat,
|
|
|
@@ -166,7 +166,7 @@
|
|
|
return;
|
|
|
}
|
|
|
// 微信支付
|
|
|
- if(obj.type=='weixin'){
|
|
|
+ if (obj.type == 'weixin') {
|
|
|
// #ifdef H5
|
|
|
rechargeWechat({
|
|
|
price: this.money,
|
|
|
@@ -219,9 +219,9 @@
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
obj.payLoding = false;
|
|
|
})
|
|
|
.catch(e => {
|
|
|
@@ -231,10 +231,10 @@
|
|
|
// #endif
|
|
|
}
|
|
|
// #ifdef APP-PLUS
|
|
|
- if(obj.type=='ali'){
|
|
|
+ if (obj.type == 'ali') {
|
|
|
rechargeAli({
|
|
|
price: this.money
|
|
|
- }).then((data)=>{
|
|
|
+ }).then((data) => {
|
|
|
const url = data.msg;
|
|
|
uni.requestPayment({
|
|
|
provider: 'alipay',
|
|
|
@@ -280,12 +280,11 @@
|
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
-
|
|
|
- .yue-num {
|
|
|
+ .yue-num {
|
|
|
font-size: 30rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
|
- color: #A581FF;
|
|
|
+ color: #FDD58A;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -444,9 +443,11 @@
|
|
|
.iconweixin {
|
|
|
color: #36cb59;
|
|
|
}
|
|
|
- .iconzhifubao{
|
|
|
+
|
|
|
+ .iconzhifubao {
|
|
|
color: #08aaec;
|
|
|
}
|
|
|
+
|
|
|
.tit {
|
|
|
margin-left: 12rpx;
|
|
|
font-size: 30rpx;
|
|
|
@@ -466,7 +467,7 @@
|
|
|
&.modified {}
|
|
|
|
|
|
&.up {
|
|
|
- color: #ffffff;
|
|
|
+ color: #9F570E;
|
|
|
}
|
|
|
|
|
|
margin-top: 100rpx;
|
|
|
@@ -585,13 +586,17 @@
|
|
|
background: linear-gradient(270deg, #6E8DF7, #08aaec);
|
|
|
color: #FFFFFF !important;
|
|
|
}
|
|
|
- .aaa{
|
|
|
+
|
|
|
+ .aaa {
|
|
|
display: flex;
|
|
|
-
|
|
|
- width: 300rpx;height: 300rpx;
|
|
|
+
|
|
|
+ width: 300rpx;
|
|
|
+ height: 300rpx;
|
|
|
background: #fff;
|
|
|
- .bbb{
|
|
|
- width: 100rpx;height: 100rpx;
|
|
|
+
|
|
|
+ .bbb {
|
|
|
+ width: 100rpx;
|
|
|
+ height: 100rpx;
|
|
|
background: red;
|
|
|
}
|
|
|
}
|