feat: 合并 v1.0.4 版本

This commit is contained in:
2025-07-23 11:05:55 +08:00
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -93,6 +93,7 @@
</view>
<view class="bottom-btn-box">
<toy-button
openType="share"
type="green"
flat="{{true}}"
bind:click="onShareAppMessage"
+4
View File
@@ -10,6 +10,10 @@ Component({
type: String,
value: 'default', // primary, green, white
},
openType: {
type: String,
value: '',
},
plain: {
type: Boolean,
value: false, // 是否朴素按钮
+1 -1
View File
@@ -9,6 +9,7 @@
data-loading="{{loading}}"
style="{{style}};{{width ? 'width:' + width + ';' : ''}};{{height ? 'height:' + height + ';' : ''}}"
session-from="{{ sessionFrom }}"
open-type="{{ disabled || loading ? '' : openType }}"
send-message-title="{{ sendMessageTitle }}"
send-message-path="{{ sendMessagePath }}"
send-message-img="{{ sendMessageImg }}"
@@ -37,7 +38,6 @@
<block wx:else>
<van-icon
wx:if="{{ icon }}"
size="1.2em"
name="{{ icon }}"
size="{{ iconSize }}"
color="{{ wxs.getIconColor(iconColor, type, plain, disabled) }}"