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
982b741e
Commit
982b741e
authored
Oct 16, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kkk
parent
1d28df64
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
394 additions
and
10 deletions
+394
-10
comrulemodal.js
taobao_jn/client/components/comrulemodal/comrulemodal.js
+10
-10
debug.log
taobao_jn/debug.log
+384
-0
No files found.
taobao_jn/client/components/comrulemodal/comrulemodal.js
View file @
982b741e
...
...
@@ -23,20 +23,20 @@ Component({
*/
async
getActivityBaseInfoById
()
{
my
.
showLoading
();
//
const {
//
success,
//
data
//
} = await API.getActivityBaseInfoById().catch(r => {
//
my.hideLoading();
//
commonToast(r && r.message)
//
}) || {};
const
{
success
,
data
}
=
await
API
.
getActivityBaseInfoById
().
catch
(
r
=>
{
my
.
hideLoading
();
commonToast
(
r
&&
r
.
message
)
})
||
{};
//
if (success) {
if
(
success
)
{
my
.
hideLoading
();
this
.
setData
({
rule
:
app
.
activityInfo
.
rule
rule
:
data
.
rule
})
//
}
}
},
},
didMount
(){
...
...
taobao_jn/debug.log
View file @
982b741e
This diff is collapsed.
Click to expand it.
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