|
@@ -17,7 +17,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btns" wx:if="{{count<2}}">
|
|
|
- <image src="/static/cjd.png" class="transcript" />
|
|
|
+ <image src="/static/cjd.png" class="transcript" bindtap="showTranscript" />
|
|
|
<button class="resetBtn" open-type="share">
|
|
|
<image src="/static/yqb.png" class="inviteBtn" />
|
|
|
</button>
|
|
@@ -39,7 +39,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btns" wx:if="{{count>=2&count<5}}">
|
|
|
- <image src="/static/cjd.png" class="transcript" />
|
|
|
+ <image src="/static/cjd.png" class="transcript" bindtap="showTranscript" />
|
|
|
<button class="resetBtn" open-type="share">
|
|
|
<image src="/static/yqb.png" class="inviteBtn" />
|
|
|
</button>
|
|
@@ -61,7 +61,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btns" wx:if="{{count>=5&&count<10}}">
|
|
|
- <image src="/static/cjd.png" class="transcript" />
|
|
|
+ <image src="/static/cjd.png" class="transcript" bindtap="showTranscript" />
|
|
|
<button class="resetBtn" open-type="share">
|
|
|
<image src="/static/yqb.png" class="inviteBtn" />
|
|
|
</button>
|
|
@@ -107,7 +107,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btns" wx:if="{{count>=10&count<30}}">
|
|
|
- <image src="/static/cjd.png" class="transcript" />
|
|
|
+ <image src="/static/cjd.png" class="transcript" bindtap="showTranscript" />
|
|
|
<button class="resetBtn" open-type="share">
|
|
|
<image src="/static/yqb.png" class="inviteBtn" />
|
|
|
</button>
|
|
@@ -169,7 +169,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btns" wx:if="{{count>=30}}">
|
|
|
- <image src="/static/cjd.png" class="transcript" />
|
|
|
+ <image src="/static/cjd.png" class="transcript" bindtap="showTranscript" />
|
|
|
<button class="resetBtn" open-type="share">
|
|
|
<image src="/static/yqb.png" class="inviteBtn" />
|
|
|
</button>
|
|
@@ -192,4 +192,25 @@
|
|
|
</view>
|
|
|
<view class="explain">新用户通过分享链接进到小程序,邀请成功。</view>
|
|
|
</view>
|
|
|
-</view>
|
|
|
+</view>
|
|
|
+<popUp id="popUp">
|
|
|
+ <view class="popBox">
|
|
|
+ <view class="header">
|
|
|
+ 成绩单
|
|
|
+ <image src="/static/lollipop.png" class="close" bindtap="closeTranscript"/>
|
|
|
+ </view>
|
|
|
+ <scroll-view scroll-y="true" class="list" enhanced show-scrollbar='{{false}}'>
|
|
|
+ <view class="item" wx:for="{{20}}" wx:key="index">
|
|
|
+ <view class="left">
|
|
|
+ <view class="num">{{index}}</view>
|
|
|
+ <image src="/static/concern.png" class="avatar" />
|
|
|
+ <view class="nickName textOver">郑茜郑茜娅郑茜娅娅</view>
|
|
|
+ </view>
|
|
|
+ <view class="time">2023.04.13 21:12:21</view>
|
|
|
+ </view>
|
|
|
+ <button class="resetBtn" open-type="share">
|
|
|
+ <image src="/static/yqb.png" class="inviteBtn" />
|
|
|
+ </button>
|
|
|
+ </scroll-view>
|
|
|
+ </view>
|
|
|
+</popUp>
|