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
4092786a
Commit
4092786a
authored
Sep 27, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/tianmaoxiaoyuan' into tianmaoxiaoyuan
parents
1091a828
820ff140
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
comtask.acss
taobao_mini/client/components/comtask/comtask.acss
+5
-4
comtasklist.axml
taobao_mini/client/components/comtasklist/comtasklist.axml
+2
-1
pagecanvas.js
taobao_mini/client/pages/pagecanvas/pagecanvas.js
+1
-1
No files found.
taobao_mini/client/components/comtask/comtask.acss
View file @
4092786a
...
@@ -145,11 +145,12 @@
...
@@ -145,11 +145,12 @@
color: #39abed;
color: #39abed;
}
}
.task .task_item .task_progress {
.task .task_item .task_progress {
width: 90rpx;
width: 200rpx;
height: 22rpx;
/* height: 22rpx; */
text-align: center;
opacity: 1;
opacity: 1;
left:
517
rpx;
left:
465
rpx;
top: 9
5
rpx;
top: 9
0
rpx;
position: absolute;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
transform-origin: 0rpx 0rpx 0rpx;
font-size: 24rpx;
font-size: 24rpx;
...
...
taobao_mini/client/components/comtasklist/comtasklist.axml
View file @
4092786a
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
<label class="task_title ">{{item.title}}</label>
<label class="task_title ">{{item.title}}</label>
<label class="task_award ">精力 +{{item.rewards}}</label>
<label class="task_award ">精力 +{{item.rewards}}</label>
<block>
<block>
<label class="task_progress " a:if="{{item.taskType!='follow'}}">({{item.todayCompleteTimes}}/{{item.times}})</label>
<label class="task_progress " a:if="{{item.taskType=='invites'}}">(不限次数)</label>
<label class="task_progress " a:elif="{{item.taskType!='follow'}}">({{item.todayCompleteTimes}}/{{item.times}})</label>
<label class="task_progress " a:else>({{item.completeTimes}}/1)</label>
<label class="task_progress " a:else>({{item.completeTimes}}/1)</label>
</block>
</block>
</view>
</view>
...
...
taobao_mini/client/pages/pagecanvas/pagecanvas.js
View file @
4092786a
...
@@ -89,7 +89,7 @@ Page({
...
@@ -89,7 +89,7 @@ Page({
console
.
log
(
'on ready'
)
console
.
log
(
'on ready'
)
//授权和登录先搞
//授权和登录先搞
//
await this.getAuth();
await
this
.
getAuth
();
// this.initCanvas();
// this.initCanvas();
my
.
__onMessage__
=
(
e
)
=>
{
my
.
__onMessage__
=
(
e
)
=>
{
this
.
onMessage
(
e
)
this
.
onMessage
(
e
)
...
...
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