|
@@ -12,24 +12,6 @@
|
|
<view class="tips">
|
|
<view class="tips">
|
|
都属于您的用户资产,产生的订单和收益都会给到您佣金
|
|
都属于您的用户资产,产生的订单和收益都会给到您佣金
|
|
</view>
|
|
</view>
|
|
- <view class="shareType">
|
|
|
|
- <view class="box">
|
|
|
|
- <image src="/static/wx.png" class="icon" />
|
|
|
|
- <view class="label">微信好友</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="box" bindtap="createPoster">
|
|
|
|
- <image src="/static/hb.png" class="icon" />
|
|
|
|
- <view class="label">生成海报</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="box">
|
|
|
|
- <image src="/static/pyq.png" class="icon" />
|
|
|
|
- <view class="label">朋友圈</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="box" bindtap="jump">
|
|
|
|
- <image src="/static/gzh.png" class="icon" />
|
|
|
|
- <view class="label">公众号</view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
<view class="shareText">
|
|
<view class="shareText">
|
|
<view class="title">
|
|
<view class="title">
|
|
分享时可选用文案
|
|
分享时可选用文案
|
|
@@ -46,6 +28,24 @@
|
|
复制当前话术
|
|
复制当前话术
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="shareType">
|
|
|
|
+ <button class="resetBtn box" open-type="share">
|
|
|
|
+ <image src="/static/wx.png" class="icon" />
|
|
|
|
+ <view class="label">微信好友</view>
|
|
|
|
+ </button>
|
|
|
|
+ <view class="box" bindtap="createPoster">
|
|
|
|
+ <image src="/static/hb.png" class="icon" />
|
|
|
|
+ <view class="label">生成海报</view>
|
|
|
|
+ </view>
|
|
|
|
+ <!-- <view class="box">
|
|
|
|
+ <image src="/static/pyq.png" class="icon" />
|
|
|
|
+ <view class="label">朋友圈</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ <view class="box" bindtap="jump">
|
|
|
|
+ <image src="/static/gzh.png" class="icon" />
|
|
|
|
+ <view class="label">公众号</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
</popUp>
|
|
</popUp>
|
|
<createPoster id="createPoster"></createPoster>
|
|
<createPoster id="createPoster"></createPoster>
|