wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3a93e45ff71abc42f710f465da8c8dbe2618dc54
Authored by
后端开发-许程
2019-09-26 16:17:08 +0800
1 parent
620681c0
修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
3a93e45
...
...
@@ -18,7 +18,7 @@ var more = function(e) {
18
18
var utils = require('../../../utils/util.js');
19
19
var regeneratorRuntime = require('../../../utils/runtime.js');
20
20
21
-
21
+
22
22
Page({
23
23
data: {
24
24
start_stop:2,//秒杀开始 结束 的控制(1正在进行,2即将开始)
...
...