Commit 64b161c6 authored by ziyu's avatar ziyu

加上will-change: transform;使video-item上的数据可以正常显示

parent 28318b3a
......@@ -20,6 +20,7 @@
.info {
line-height: 40rpx;
}
will-change: transform;
}
.progress {
width: 180rpx;
......
......@@ -175,7 +175,7 @@
<image src="{{userInfo.avatarUrl}}" mode="cover" class="userimage"></image>
</view>
<view class="content">
<button bindtap="toRaffle">去抽奖</button>
<!--<button bindtap="toRaffle">去抽奖</button>-->
<!-- <video-sign title="签"></video-sign> -->
<view class="leftcont">
<swiper class="list-wrapper" vertical="true" circular="true" display-multiple-items="2" autoplay="true" interval="1500">
......
......@@ -161,6 +161,7 @@
let detail = e.$wx.detail || {};
//调用接口将加密数据传给后端,e.$wx.detail整体都传过去
//如果数据得到了就跳转
console.log(detail,111)
if(detail.encryptedData) {
Dialog.alert({
title: '参与结果',
......
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