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

1

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