Commit 8ea814f5 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 1434facc
......@@ -161,12 +161,9 @@
signType: wxParams.signType,
paySign: wxParams.paySign,
success(res) {
message.notify('支付成功')
that.paySuccess();
},
fail(res) {
message.notify('取消支付')
}
})
}
......
......@@ -95,7 +95,7 @@
</view>
</view>
<view style="font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.title}}</view>
<view style="font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.vedioDesc}}</view>
<!-- <view style="font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.vedioDesc}}</view> -->
</view>
<view class="item-wrap" v-for="(item, i) in dataList" :key="i" v-if="i % 2 == 1"
......@@ -117,7 +117,7 @@
</view>
</view>
<view style="font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.title}}</view>
<view style="font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.vedioDesc}}</view>
<!-- <view style="font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.vedioDesc}}</view> -->
</view>
......@@ -338,7 +338,7 @@
background-color: #fff;
break-inside: avoid;
margin-bottom: 20rpx;
height: 500rpx;
height: 470rpx;
}
.img {
......
......@@ -205,6 +205,8 @@
})
},
paySuccess() {
message.notify('支付成功');
this.post({
url: '/user/baseMsg',
showLoading: false,
......
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