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
d3d4b18b
Commit
d3d4b18b
authored
Jun 18, 2019
by
lvtz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wxl-develop' of git.server:wangxuelai/wechatapp.shangjiadao.com into lvtz2
parents
de863c96
ac7d32c4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
index.wxml
business/pages/organizationalmgt/index.wxml
+1
-1
officialwebindex.js
src/pages/officialweb/officialwebindex.js
+1
-0
officialwebindex.wxml
src/pages/officialweb/officialwebindex.wxml
+1
-1
officialwebindex.wxss
src/pages/officialweb/officialwebindex.wxss
+1
-1
No files found.
business/pages/organizationalmgt/index.wxml
View file @
d3d4b18b
...
...
@@ -64,7 +64,7 @@
<button form-type="submit" class="createidbutton">生成form</button>
</form>
<view class="item-left" hover-class="none" hover-stop-propagation="false">
<image class="item-icon icona" src="{{imageRoot}}2b/organizationalmgt/
icon5
.png?{{imageVersion}}" lazy-load="false" binderror="" bindload=""></image>
<image class="item-icon icona" src="{{imageRoot}}2b/organizationalmgt/
officialweb
.png?{{imageVersion}}" lazy-load="false" binderror="" bindload=""></image>
</view>
<view class="item-right" hover-class="none" hover-stop-propagation="false">
<text class="right-text">微官网管理</text>
...
...
src/pages/officialweb/officialwebindex.js
View file @
d3d4b18b
...
...
@@ -117,6 +117,7 @@ Page({
}
data
.
banner
=
banner
;
data
.
news
=
news
;
console
.
log
(
data
,
'datadatadatadatadatadatadata'
);
this
.
setData
({
homeDetail
:
data
})
...
...
src/pages/officialweb/officialwebindex.wxml
View file @
d3d4b18b
...
...
@@ -19,7 +19,7 @@
<view class="pagination-dot {{swiperIndex == index ? 'active' : ''}}" hover-class="none" hover-stop-propagation="false" wx:for="{{homeDetail.banner}}" wx:key="{{index}}"></view>
</view>
</view>
<view class="newsbox" hover-class="none" hover-stop-propagation="false" wx:if="{{homeDetail.news.length>0}}">
<view class="newsbox" hover-class="none" hover-stop-propagation="false" wx:if="{{homeDetail.news
&& homeDetail.news
.length>0}}">
<image class="news-logo" src="{{localImageRoot}}2c/officialweb/index/icon_news.png?{{imageVersion}}"></image>
<view class="newsbox-content">
<swiper autoplay="{{true}}" interval="3000" vertical="true">
...
...
src/pages/officialweb/officialwebindex.wxss
View file @
d3d4b18b
...
...
@@ -47,7 +47,7 @@ image {
}
.share-image {
width: 41rpx;
height:
44
rpx;
height:
38
rpx;
}
.swiper-box {
margin: 0 auto 40rpx;
...
...
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