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
044dee9d
Commit
044dee9d
authored
Aug 06, 2019
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
462203eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
index.js
src/pages/papersquare/index.js
+1
-1
index.wxml
src/pages/papersquare/index.wxml
+18
-18
No files found.
src/pages/papersquare/index.js
View file @
044dee9d
...
...
@@ -54,7 +54,7 @@ Page({
imageVersion
:
app
.
globalData
.
imageVersion
,
localImageRoot
:
'../../../images/'
,
sid
:
0
,
bigtab
:
2
,
bigtab
:
1
,
clocktype
:
1
,
lastWallData
:
{},
//最新上墙作品
wallList
:
[],
//上墙列表
...
...
src/pages/papersquare/index.wxml
View file @
044dee9d
...
...
@@ -13,7 +13,7 @@
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">生成form</button>
</form>
<image class="icon" mode="" src="{{
localI
mageRoot}}2c/papersquare/icon_get.png?{{imageVersion}}"></image>
<image class="icon" mode="" src="{{
i
mageRoot}}2c/papersquare/icon_get.png?{{imageVersion}}"></image>
</view>
</btn-drag>
<view class="clock-content" wx:if="{{bigtab==1}}">
...
...
@@ -62,9 +62,9 @@
</view>
</view>
<view class="honor-content" wx:if="{{bigtab==2}}">
<image class="honor-bg" mode="widthFix" src="{{
localI
mageRoot}}2c/papersquare/honor_bg.png?{{imageVersion}}"></image>
<image class="honor-bg" mode="widthFix" src="{{
i
mageRoot}}2c/papersquare/honor_bg.png?{{imageVersion}}"></image>
<view class="honor-box latest-honor">
<image class="img-top" mode="widthFix" src="{{
localI
mageRoot}}2c/papersquare/honor_top.png?{{imageVersion}}"></image>
<image class="img-top" mode="widthFix" src="{{
i
mageRoot}}2c/papersquare/honor_top.png?{{imageVersion}}"></image>
<block wx:if="{{lastWallData}}">
<view class="title" wx:if="{{lastWallData.content}}">{{lastWallData.content}}</view>
<!-- 视频图片 -->
...
...
@@ -135,28 +135,28 @@
<view class="insist-num">坚持学习{{lastWallData.days}}天</view>
</view>
<view class="total">
<image class="icon" src="{{
localI
mageRoot}}2c/papersquare/icon_honor.png?{{imageVersion}}"></image>
<image class="icon" src="{{
i
mageRoot}}2c/papersquare/icon_honor.png?{{imageVersion}}"></image>
<view class="num">累计上墙{{lastWallData.place_top_count}}次</view>
</view>
</view>
</block>
<view class="honor-empty" wx:else>
<image class="empty-icon" src="{{
localI
mageRoot}}2c/papersquare/honor_empty.png?{{imageVersion}}"></image>
<image class="empty-icon" src="{{
i
mageRoot}}2c/papersquare/honor_empty.png?{{imageVersion}}"></image>
<view class="empty-text">暂无作品上墙</view>
</view>
</view>
<view class="honor-box common-honor">
<view class="honor-label">
<image class="label-icon" src="{{
localI
mageRoot}}2c/papersquare/icon_label1.png?{{imageVersion}}"></image>
<image class="label-icon" src="{{
i
mageRoot}}2c/papersquare/icon_label1.png?{{imageVersion}}"></image>
<view class="label-title">本月上墙之星</view>
</view>
<view class="list-box" wx:if="{{wallList.length>0}}">
<view class="list-item" wx:for="{{wallList}}" wx:key="">
<view class="avator-box">
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number1_1.png?{{imageVersion}}" wx:if="{{index==0}}"></image>
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number2.png?{{imageVersion}}" wx:if="{{index==1}}"></image>
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number3.png?{{imageVersion}}" wx:if="{{index==2}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number1_1.png?{{imageVersion}}" wx:if="{{index==0}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number2.png?{{imageVersion}}" wx:if="{{index==1}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number3.png?{{imageVersion}}" wx:if="{{index==2}}"></image>
<image class="avator" src="{{item.avatar}}"></image>
</view>
<view class="nickname">{{item.nickname}}</view>
...
...
@@ -168,15 +168,15 @@
<view class="honor-box common-honor">
<view class="honor-label">
<image class="label-icon" src="{{
localI
mageRoot}}2c/papersquare/icon_label2.png?{{imageVersion}}"></image>
<image class="label-icon" src="{{
i
mageRoot}}2c/papersquare/icon_label2.png?{{imageVersion}}"></image>
<view class="label-title">本月人气之星</view>
</view>
<view class="list-box" wx:if="{{hotRankingList.length>0}}">
<view class="list-item" wx:for="{{hotRankingList}}" wx:key="">
<view class="avator-box">
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number2_1.png?{{imageVersion}}" wx:if="{{index==0}}"></image>
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number2.png?{{imageVersion}}" wx:if="{{index==1}}"></image>
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number3.png?{{imageVersion}}" wx:if="{{index==2}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number2_1.png?{{imageVersion}}" wx:if="{{index==0}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number2.png?{{imageVersion}}" wx:if="{{index==1}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number3.png?{{imageVersion}}" wx:if="{{index==2}}"></image>
<image class="avator" src="{{filter.imagify(item.avatar, 'image/resize,w_320/format,jpg/quality,q_50')}}"></image>
</view>
<view class="nickname">{{item.nickname}}</view>
...
...
@@ -188,16 +188,16 @@
<view class="honor-box common-honor">
<view class="honor-label">
<image class="label-icon" src="{{
localI
mageRoot}}2c/papersquare/icon_label3.png?{{imageVersion}}"></image>
<image class="label-icon" src="{{
i
mageRoot}}2c/papersquare/icon_label3.png?{{imageVersion}}"></image>
<view class="label-title">本月坚持之星</view>
</view>
<block wx:if="{{daysTop4.length>0}}">
<view class="list-box">
<view class="list-item" wx:for="{{daysTop4}}" wx:key="">
<view class="avator-box">
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number3_1.png?{{imageVersion}}" wx:if="{{index==0}}"></image>
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number2.png?{{imageVersion}}" wx:if="{{index==1}}"></image>
<image class="avator-bg" src="{{
localI
mageRoot}}2c/papersquare/number3.png?{{imageVersion}}" wx:if="{{index==2}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number3_1.png?{{imageVersion}}" wx:if="{{index==0}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number2.png?{{imageVersion}}" wx:if="{{index==1}}"></image>
<image class="avator-bg" src="{{
i
mageRoot}}2c/papersquare/number3.png?{{imageVersion}}" wx:if="{{index==2}}"></image>
<!-- <image class="avator" src="{{filter.imagify(userInfo.avatar, 'image/resize,w_320/format,jpg/quality,q_50')}}"></image> -->
<image class="avator" src="{{filter.imagify(item.avatar, 'image/resize,w_320/format,jpg/quality,q_50')}}"></image>
</view>
...
...
@@ -226,7 +226,7 @@
<view class="modal modal-getprice" wx:if="{{getPriceModalShow}}">
<view class="mask"></view>
<view class="modal-box">
<image class="modal-bg" src="{{
localI
mageRoot}}2c/papersquare/dialog_success.png?{{imageVersion}}"></image>
<image class="modal-bg" src="{{
i
mageRoot}}2c/papersquare/dialog_success.png?{{imageVersion}}"></image>
<button class="btn-getPhone" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
<image class="close" src="{{imageRoot}}2c/scoregetaction/close.png?{{imageVersion}}" bindtap="closePriceModal"></image>
</view>
...
...
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