Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
N
nyx
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
发现
nyx
Commits
61fee832
Commit
61fee832
authored
Sep 17, 2020
by
jscat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nyx weapp: 功能更新
1. 修改order确定后延迟时间 2. 解决活动提交界面,多次返回home page
parent
521321e0
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
6 行删除
+8
-6
增值产品-小程序及app/nyx-master/pages/mall/order/order.js
+3
-3
增值产品-小程序及app/nyx-master/pages/member/activity-post/activity-submit/activity-submit.js
+5
-3
没有找到文件。
增值产品-小程序及app/nyx-master/pages/mall/order/order.js
查看文件 @
61fee832
// pa
ges/my/my-orders/my-orders.js
// pa
ges/my/my-orders/my-orders.js
...
@@ -418,12 +418,12 @@ Page({
...
@@ -418,12 +418,12 @@ Page({
wx
.
showToast
({
wx
.
showToast
({
icon
:
'none'
,
icon
:
'none'
,
title
:
'重复提交, 请3分钟后再试'
,
title
:
'重复提交, 请3分钟后再试'
,
duration
:
3
000
,
duration
:
2
000
,
success
:
function
(){
success
:
function
(){
setTimeout
(
function
(){
setTimeout
(
function
(){
var
showToast
=
false
var
showToast
=
false
_this
.
setData
({
showToast
})
_this
.
setData
({
showToast
})
},
3
000
)
},
2
000
)
}
}
})
})
}
}
...
...
增值产品-小程序及app/nyx-master/pages/member/activity-post/activity-submit/activity-submit.js
查看文件 @
61fee832
// pa
ges/member/activity-post/activity-submit/activity-submit.js
// pa
ges/member/activity-post/activity-submit/activity-submit.js
...
@@ -386,7 +386,7 @@ Page({
...
@@ -386,7 +386,7 @@ Page({
console
.
log
(
"=== index_"
+
index
)
console
.
log
(
"=== index_"
+
index
)
console
.
log
(
res
)
console
.
log
(
res
)
console
.
log
(
"success to upload file"
)
console
.
log
(
"success to upload file"
)
_this
.
switchTab
()
//
_this.switchTab()
},
},
fail
:
function
(
err
)
{
fail
:
function
(
err
)
{
console
.
log
(
"fail to upload file"
)
console
.
log
(
"fail to upload file"
)
...
@@ -396,7 +396,9 @@ Page({
...
@@ -396,7 +396,9 @@ Page({
}
}
});
});
});
});
})).
then
(
_this
.
switchTab
());
})).
then
(
_this
.
switchTab
()
);
},
},
//发布活动按钮
//发布活动按钮
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论