|
@@ -17,7 +17,7 @@
|
|
|
<image src="/static/wx.png" class="icon" />
|
|
|
<view class="label">微信好友</view>
|
|
|
</view>
|
|
|
- <view class="box">
|
|
|
+ <view class="box" bindtap="createPoster">
|
|
|
<image src="/static/hb.png" class="icon" />
|
|
|
<view class="label">生成海报</view>
|
|
|
</view>
|
|
@@ -34,8 +34,8 @@
|
|
|
<view class="title">
|
|
|
分享时可选用文案
|
|
|
</view>
|
|
|
- <swiper class="swiper" current="{{current}}" circular indicator-dots="{{true}}" indicator-active-color="#B2B8C3"
|
|
|
- indicator-color='#E5E5E5'>
|
|
|
+ <swiper class="swiper" current="{{current}}" circular indicator-dots="{{true}}"
|
|
|
+ indicator-active-color="#B2B8C3" indicator-color='#E5E5E5'>
|
|
|
<swiper-item wx:for="{{3}}" wx:key="index">
|
|
|
<view class="content">
|
|
|
新课标语文素养培育,新课标语文素养培育 新课标语文素养培育,新课标语文素养培育 新课标语文素养培育,新课标语文素养培育 新课标语文素养培育,新课标语文素养培育
|
|
@@ -48,4 +48,4 @@
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
</popUp>
|
|
|
-<createPoster></createPoster>
|
|
|
+<createPoster id="createPoster"></createPoster>
|