Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
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
高淑倩
7-Eleven
Commits
d1936498
Commit
d1936498
authored
Sep 05, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
4e0093ac
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
34 additions
and
9 deletions
+34
-9
relation.png
src/assets/imgs/7_1_0/relation.png
+0
-0
video.png
src/assets/imgs/7_1_0/video.png
+0
-0
uploadVideo.wxml
src/component/uploadVideo/uploadVideo.wxml
+1
-0
uploadVideo.wxss
src/component/uploadVideo/uploadVideo.wxss
+8
-0
extendProduct.wxml
src/pages/extendProduct/extendProduct.wxml
+2
-2
grassCommunity.wxml
src/subPackage/page/pages/grassCommunity/grassCommunity.wxml
+5
-2
grassCommunity.wxss
src/subPackage/page/pages/grassCommunity/grassCommunity.wxss
+17
-5
share.wxml
src/subPackage/page/pages/share/share.wxml
+1
-0
No files found.
src/assets/imgs/7_1_0/relation.png
0 → 100644
View file @
d1936498
956 Bytes
src/assets/imgs/7_1_0/video.png
0 → 100644
View file @
d1936498
1.26 KB
src/component/uploadVideo/uploadVideo.wxml
View file @
d1936498
...
...
@@ -14,6 +14,7 @@
<view class="upload-wrap" wx:if="{{!video}}" bindtap="chooseVideo">
<view class="upload-text">+视频</view>
<image class="video-img" mode="widthFix" src="/assets/imgs/7_1_0/video.png"></image>
</view>
</view>
src/component/uploadVideo/uploadVideo.wxss
View file @
d1936498
...
...
@@ -10,6 +10,7 @@
border: 1px solid rgba(216, 216, 216, 1);
line-height: 160rpx;
text-align: center;
position: relative;
}
.upload-text{
color: #aaaaaa;
...
...
@@ -41,3 +42,9 @@
border-radius: 50%;
z-index: 99;
}
.video-img{
width: 34rpx;
position: absolute;
bottom: 12rpx;
right: 12rpx;
}
\ No newline at end of file
src/pages/extendProduct/extendProduct.wxml
View file @
d1936498
...
...
@@ -6,7 +6,7 @@
推广商品
<view class="line" wx-if="{{currentTab==0}}" />
</view>
<view class="swiper-tab-item {{currentTab==1 ? 'active' : ''}}" data-current="1" bindtap="clickTab">我的
推广
<view class="swiper-tab-item {{currentTab==1 ? 'active' : ''}}" data-current="1" bindtap="clickTab">我的
分享
<view class="line" wx-if="{{currentTab==1}}" />
</view>
</view>
...
...
@@ -15,7 +15,7 @@
<swiper-item > -->
<scroll-view scroll-y wx:if="{{currentTab==0}}">
<view class="extend-img">
<image mode="widthFix" src="{{extendProBanner}}" />
<image mode="widthFix" src="{{extendProBanner
? extendProBanner : '/assets/imgs/7_1_0/coming-soon.jpg'
}}" />
</view>
<view class="pro-nav-wrap">
<view class="nav-list">
...
...
src/subPackage/page/pages/grassCommunity/grassCommunity.wxml
View file @
d1936498
...
...
@@ -18,7 +18,7 @@
</view>
</view>
<view class="upload-tip">*只支持.jpg
格式图片/ .mp4
格式视频,最长60s</view>
<view class="upload-tip">*只支持.jpg
、png、gif、kpge格式图片/ .mp4、m3u8
格式视频,最长60s</view>
<view class="title-border">
<input placeholder="添加标题" name="headline" value="{{params.headline}}" />
</view>
...
...
@@ -26,7 +26,10 @@
<input placeholder="这一刻想说什么..." name="article" value="{{params.article}}" />
</view>
<view class="related-goods" bindtap="handleRelatedGoods">关联商品</view>
<view class="related-goods" bindtap="handleRelatedGoods">
<image class="relate-img" mode="widthFix" src="/assets/imgs/7_1_0/relation.png"></image>
<text class="relate-text">关联商品</text>
</view>
<view class="gress-list">
<grass-item pro-goods="{{proGoods}}"/>
</view>
...
...
src/subPackage/page/pages/grassCommunity/grassCommunity.wxss
View file @
d1936498
...
...
@@ -28,18 +28,20 @@ page{
}
.title-border {
height: 66rpx;
line-height: 66rpx;
border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.title-border input{
height: 66rpx;
}
.related-goods {
width: 189rpx;
height: 54rpx;
line-height: 5
4
rpx;
line-height: 5
0
rpx;
text-align: center;
border-radius: 31rpx;
background-color: rgba(216, 216, 216, 1);
color: rgba(0, 0, 0, 1);
font-size: 26rpx;
font-family: PingFangSC-Medium;
margin-top: 97rpx;
}
.gress-list {
...
...
@@ -95,4 +97,14 @@ page{
background: #ffffff;
border-radius: 50%; }
.relate-img{
width: 23rpx;
margin-right: 10rpx;
vertical-align: middle;
}
.relate-text{
color: rgba(0, 0, 0, 1);
font-size: 26rpx;
font-family: PingFangSC-Medium;
vertical-align: middle;
}
src/subPackage/page/pages/share/share.wxml
View file @
d1936498
...
...
@@ -9,6 +9,7 @@
<swiper-item class="swiper-item">
<image class="slide-image {{swiperCurrent == index ? 'active' : ''}}" src="{{item}}"
id="{{index}}"></image>
<view class=""></view>
<image wx:if="{{swiperCurrent == index}}" class="code-img" src="{{codeImg}}"></image>
</swiper-item>
</block>
...
...
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