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
cfd96bc1
Commit
cfd96bc1
authored
Dec 12, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
b73302b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
index.wxml
components/guidecollection/index.wxml
+14
-14
index.wxss
components/guidecollection/index.wxss
+1
-0
No files found.
components/guidecollection/index.wxml
View file @
cfd96bc1
<!--components/guidecollection/index.wxml-->
<
cover-
view class="guidecollection-box {{custom? 'custom': ''}}" style="{{custom ? 'padding-top:'+top+'px' :''}}" wx:if="{{isShow}}">
<
cover-
image class="finger" style="{{custom ? 'top:'+top+'px' :''}}" src="{{imageRoot}}2c/collectioncomponents/finger.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<
cover-
image class="line" style="{{custom ? 'top:'+(top+36)+'px' :''}}" src="{{imageRoot}}2c/collectioncomponents/line.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<
cover-view class="first">1. 点击右上角 <cover-image class="dot" src="{{imageRoot}}2c/collectioncomponents/dot.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" /></cover-
view>
<cover-
view class="second">
<cover-view class="text">2. 选择“添加到我的小程序”</cover-
view>
<cover-image class="img1" src="{{imageRoot}}2c/collectioncomponents/img1.png" bindload="" binderror=""></cover-
image>
</cover-
view>
<cover-
view class="third">
<cover-view class="text">3. 在微信首页下拉,快速进入轻校通”</cover-
view>
<cover-image class="img2" src="{{imageRoot}}2c/collectioncomponents/img2.png" bindload="" binderror=""></cover-
image>
</cover-
view>
<
cover-view class="btn" bindtap="knowClick">知道啦</cover-
view>
</
cover-
view>
<view class="guidecollection-box {{custom? 'custom': ''}}" style="{{custom ? 'padding-top:'+top+'px' :''}}" wx:if="{{isShow}}">
<image class="finger" style="{{custom ? 'top:'+top+'px' :''}}" src="{{imageRoot}}2c/collectioncomponents/finger.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<image class="line" style="{{custom ? 'top:'+(top+36)+'px' :''}}" src="{{imageRoot}}2c/collectioncomponents/line.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
<
view class="first">1. 点击右上角 <image class="dot" src="{{imageRoot}}2c/collectioncomponents/dot.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" /></
view>
<
view class="second">
<view class="text">2. 选择“添加到我的小程序”</
view>
<image class="img1" src="{{imageRoot}}2c/collectioncomponents/img1.png" bindload="" binderror=""></
image>
</
view>
<
view class="third">
<view class="text">3. 在微信首页下拉,快速进入轻校通”</
view>
<image class="img2" src="{{imageRoot}}2c/collectioncomponents/img2.png" bindload="" binderror=""></
image>
</
view>
<
view class="btn" bindtap="knowClick">知道啦</
view>
</view>
components/guidecollection/index.wxss
View file @
cfd96bc1
...
...
@@ -8,6 +8,7 @@
left: 0;
top: 0;
z-index: 1000;
overflow: auto;
}
.finger{
width: 53rpx;
...
...
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