|
@@ -16,8 +16,20 @@
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
- <button open-type="share" class="btn-rechargeNow" data-shareInfo="{{shareModel}}">
|
|
|
- <text>去邀请好友</text>
|
|
|
- </button>
|
|
|
+ <view class="shareBtns">
|
|
|
+ <button open-type="share" class="btn-rechargeNow" data-shareInfo="{{shareModel}}">
|
|
|
+ <image src="/image/icons/wx.png"></image>
|
|
|
+ <text>微信好友邀请</text>
|
|
|
+ </button>
|
|
|
+ <button open-type="share" class="btn-rechargeNow" data-shareInfo="{{shareModel}}">
|
|
|
+ <image src="/image/icons/circle.png" style="height:28rpx"></image>
|
|
|
+ <text>分享朋友圈</text>
|
|
|
+ </button>
|
|
|
+ </view>
|
|
|
+ <view class="faceToFace">
|
|
|
+ <image src="/image/icons/Group18@2x.png" style="width:26rpx; height:25rpx"></image>
|
|
|
+ <text>面对面扫码邀请</text>
|
|
|
+ <image src="/image/icons/Path@2x.png" style="width:12rpx; height:22rpx"></image>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|