Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
00aa2ebb
Commit
00aa2ebb
authored
Jul 11, 2019
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4733d310
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
index.wxml
business/pages/newcustomer/index.wxml
+1
-1
index.wxml
business/pages/nocomment/index.wxml
+8
-1
index.wxss
business/pages/nocomment/index.wxss
+1
-0
No files found.
business/pages/newcustomer/index.wxml
View file @
00aa2ebb
...
...
@@ -40,7 +40,7 @@
</view>
<view class="empty-content" wx:if="{{!hasData }}">
<image class="emptyimg" src="{{imageRoot}}2b/potentialcustomer/emptyimg.png?{{imageVersion}}"></image>
<text class="empty-text" >暂无
潜在客户
</text>
<text class="empty-text" >暂无
学员线索
</text>
<button class="submitbtn" wx:if="{{addInfo.status == 1}}" bindtap="goCircleIndex">分享班级,马上拓客</button>
</view>
<go-top wx:if="{{backTopValue}}"></go-top>
...
...
business/pages/nocomment/index.wxml
View file @
00aa2ebb
...
...
@@ -38,8 +38,15 @@
</view>
</view>
<list-loading loading="{{listLoading}}"></list-loading>
<view class="empty-content" wx:if="{{!hasmore}}">
<
!-- <
view class="empty-content" wx:if="{{!hasmore}}">
<view class="empty-text" hover-class="none" hover-stop-propagation="false">没有更多数据啦~</view>
</view> -->
<view class="tech-support clearfix" hover-class="none" hover-stop-propagation="false" wx:if="{{!hasmore}}">
<view class="short-line short-line-left" hover-class="none" hover-stop-propagation="false"></view>
<view class="tech-text" hover-class="none" hover-stop-propagation="false">
<text class="company-name" selectable="false" space="false" decode="false">我可是有底线的</text>
</view>
<view class="short-line short-line-right" hover-class="none" hover-stop-propagation="false"></view>
</view>
</view>
<view class="empty-content" hover-class="none" hover-stop-propagation="false" wx:if="{{emptyPage}}">
...
...
business/pages/nocomment/index.wxss
View file @
00aa2ebb
...
...
@@ -2,6 +2,7 @@
page{
}
.container{
padding-bottom: 70rpx;
}
.nocomment-listbox {
margin-top: 24rpx;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment