|
|
@@ -102,13 +102,12 @@
|
|
|
imgUrl: this.headSrc, // 分享图标
|
|
|
// type: 'link', // 分享类型:music | video | link,默认为:link
|
|
|
// dataUrl: '', // 如果type为:music | video,则要提供数据,默认为:空
|
|
|
- success: function(){
|
|
|
- alert('share success')
|
|
|
- this.startCount--;
|
|
|
- if(this.startCount === 0){
|
|
|
- this.isShareFlag = false;
|
|
|
- }
|
|
|
- },
|
|
|
+ },function(){
|
|
|
+ alert('share success')
|
|
|
+ this.startCount--;
|
|
|
+ if(this.startCount === 0){
|
|
|
+ this.isShareFlag = false;
|
|
|
+ }
|
|
|
})
|
|
|
})
|
|
|
|