xiaoe_mp_npm 0.2.1 → 0.2.2-beta3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.less +4 -4
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.wxss +4 -4
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.wxml +1 -1
- package/package.json +1 -1
- package/src/AliveInvite/LiveRoomVertical/index.less +4 -4
- package/src/AliveInvite/LiveRoomVertical/index.wxss +4 -4
- package/src/Lottery/components/MerchantContactInfo/index.wxml +1 -1
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
border-radius: 16px 16px 0 0;
|
|
9
9
|
}
|
|
10
10
|
.scrollViewHeight{
|
|
11
|
-
height:calc(100vh -
|
|
11
|
+
height:calc(100vh - 636rpx);
|
|
12
12
|
}
|
|
13
13
|
.scrollViewDefaultHeight{
|
|
14
|
-
height:calc(100vh -
|
|
14
|
+
height:calc(100vh - 528rpx);
|
|
15
15
|
}
|
|
16
16
|
.smallModelViewDefaultHeight{
|
|
17
|
-
height:calc(100vh -
|
|
17
|
+
height:calc(100vh - 508rpx);
|
|
18
18
|
}
|
|
19
19
|
.smallModelVeiwHeight{
|
|
20
|
-
height:calc(100vh -
|
|
20
|
+
height:calc(100vh - 630rpx);
|
|
21
21
|
}
|
|
22
22
|
.scrollViewPackUpDefaultHeight{
|
|
23
23
|
height:calc(100vh - 468rpx);
|
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
border-radius: 16px 16px 0 0;
|
|
9
9
|
}
|
|
10
10
|
.scrollViewHeight {
|
|
11
|
-
height: calc(100vh -
|
|
11
|
+
height: calc(100vh - 636rpx);
|
|
12
12
|
}
|
|
13
13
|
.scrollViewDefaultHeight {
|
|
14
|
-
height: calc(100vh -
|
|
14
|
+
height: calc(100vh - 528rpx);
|
|
15
15
|
}
|
|
16
16
|
.smallModelViewDefaultHeight {
|
|
17
|
-
height: calc(100vh -
|
|
17
|
+
height: calc(100vh - 508rpx);
|
|
18
18
|
}
|
|
19
19
|
.smallModelVeiwHeight {
|
|
20
|
-
height: calc(100vh -
|
|
20
|
+
height: calc(100vh - 630rpx);
|
|
21
21
|
}
|
|
22
22
|
.scrollViewPackUpDefaultHeight {
|
|
23
23
|
height: calc(100vh - 468rpx);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<text class="title">奖品领取方式</text>
|
|
4
4
|
<text class="prompt">请通过以下方式联系兑奖</text>
|
|
5
5
|
<view wx:if="{{hasQrcode}}" class="qrcode-box {{hasWxNumber ? '' : 'swell'}}">
|
|
6
|
-
<image class="qrcode" mode="widthFix" src="{{contactInfo.qrcode}}" />
|
|
6
|
+
<image class="qrcode" mode="widthFix" src="{{contactInfo.qrcode}}" show-menu-by-longpress />
|
|
7
7
|
<text class="qrcode-prompt">长按识别二维码,或保存图片</text>
|
|
8
8
|
</view>
|
|
9
9
|
<block wx:if="{{hasWxNumber}}">
|
package/package.json
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
border-radius: 16px 16px 0 0;
|
|
9
9
|
}
|
|
10
10
|
.scrollViewHeight{
|
|
11
|
-
height:calc(100vh -
|
|
11
|
+
height:calc(100vh - 636rpx);
|
|
12
12
|
}
|
|
13
13
|
.scrollViewDefaultHeight{
|
|
14
|
-
height:calc(100vh -
|
|
14
|
+
height:calc(100vh - 528rpx);
|
|
15
15
|
}
|
|
16
16
|
.smallModelViewDefaultHeight{
|
|
17
|
-
height:calc(100vh -
|
|
17
|
+
height:calc(100vh - 508rpx);
|
|
18
18
|
}
|
|
19
19
|
.smallModelVeiwHeight{
|
|
20
|
-
height:calc(100vh -
|
|
20
|
+
height:calc(100vh - 630rpx);
|
|
21
21
|
}
|
|
22
22
|
.scrollViewPackUpDefaultHeight{
|
|
23
23
|
height:calc(100vh - 468rpx);
|
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
border-radius: 16px 16px 0 0;
|
|
9
9
|
}
|
|
10
10
|
.scrollViewHeight {
|
|
11
|
-
height: calc(100vh -
|
|
11
|
+
height: calc(100vh - 636rpx);
|
|
12
12
|
}
|
|
13
13
|
.scrollViewDefaultHeight {
|
|
14
|
-
height: calc(100vh -
|
|
14
|
+
height: calc(100vh - 528rpx);
|
|
15
15
|
}
|
|
16
16
|
.smallModelViewDefaultHeight {
|
|
17
|
-
height: calc(100vh -
|
|
17
|
+
height: calc(100vh - 508rpx);
|
|
18
18
|
}
|
|
19
19
|
.smallModelVeiwHeight {
|
|
20
|
-
height: calc(100vh -
|
|
20
|
+
height: calc(100vh - 630rpx);
|
|
21
21
|
}
|
|
22
22
|
.scrollViewPackUpDefaultHeight {
|
|
23
23
|
height: calc(100vh - 468rpx);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<text class="title">奖品领取方式</text>
|
|
4
4
|
<text class="prompt">请通过以下方式联系兑奖</text>
|
|
5
5
|
<view wx:if="{{hasQrcode}}" class="qrcode-box {{hasWxNumber ? '' : 'swell'}}">
|
|
6
|
-
<image class="qrcode" mode="widthFix" src="{{contactInfo.qrcode}}" />
|
|
6
|
+
<image class="qrcode" mode="widthFix" src="{{contactInfo.qrcode}}" show-menu-by-longpress />
|
|
7
7
|
<text class="qrcode-prompt">长按识别二维码,或保存图片</text>
|
|
8
8
|
</view>
|
|
9
9
|
<block wx:if="{{hasWxNumber}}">
|