Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
Project
Project
Details
Activity
Releases
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
wildfirecode13
new_taobao
Commits
8d91debe
Commit
8d91debe
authored
Oct 16, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
规则
parent
746c1354
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2007 additions
and
4 deletions
+2007
-4
comrulemodal.acss
taobao_jn/client/components/comrulemodal/comrulemodal.acss
+2
-0
comrulemodal.axml
taobao_jn/client/components/comrulemodal/comrulemodal.axml
+2
-2
comtasklist.axml
taobao_jn/client/components/comtasklist/comtasklist.axml
+3
-2
debug.log
taobao_jn/debug.log
+2000
-0
No files found.
taobao_jn/client/components/comrulemodal/comrulemodal.acss
View file @
8d91debe
...
...
@@ -45,6 +45,8 @@
font-size: 24rpx;
color: #000000;
text-align: left;
overflow-y: scroll;
overflow-x: hidden;
}
.rulemodal .rulecolse {
width: 60rpx;
...
...
taobao_jn/client/components/comrulemodal/comrulemodal.axml
View file @
8d91debe
...
...
@@ -2,9 +2,9 @@
<image class="rulemadolbg " src={{resList['3e979239-2524-4a98-8a37-7025df15d997'].url}} />
<view class="ruletextgroup ">
<label class="ruletitle ">活动规则</label>
<
label
class="ruletext ">
<
text
class="ruletext ">
{{rule}}
</
label
>
</
text
>
</view>
<image class="rulecolse btn" onTap="onCloseModal" src={{resList['bf606fdb-a499-4bb3-94be-868ec373b2a4'].url}} />
</view>
\ No newline at end of file
taobao_jn/client/components/comtasklist/comtasklist.axml
View file @
8d91debe
...
...
@@ -16,8 +16,9 @@
<image class="task_readicon " a:if="{{item.taskType=='browseGoods'}}" src={{resList['e3bef9e1-07a4-408d-b387-a9ac08c4b7f0'].url}} />
<image class="task_favoricon " a:if="{{item.taskType=='collectGoods'}}" src={{resList['a03d17c7-c4f0-42e0-9430-be61f5eb68d5'].url}} />
<label class="task_title " a:if="{{item.taskType!='sign'}}">{{item.title}}</label>
<label class="task_title " a:if="{{item.taskType=='sign'||item.taskType=='collectGoods'}}">{{item.title}}({{item.todayCompleteTimes}}/{{item.times}})</label>
<label class="task_title " a:if="{{item.taskType!='sign'&&item.taskType!='collectGoods'}}">{{item.title}}</label>
<label class="task_title " a:if="{{item.taskType=='sign'}}">{{item.title}}({{item.todayCompleteTimes}}/{{item.times}})</label>
<label class="task_title " a:if="{{item.taskType=='collectGoods'}}">{{item.title}}({{item.completeTimes}}/{{item.times}})</label>
<label class="task_award ">温暖值 +{{item.rewards}}</label>
<block>
<!-- <label class="task_progress " a:if="{{item.taskType=='invites'}}">(不限次数)</label>
...
...
taobao_jn/debug.log
View file @
8d91debe
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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