feat: 1.0.4 版本增加分享按钮
This commit is contained in:
@@ -10,6 +10,10 @@ Component({
|
||||
type: String,
|
||||
value: 'default', // primary, green, white
|
||||
},
|
||||
openType: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
plain: {
|
||||
type: Boolean,
|
||||
value: false, // 是否朴素按钮
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user