|
@@ -27,10 +27,15 @@
|
|
|
<image class="microphone" src="../../../static/image/microphone.png" />
|
|
|
<text>我要朗读</text>
|
|
|
</view>
|
|
|
- <view class="shareBtn footerBtn" bindtap="openShare">
|
|
|
- <image src="../../../static/image/share.png" />
|
|
|
- <text>分享</text>
|
|
|
+ <view class="shareBtn footerBtn">
|
|
|
+ <!-- <image src="../../../static/image/share.png" />
|
|
|
+ <text>分享</text> -->
|
|
|
+ <button open-type="share" plain="true" hover-class="none">
|
|
|
+ <image src="../../../static/image/share.png" />
|
|
|
+ <text>分享</text>
|
|
|
+ </button>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
<canvas canvas-id="myCanvas" style="width:370px;z-index=99999; height: 507px; position: absolute; left: -99rpx; top: -999rpx;"></canvas>
|
|
|
<shareDialog id="share-dialog" shareType='class' />
|