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
6432f9d6
Commit
6432f9d6
authored
Sep 30, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领取实物,粘贴板钉钉号修改
parent
a4af4a75
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
578 additions
and
2 deletions
+578
-2
comlevelup.js
taobao_mini/client/components/comlevelup/comlevelup.js
+1
-1
myprize.js
taobao_mini/client/pages/myprize/myprize.js
+1
-1
debug.log
taobao_mini/debug.log
+576
-0
No files found.
taobao_mini/client/components/comlevelup/comlevelup.js
View file @
6432f9d6
...
...
@@ -11,6 +11,7 @@ Component({
levelupTxt
:
'精力上限1200 → 精力上限1500'
,
prizeImg
:
''
},
methods
:
{
onBtnClick
()
{
console
.
log
(
'onBtnClick'
);
...
...
@@ -23,7 +24,6 @@ Component({
}
},
didMount
(){
console
.
log
(
"升级弹窗"
+
this
.
props
.
mydata
);
var
txt
=
'精力上限'
+
this
.
props
.
mydata
.
energyMax1
+
' → 精力上限'
+
this
.
props
.
mydata
.
energyMax2
;
...
...
taobao_mini/client/pages/myprize/myprize.js
View file @
6432f9d6
...
...
@@ -171,7 +171,7 @@ Page({
async
handleGetEntity
(
e
)
{
const
text
=
'zzzxxx'
commonToast
(
'请前去钉钉领取,钉钉号为:'
+
text
+
'。钉钉号已经复制成功。'
,
3000
);
setClipboard
({
text
:
`
钉钉号为:
${
text
}
`
})
setClipboard
({
text
:
`
${
text
}
`
})
// if (flag) {
// return
...
...
taobao_mini/debug.log
View file @
6432f9d6
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