Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
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
xulili
ybf
Commits
df550118
Commit
df550118
authored
Mar 22, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Z: Dot: PC: add eslintignore's path
parent
8bb3c8b6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.eslintignore
ybf_admin/.eslintignore
+1
-0
aCommon.js
ybf_wx/src/utils/aCommon.js
+2
-2
index.vue
ybf_wx/src/views/sideNav/discount/index.vue
+1
-0
No files found.
ybf_admin/.eslintignore
View file @
df550118
...
...
@@ -2,6 +2,7 @@
build/
tests/
node_modules/
node_modules
# D2CRUD 演示
src/views/demo/d2-crud/
...
...
ybf_wx/src/utils/aCommon.js
View file @
df550118
...
...
@@ -84,7 +84,7 @@ Vue.prototype.getAgentAuth = function () {
let
config
=
res
.
data
wx
.
config
({
beta
:
true
,
debug
:
fals
e
,
//调试的时候可以开启
debug
:
tru
e
,
//调试的时候可以开启
appId
:
config
.
jsApiSignature
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
config
.
jsApiSignature
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
config
.
jsApiSignature
.
nonceStr
,
// 必填,生成签名的随机串
...
...
@@ -189,7 +189,7 @@ function configWx(to) {
let
config
=
res
.
data
wx
.
config
({
beta
:
true
,
debug
:
fals
e
,
//调试的时候可以开启
debug
:
tru
e
,
//调试的时候可以开启
appId
:
config
.
jsApiSignature
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
config
.
jsApiSignature
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
config
.
jsApiSignature
.
nonceStr
,
// 必填,生成签名的随机串
...
...
ybf_wx/src/views/sideNav/discount/index.vue
View file @
df550118
...
...
@@ -267,6 +267,7 @@ export default {
alert
(
`--->discount.vue: zpick: IN.`
);
switch
(
inMsgType
)
{
case
"text"
:
wx
.
invoke
(
"sendChatMessage"
,
...
...
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