...
|
...
|
@@ -11,8 +11,10 @@ |
|
|
</view>
|
|
|
|
|
|
|
|
|
<view class="answer" bindtap="getanswer">
|
|
|
<view hover-class="none" wx:if="{{list}}">去答题</view>
|
|
|
<view class="answer" >
|
|
|
<view hover-class="none" bindtap="getanswer" wx:if="{{list.user_status==0}}">去答题</view>
|
|
|
<button style="background: #cfcfcf;" wx:if="{{list.user_status==1}}">已答题</button>
|
|
|
|
|
|
</view>
|
|
|
<button open-type="share">
|
|
|
<view class="btn-item" style="background: url('/imgs/shares.png') no-repeat center;background-size: cover;"
|
...
|
...
|
|