feat: 1.0.4 版本增加分享按钮
This commit is contained in:
@@ -92,9 +92,9 @@ page {
|
||||
width: 100%;
|
||||
height: 190rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
background-color: #fff;
|
||||
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
|
||||
padding-top: 24rpx;
|
||||
padding: 24rpx 30rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -90,9 +90,19 @@
|
||||
</view>
|
||||
<view class="btn-area">
|
||||
<toy-button
|
||||
openType="share"
|
||||
type="green"
|
||||
bind:click="onShareAppMessage"
|
||||
width="240rpx"
|
||||
icon="wechat"
|
||||
iconSize="50rpx"
|
||||
icon-class-prefix="toy-icon">
|
||||
分享
|
||||
</toy-button>
|
||||
<toy-button
|
||||
type="primary"
|
||||
bind:click="exportToPrint"
|
||||
width="680rpx"
|
||||
width="400rpx"
|
||||
disabled="{{cardList.length <= 0}}"
|
||||
icon="download"
|
||||
icon-class-prefix="toy-icon">
|
||||
|
||||
Reference in New Issue
Block a user