Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
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
高淑倩
7-Eleven
Commits
3e88a042
Commit
3e88a042
authored
May 28, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mall_dev_7.13.0' into 'mall_dev_7.13.1'
Mall dev 7.13.0 See merge request
!201
parents
4b84ff74
48ec7f6c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
12 deletions
+8
-12
app.json
src/app.json
+0
-4
index.js
src/config/index.js
+2
-2
project.config.json
src/project.config.json
+2
-2
couponQrcode.wxml
src/shoppingGuid/page/pages/couponQrcode/couponQrcode.wxml
+3
-3
sign.js
src/subPackageMarketing/page/pages/sign/sign.js
+1
-1
No files found.
src/app.json
View file @
3e88a042
...
...
@@ -154,10 +154,6 @@
"chatGroupPlugin"
:
{
"version"
:
"1.0.2"
,
"provider"
:
"wxaae6519cee98d824"
},
"live-player-plugin"
:
{
"version"
:
"1.0.11"
,
"provider"
:
"wx2b03c6e691cd7370"
}
},
"permission"
:
{
...
...
src/config/index.js
View file @
3e88a042
...
...
@@ -6,7 +6,7 @@
// 修改 BRANCH_ID 为对应的商户id
// app.js 中brandId 修改为对应
const
PROJECT_ENV
=
'
prod
'
// 生产 prod, 开发 dev, 测试 test , 测试门户 test_store, 预生产 pre
const
PROJECT_ENV
=
'
test
'
// 生产 prod, 开发 dev, 测试 test , 测试门户 test_store, 预生产 pre
//仅生产环境时 配置 :
//3001 3001 , wx313ec36b710125d4 有直播
//2006 泰华 , wx40fec8944623c8b3 有直播 //门户 wx833d5ece112fc3fd
...
...
@@ -27,7 +27,7 @@ const PROJECT_ENV = 'prod' // 生产 prod, 开发 dev, 测试 test , 测试门
//2002 巴黎贝甜 wx21968cb3a486d4ab
//2014 包小姐与鞋先生 wxa00302e2f53dd9c5
const
BRANCH_ID
=
3001
const
BRANCH_ID
=
1002
const
isMall
=
true
// const needMock = '' //
...
...
src/project.config.json
View file @
3e88a042
...
...
@@ -22,12 +22,12 @@
"disablePlugins"
:
[],
"outputPath"
:
""
},
"useCompilerModule"
:
tru
e
,
"useCompilerModule"
:
fals
e
,
"userConfirmedUseCompilerModuleSwitch"
:
false
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.8.2"
,
"appid"
:
"wx
313ec36b710125d4
"
,
"appid"
:
"wx
ac09792264c49b5c
"
,
"projectname"
:
"%E5%BE%AE%E5%95%86%E5%9F%8E"
,
"debugOptions"
:
{
"hidedInDevtools"
:
[]
...
...
src/shoppingGuid/page/pages/couponQrcode/couponQrcode.wxml
View file @
3e88a042
...
...
@@ -11,11 +11,11 @@
</view>
<view class='coupon-item-rg'>
<view class='coupon-title'>{{couponInfo.title}}</view>
<
!-- <
view class='op'>
<view class='op'>
<view class='text-btn'>
<text class='theme-text-color'>
数量:{{couponInfo.s
tock}}</text>
<text class='theme-text-color'>
剩余数量:{{couponInfo.leftS
tock}}</text>
</view>
</view>
-->
</view>
</view>
</view>
</view>
...
...
src/subPackageMarketing/page/pages/sign/sign.js
View file @
3e88a042
...
...
@@ -25,7 +25,7 @@ wxService.page({
}
else
{
wx
.
showToast
({
title
:
'请
选
登录!'
,
title
:
'请
先
登录!'
,
icon
:
'none'
});
}
...
...
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