Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
XDJK
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wechatminiprogram
XDJK
Commits
4fe38e37
Commit
4fe38e37
authored
Mar 29, 2021
by
liuquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
41b24d36
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
packageA/chat/chat.js
+1
-2
packageA/serviceDetails/serviceDetails.js
+1
-0
pages/index/index.wxss
+1
-2
project.private.config.json
+6
-0
utils/service.js
+1
-1
No files found.
packageA/chat/chat.js
View file @
4fe38e37
...
...
@@ -95,7 +95,6 @@ Page({
console
.
log
(
'recorder pause'
)
})
recorderManager
.
onError
(
function
(
errMsg
)
{
wx
.
console
.
warn
(
'recorder error:'
,
errMsg
);
});
recorderManager
.
onStop
((
res
)
=>
{
...
...
@@ -357,7 +356,7 @@ Page({
},
/**切换语音显示 */
record
()
{
let
that
=
this
;
let
that
=
this
;
that
.
setData
({
isRecord
:
!
that
.
data
.
isRecord
,
reportShow
:
true
...
...
packageA/serviceDetails/serviceDetails.js
View file @
4fe38e37
...
...
@@ -17,6 +17,7 @@ Page({
that
.
setData
({
item
:
JSON
.
parse
(
options
.
item
)
})
// that.getServiceDetail(options.id)
that
.
getServiceDetail
(
options
.
id
)
},
/**
...
...
pages/index/index.wxss
View file @
4fe38e37
...
...
@@ -92,7 +92,7 @@ view{
margin-left: 30rpx;
margin-top: 37rpx;
font-size: 30rpx;
font-weight:
bold
;
font-weight:
700
;
color: #333333;
}
.block-con{
...
...
@@ -102,7 +102,6 @@ view{
color: #3a3a3a;
font-weight: 300;
opacity: .8;
font-family: "Bitstream Vera Serif Bold";
}
.po-ab{
position: absolute;
...
...
project.private.config.json
View file @
4fe38e37
...
...
@@ -88,6 +88,12 @@
"pathName"
:
"packageA/productOrderDetail/productOrderDetail"
,
"query"
:
"id=111111111114478"
,
"scene"
:
null
},
{
"name"
:
"pages/docuterInfo/docuterInfo"
,
"pathName"
:
"pages/docuterInfo/docuterInfo"
,
"query"
:
"t_unitid=18870"
,
"scene"
:
1008
}
]
}
...
...
utils/service.js
View file @
4fe38e37
...
...
@@ -28,7 +28,7 @@ function getUserSig(user) {
let
getUserSigUrl
=
config
.
url
.
getUserSig
;
let
data
=
{
"user"
:
user
// "user": "oHhp80
fVWvjJn2EYkB5XxhKnVBOo
"
// "user": "oHhp80
bZb-BpXBeyL9EHX1SSoAfU
"
}
return
wxRequest
.
getRequest
(
getUserSigUrl
,
data
);
};
...
...
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