|
@@ -58,8 +58,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="page_no > 1" />
|
|
|
- <view v-if="newDataList.length === 4" class="bind-btn" @click="goLogin">
|
|
|
- 为了给您提供更好的使用体验,<br />请 <text class="login-text">登录</text>后再查看此页面内容
|
|
|
+ <view v-if="newDataList.length === 4" class="bind-btn">
|
|
|
+ <view @click="goLogin"> 为了给您提供更好的使用体验,<br />请 <text class="login-text">登录</text>后再查看此页面内容</view>
|
|
|
</view>
|
|
|
<suspenButton :show.sync="wholeShowListData.IsShow" v-if="wholeShowListData.IsShow" />
|
|
|
</view>
|