Commit 7f3fe2ab authored by 罗超's avatar 罗超

1

parent a0cc33d2
This diff is collapsed.
......@@ -11,11 +11,11 @@
}
.details-box-top-z {
width: 100%;
height: 3px;
height: 6rpx;
}
.details-box-top-f {
width: 100%;
height: 3px;
height: 6rpx;
background: #e2e2e2;
}
.details-box-t-positions {
......@@ -27,8 +27,8 @@
align-items: center;
box-sizing: border-box;
padding: 0 26rpx;
border-top-right-radius: 6px;
border-bottom-left-radius: 6px;
border-top-right-radius: 12rpx;
border-bottom-left-radius: 12rpx;
position: absolute;
right: 0;
top: 0;
......@@ -106,7 +106,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-size: 28rpx;
color: #ffffff;
background: #cccccc;
}
......@@ -116,7 +116,6 @@
font-family: PingFang SC;
font-weight: 800;
color: #111111;
// text-align: center;
margin-top: 40rpx;
margin-bottom: 30rpx;
position: relative;
......@@ -124,7 +123,7 @@
.title-pic .line-bottom {
width: 71rpx;
height: 12rpx;
background-color: #00ACF9;
background-color: #00acf9;
border-radius: 4rpx;
position: absolute;
left: 0;
......@@ -197,7 +196,7 @@
width: 100%;
min-height: 90rpx;
border-radius: 20rpx;
background-color: #00ACF9;
background-color: #00acf9;
color: #fff;
display: flex;
box-sizing: border-box;
......@@ -221,7 +220,7 @@
position: absolute;
width: 4rpx;
height: 100%;
background-color: #00ACF9;
background-color: #00acf9;
left: 24rpx;
top: 90rpx;
}
......@@ -245,8 +244,8 @@
background-color: #dfbe6e;
border-radius: 50%;
position: absolute;
left: -17.6px;
top: 4px;
left: -32rpx;
top: 8rpx;
}
.Jiaheactivitydetails .con {
width: 622rpx;
......@@ -343,7 +342,7 @@
</view>
</view>
<view v-if="detial.IsJoinActivity == 1">
<view class="details-box-top-f" style="background: #00ACF9"></view>
<view class="details-box-top-f" style="background: #00acf9"></view>
<view
class="details-box-t-positions"
:style="{ background: '#00ACF9' }"
......
......@@ -250,14 +250,13 @@ export default {
}
},
Pay() {
let that = this;
uni.requestPayment({
provider: "wxpay",
timeStamp: this.orderInfo.timeStamp,
nonceStr: this.orderInfo.nonceStr,
package: this.orderInfo.package,
signType: this.orderInfo.signType,
paySign: this.orderInfo.sign,
timeStamp: data.orderInfo.timeStamp,
nonceStr: data.orderInfo.nonceStr,
package: data.orderInfo.package,
signType: data.orderInfo.signType,
paySign: data.orderInfo.sign,
success: function (res) {
console.log("success", res);
uni.showToast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment